ag71xx: increase rx ring size to improve performance
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48694
This commit is contained in:
parent
11ca71cfdb
commit
37dd95b772
1 changed files with 2 additions and 2 deletions
|
@ -56,10 +56,10 @@
|
||||||
#define AG71XX_TX_RING_DS_PER_PKT DIV_ROUND_UP(AG71XX_TX_MTU_LEN, \
|
#define AG71XX_TX_RING_DS_PER_PKT DIV_ROUND_UP(AG71XX_TX_MTU_LEN, \
|
||||||
AG71XX_TX_RING_SPLIT)
|
AG71XX_TX_RING_SPLIT)
|
||||||
#define AG71XX_TX_RING_SIZE_DEFAULT 128
|
#define AG71XX_TX_RING_SIZE_DEFAULT 128
|
||||||
#define AG71XX_RX_RING_SIZE_DEFAULT 128
|
#define AG71XX_RX_RING_SIZE_DEFAULT 256
|
||||||
|
|
||||||
#define AG71XX_TX_RING_SIZE_MAX 128
|
#define AG71XX_TX_RING_SIZE_MAX 128
|
||||||
#define AG71XX_RX_RING_SIZE_MAX 128
|
#define AG71XX_RX_RING_SIZE_MAX 256
|
||||||
|
|
||||||
#ifdef CONFIG_AG71XX_DEBUG
|
#ifdef CONFIG_AG71XX_DEBUG
|
||||||
#define DBG(fmt, args...) pr_debug(fmt, ## args)
|
#define DBG(fmt, args...) pr_debug(fmt, ## args)
|
||||||
|
|
Loading…
Reference in a new issue