Skip to content

Commit 377ea33

Browse files
committed
Merge tag 'mlx5-next-lag' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux
Tariq Toukan says: ==================== mlx5-next updates 2025-09-28 * tag 'mlx5-next-lag' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux: net/mlx5: IFC add balance ID and LAG per MP group bits net/mlx5: Add IFC bit for TIR/SQ order capability ==================== Link: https://patch.msgid.link/1759093989-841873-1-git-send-email-tariqt@nvidia.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2 parents 6d3728d + 137d1a6 commit 377ea33

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

include/linux/mlx5/mlx5_ifc.h

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1895,7 +1895,8 @@ struct mlx5_ifc_cmd_hca_cap_bits {
18951895

18961896
u8 reserved_at_2a0[0x7];
18971897
u8 mkey_pcie_tph[0x1];
1898-
u8 reserved_at_2a8[0x2];
1898+
u8 reserved_at_2a8[0x1];
1899+
u8 tis_tir_td_order[0x1];
18991900

19001901
u8 psp[0x1];
19011902
u8 shampo[0x1];
@@ -2234,12 +2235,16 @@ struct mlx5_ifc_cmd_hca_cap_2_bits {
22342235
u8 reserved_at_440[0x8];
22352236
u8 max_num_eqs_24b[0x18];
22362237

2237-
u8 reserved_at_460[0x160];
2238+
u8 reserved_at_460[0x144];
2239+
u8 load_balance_id[0x4];
2240+
u8 reserved_at_5a8[0x18];
22382241

22392242
u8 query_adjacent_functions_id[0x1];
22402243
u8 ingress_egress_esw_vport_connect[0x1];
22412244
u8 function_id_type_vhca_id[0x1];
2242-
u8 reserved_at_5c3[0xd];
2245+
u8 reserved_at_5c3[0x1];
2246+
u8 lag_per_mp_group[0x1];
2247+
u8 reserved_at_5c5[0xb];
22432248
u8 delegate_vhca_management_profiles[0x10];
22442249

22452250
u8 delegated_vhca_max[0x10];

0 commit comments

Comments
 (0)