Skip to content

Commit

Permalink
net/mlx5: SF, Correct vhca context size
Browse files Browse the repository at this point in the history
Fix vhca context size as defined by device interface specification.

Fixes: f3196bb ("net/mlx5: Introduce vhca state event notifier")
Signed-off-by: Parav Pandit <parav@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
  • Loading branch information
Parav Pandit authored and Saeed Mahameed committed Mar 10, 2021
1 parent 8b90d89 commit 6a37175
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 6a37175

Please sign in to comment.