mirror of
https://github.com/torvalds/linux.git
synced 2026-07-29 02:31:27 +02:00
net: aquantia: Make RX default frame size 2K
This correlates with default internet MTU. This also allows page flip/reuse to be activated, since each allocated RX page now serves for two frags/packets. Signed-off-by: Igor Russkikh <igor.russkikh@aquantia.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
9773ef18b8
commit
8bd7e7639d
|
|
@ -34,7 +34,7 @@
|
|||
#define AQ_CFG_TCS_MAX 8U
|
||||
|
||||
#define AQ_CFG_TX_FRAME_MAX (16U * 1024U)
|
||||
#define AQ_CFG_RX_FRAME_MAX (4U * 1024U)
|
||||
#define AQ_CFG_RX_FRAME_MAX (2U * 1024U)
|
||||
|
||||
#define AQ_CFG_TX_CLEAN_BUDGET 256U
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user