mlx5en: bump MLX5E_MAX_BUSDMA_RX_SEGS

This is needed to accomodate more data segments in wqes for 64K receive
mbuf chains.

Reviewed by:	Ariel Ehrenberg <aehrenberg@nvidia.com>, Slava Shwartsman <slavash@nvidia.com>
Sponsored by:	NVidia networking
MFC after:	1 week
This commit is contained in:
Konstantin Belousov 2025-03-03 08:31:48 +02:00
parent 016f40466a
commit 480fc5b8e5

View file

@ -89,7 +89,7 @@
#define MLX5E_PARAMS_DEFAULT_LOG_RQ_SIZE 0xa
#define MLX5E_PARAMS_MAXIMUM_LOG_RQ_SIZE 0xe
#define MLX5E_MAX_BUSDMA_RX_SEGS 15
#define MLX5E_MAX_BUSDMA_RX_SEGS 31
#ifndef MLX5E_MAX_RX_BYTES
#define MLX5E_MAX_RX_BYTES MCLBYTES