提交 a442c2c3 编写于 作者: J Jonathan Lemon 提交者: Jakub Kicinski

mlx4: Bump up MAX_MSIX from 64 to 128

On modern hardware with a large number of cpus and using XDP,
the current MSIX limit is insufficient.  Bump the limit in
order to allow more queues.
Signed-off-by: NJonathan Lemon <jonathan.lemon@gmail.com>
Reviewed-by: NJack Wang <jinpu.wang@cloud.ionos.com>
Reviewed-by: NTariq Toukan <tariqt@mellanox.com>
Signed-off-by: NJakub Kicinski <kuba@kernel.org>
上级 5c9166f0
......@@ -47,7 +47,7 @@
#define DEFAULT_UAR_PAGE_SHIFT 12
#define MAX_MSIX_P_PORT 17
#define MAX_MSIX 64
#define MAX_MSIX 128
#define MIN_MSIX_P_PORT 5
#define MLX4_IS_LEGACY_EQ_MODE(dev_cap) ((dev_cap).num_comp_vectors < \
(dev_cap).num_ports * MIN_MSIX_P_PORT)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册