mlx5: increase RETA table size
ConnectX-4 NICs can handle at most 512 entries in RETA table. Signed-off-by: Nelio Laranjeiro <nelio.laranjeiro@6wind.com> Acked-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
This commit is contained in:
parent
a9963a86b2
commit
ebb30ec64a
@ -47,7 +47,7 @@
|
|||||||
#define MLX5_PMD_TX_PER_COMP_REQ 64
|
#define MLX5_PMD_TX_PER_COMP_REQ 64
|
||||||
|
|
||||||
/* RSS Indirection table size. */
|
/* RSS Indirection table size. */
|
||||||
#define RSS_INDIRECTION_TABLE_SIZE 128
|
#define RSS_INDIRECTION_TABLE_SIZE 512
|
||||||
|
|
||||||
/* Maximum number of Scatter/Gather Elements per Work Request. */
|
/* Maximum number of Scatter/Gather Elements per Work Request. */
|
||||||
#ifndef MLX5_PMD_SGE_WR_N
|
#ifndef MLX5_PMD_SGE_WR_N
|
||||||
|
Loading…
Reference in New Issue
Block a user