Skip to content

Commit cd1746c

Browse files
danielj-mellanoxrleon
authored andcommitted
net/mlx5: IFC updates for disabled host PF
The port 2 host PF can be disabled, this bit reflects that setting. Signed-off-by: Daniel Jurgens <[email protected]> Reviewed-by: William Tu <[email protected]> Signed-off-by: Tariq Toukan <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Leon Romanovsky <[email protected]>
1 parent cbe080f commit cd1746c

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
@@ -12383,7 +12383,9 @@ struct mlx5_ifc_mtrc_ctrl_bits {
1238312383

1238412384
struct mlx5_ifc_host_params_context_bits {
1238512385
u8 host_number[0x8];
12386-
u8 reserved_at_8[0x7];
12386+
u8 reserved_at_8[0x5];
12387+
u8 host_pf_not_exist[0x1];
12388+
u8 reserved_at_14[0x1];
1238712389
u8 host_pf_disabled[0x1];
1238812390
u8 host_num_of_vfs[0x10];
1238912391

0 commit comments

Comments
 (0)