mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-03 17:51:57 +09:00
net/mlx5: SF, Correct vhca context size
Fix vhca context size as defined by device interface specification.
Fixes: f3196bb0f1 ("net/mlx5: Introduce vhca state event notifier")
Signed-off-by: Parav Pandit <parav@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
This commit is contained in:
committed by
Saeed Mahameed
parent
8b90d89782
commit
6a3717544c
@@ -20,7 +20,7 @@ struct mlx5_ifc_vhca_state_context_bits {
|
||||
|
||||
u8 sw_function_id[0x20];
|
||||
|
||||
u8 reserved_at_40[0x80];
|
||||
u8 reserved_at_40[0x40];
|
||||
};
|
||||
|
||||
struct mlx5_ifc_query_vhca_state_out_bits {
|
||||
|
||||
Reference in New Issue
Block a user