Skip to content

Commit 3af2649

Browse files
shayshyiSaeed Mahameed
authored andcommitted
net/mlx5: Enlarge interrupt field in CREATE_EQ
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 <[email protected]> Reviewed-by: Maor Gottlieb <[email protected]> Signed-off-by: Saeed Mahameed <[email protected]>
1 parent 71e084e commit 3af2649

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/linux/mlx5/mlx5_ifc.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3806,8 +3806,8 @@ struct mlx5_ifc_eqc_bits {
38063806

38073807
u8 reserved_at_80[0x20];
38083808

3809-
u8 reserved_at_a0[0x18];
3810-
u8 intr[0x8];
3809+
u8 reserved_at_a0[0x14];
3810+
u8 intr[0xc];
38113811

38123812
u8 reserved_at_c0[0x3];
38133813
u8 log_page_size[0x5];

0 commit comments

Comments
 (0)