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
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user