Skip to content

Commit 63c6e08

Browse files
danielj-mellanoxkuba-moo
authored andcommitted
net/mlx5: IFC updates for SF max IO EQs
Expose a new cap sf_eq_usage. The vhca_resource_manager can write this cap, indicating the SF driver should use max_num_eqs_24b to determine how many EQs to use. Will be used in the next patch, to indicate to the SF driver from the PF that the user has set the max io eqs via devlink. So the SF driver can later query the proper max eq value from the new cap. devlink port function set pci/0000:08:00.0/32768 max_io_eqs 32 Signed-off-by: Daniel Jurgens <[email protected]> Reviewed-by: William Tu <[email protected]> Signed-off-by: Tariq Toukan <[email protected]> Signed-off-by: Saeed Mahameed <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent f7023b3 commit 63c6e08

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

include/linux/mlx5/mlx5_ifc.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1994,7 +1994,9 @@ struct mlx5_ifc_cmd_hca_cap_2_bits {
19941994
u8 migration_tracking_state[0x1];
19951995
u8 reserved_at_ca[0x6];
19961996
u8 migration_in_chunks[0x1];
1997-
u8 reserved_at_d1[0xf];
1997+
u8 reserved_at_d1[0x1];
1998+
u8 sf_eq_usage[0x1];
1999+
u8 reserved_at_d3[0xd];
19982000

19992001
u8 cross_vhca_object_to_object_supported[0x20];
20002002

0 commit comments

Comments
 (0)