mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 05:38:00 +00:00
ath79: increase max tx ring buffer for ag71xx
This allows the user to specify a larger tx ring buffer size via ethtool. Having symmetrical ring buffer sizes increases throughput on high bandwidth (1 gbps tested) network connections. The default value is not changed so the same behaviour is saved. Signed-off-by: Robert Meijer <robert.s.meijer@gmail.com> [ improve title, commit description and wrap to 80 columns ] Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
parent
13cae3cdce
commit
c3b9f00aaa
@ -65,7 +65,7 @@
|
||||
#define AG71XX_TX_RING_SIZE_DEFAULT 128
|
||||
#define AG71XX_RX_RING_SIZE_DEFAULT 256
|
||||
|
||||
#define AG71XX_TX_RING_SIZE_MAX 128
|
||||
#define AG71XX_TX_RING_SIZE_MAX 256
|
||||
#define AG71XX_RX_RING_SIZE_MAX 256
|
||||
|
||||
#ifdef CONFIG_AG71XX_DEBUG
|
||||
|
Loading…
Reference in New Issue
Block a user