net/ena: increase maximum Rx ring size
Some of ENA devices supports 8k Rx rings. Maximum supported size is received upon device initialization. As ENA_DEFAULT_RING_SIZE_RX macro is upper limit, it needs to be adjusted. Signed-off-by: Rafal Kozik <rk@semihalf.com> Acked-by: Michal Krawczyk <mk@semihalf.com>
This commit is contained in:
parent
2fca2a98c0
commit
353907507b
@ -116,7 +116,7 @@ struct ena_stats {
|
||||
#define ENA_STAT_GLOBAL_ENTRY(stat) \
|
||||
ENA_STAT_ENTRY(stat, dev)
|
||||
|
||||
#define ENA_MAX_RING_SIZE_RX 1024
|
||||
#define ENA_MAX_RING_SIZE_RX 8192
|
||||
#define ENA_MAX_RING_SIZE_TX 1024
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user