[03/10] net/bnxt: increase queue size for async handling
Checks
Commit Message
Increase the default NQ/CQ depth for async handling.
In some cases the hardware can generate a high number of
async notifications. Increase the notification/completion queue
size to accommodate them.
Signed-off-by: Ajit Khaparde <ajit.khaparde@broadcom.com>
Reviewed-by: Damodharam Ammepalli <damodharam.ammepalli@broadcom.com>
---
drivers/net/bnxt/bnxt_ring.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -24,7 +24,7 @@
#define DB_KEY_TX_PUSH (0x4 << 28)
#define DB_LONG_TX_PUSH (0x2 << 24)
-#define DEFAULT_CP_RING_SIZE 256
+#define DEFAULT_CP_RING_SIZE 4096
#define DEFAULT_RX_RING_SIZE 256
#define DEFAULT_TX_RING_SIZE 256