فهرست منبع

qcacmn: Increase the wbm release ring size

The WBM release ring size of 64 is a bit too
small for bursty nature of inwards traffic.
In monitor mode, there can be a huge ingress
of packets and returning the link descriptors
back to the WBM can fail due to its small size.

Increase the WBM release ring size to match the
RXDMA buffer ring.

Change-Id: I41c755f29566cd8cb99520736d34304344a82776
CRs-Fixed: 2650480
Rakesh Pillai 5 سال پیش
والد
کامیت
018b298dba
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      wlan_cfg/cfg_dp.h

+ 2 - 2
wlan_cfg/cfg_dp.h

@@ -184,9 +184,9 @@
 #define WLAN_CFG_NUM_REO_DEST_RING_MIN 4
 #define WLAN_CFG_NUM_REO_DEST_RING_MAX 4
 
-#define WLAN_CFG_WBM_RELEASE_RING_SIZE 64
+#define WLAN_CFG_WBM_RELEASE_RING_SIZE 1024
 #define WLAN_CFG_WBM_RELEASE_RING_SIZE_MIN 64
-#define WLAN_CFG_WBM_RELEASE_RING_SIZE_MAX 64
+#define WLAN_CFG_WBM_RELEASE_RING_SIZE_MAX 1024
 
 #define WLAN_CFG_TCL_CMD_CREDIT_RING_SIZE 32
 #define WLAN_CFG_TCL_CMD_CREDIT_RING_SIZE_MIN 32