Skip to content

Commit

Permalink
net: aquantia: Increase rx ring default size from 1K to 2K
Browse files Browse the repository at this point in the history
For multigig rates 1K ring size is often not enough and causes extra
packet drops in hardware.

Signed-off-by: Igor Russkikh <igor.russkikh@aquantia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Igor Russkikh authored and David S. Miller committed Mar 24, 2019
1 parent 8bd7e76 commit 1b09e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/aquantia/atlantic/aq_cfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#define AQ_CFG_TCS_DEF 1U

#define AQ_CFG_TXDS_DEF 4096U
#define AQ_CFG_RXDS_DEF 1024U
#define AQ_CFG_RXDS_DEF 2048U

#define AQ_CFG_IS_POLLING_DEF 0U

Expand Down

0 comments on commit 1b09e72

Please sign in to comment.