OSDN Git Service
(root)
/
uclinux-h8
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71e084e
)
net/mlx5: Enlarge interrupt field in CREATE_EQ
author
Shay Drory
<shayd@nvidia.com>
Mon, 10 May 2021 06:10:43 +0000
(09:10 +0300)
committer
Saeed Mahameed
<saeedm@nvidia.com>
Tue, 15 Jun 2021 03:58:00 +0000
(20:58 -0700)
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>
include/linux/mlx5/mlx5_ifc.h
patch
|
blob
|
history
diff --git
a/include/linux/mlx5/mlx5_ifc.h
b/include/linux/mlx5/mlx5_ifc.h
index
057db0e
..
2d1ed78
100644
(file)
--- a/
include/linux/mlx5/mlx5_ifc.h
+++ b/
include/linux/mlx5/mlx5_ifc.h
@@
-3806,8
+3806,8
@@
struct mlx5_ifc_eqc_bits {
u8 reserved_at_80[0x20];
- u8 reserved_at_a0[0x1
8
];
- u8 intr[0x
8
];
+ u8 reserved_at_a0[0x1
4
];
+ u8 intr[0x
c
];
u8 reserved_at_c0[0x3];
u8 log_page_size[0x5];