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

Configure Feed

Select the types of activity you want to include in your feed.

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 <danielj@nvidia.com>
Reviewed-by: William Tu <witu@nvidia.com>
Signed-off-by: Tariq Toukan <tariqt@nvidia.com>
Link: https://patch.msgid.link/1752064867-16874-3-git-send-email-tariqt@nvidia.com
Signed-off-by: Leon Romanovsky <leon@kernel.org>

authored by

Daniel Jurgens and committed by
Leon Romanovsky
cd1746cb cbe080f9

+3 -1
+3 -1
include/linux/mlx5/mlx5_ifc.h
··· 12383 12383 12384 12384 struct mlx5_ifc_host_params_context_bits { 12385 12385 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]; 12387 12389 u8 host_pf_disabled[0x1]; 12388 12390 u8 host_num_of_vfs[0x10]; 12389 12391