Skip to content

Commit

Permalink
net/mlx5: Enlarge interrupt field in CREATE_EQ
Browse files Browse the repository at this point in the history
FW is now supporting more than 256 MSI-X per PF (up to 2K).
Hence, enlarge interrupt field in CREATE_EQ to make use of the new
MSI-X's.

Signed-off-by: Shay Drory <shayd@nvidia.com>
Reviewed-by: Maor Gottlieb <maorg@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
  • Loading branch information
Shay Drory authored and Saeed Mahameed committed Jun 15, 2021
1 parent 71e084e commit 3af2649
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/linux/mlx5/mlx5_ifc.h
Original file line number Diff line number Diff line change
Expand Up @@ -3806,8 +3806,8 @@ struct mlx5_ifc_eqc_bits {

u8 reserved_at_80[0x20];

u8 reserved_at_a0[0x18];
u8 intr[0x8];
u8 reserved_at_a0[0x14];
u8 intr[0xc];

u8 reserved_at_c0[0x3];
u8 log_page_size[0x5];
Expand Down

0 comments on commit 3af2649

Please sign in to comment.