Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge tag 'mlx5-next-counters' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux

Tariq Toukan says:

====================
mlx5-next updates 2025-09-21

* tag 'mlx5-next-counters' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux:
net/mlx5: Add uar access and odp page fault counters
====================

Link: https://patch.msgid.link/1758443940-708689-1-git-send-email-tariqt@nvidia.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

+10 -2
+10 -2
include/linux/mlx5/mlx5_ifc.h
··· 1958 1958 u8 log_max_rqt[0x5]; 1959 1959 u8 reserved_at_390[0x3]; 1960 1960 u8 log_max_rqt_size[0x5]; 1961 - u8 reserved_at_398[0x3]; 1961 + u8 reserved_at_398[0x1]; 1962 + u8 vnic_env_cnt_bar_uar_access[0x1]; 1963 + u8 vnic_env_cnt_odp_page_fault[0x1]; 1962 1964 u8 log_max_tis_per_sq[0x5]; 1963 1965 1964 1966 u8 ext_stride_num_range[0x1]; ··· 4021 4019 4022 4020 u8 handled_pkt_steering_fail[0x40]; 4023 4021 4024 - u8 reserved_at_360[0xc80]; 4022 + u8 bar_uar_access[0x20]; 4023 + 4024 + u8 odp_local_triggered_page_fault[0x20]; 4025 + 4026 + u8 odp_remote_triggered_page_fault[0x20]; 4027 + 4028 + u8 reserved_at_3c0[0xc20]; 4025 4029 }; 4026 4030 4027 4031 struct mlx5_ifc_traffic_counter_bits {