qcacmn: Change the minimum limit of dp_rx_sw_desc_num
Change minimum limit of dp_rx_sw_desc_num for memory optimization on kuno. Change-Id: I8f2d92286b94b4aba8b865dbc47e69e6b561ce90 CRs-Fixed: 3564817
This commit is contained in:

committed by
Rahul Choudhary

parent
ae88affbf8
commit
2dab6c754c
@@ -439,7 +439,11 @@
|
||||
#define WLAN_CFG_RX_SW_DESC_WEIGHT_SIZE_MIN 1
|
||||
#define WLAN_CFG_RX_SW_DESC_WEIGHT_SIZE_MAX 1
|
||||
#define WLAN_CFG_RX_SW_DESC_NUM_SIZE 4096
|
||||
#ifdef WLAN_MEMORY_OPT
|
||||
#define WLAN_CFG_RX_SW_DESC_NUM_SIZE_MIN 128
|
||||
#else
|
||||
#define WLAN_CFG_RX_SW_DESC_NUM_SIZE_MIN 1024
|
||||
#endif
|
||||
#define WLAN_CFG_RX_SW_DESC_NUM_SIZE_MAX 16384
|
||||
|
||||
/*
|
||||
@@ -450,7 +454,11 @@
|
||||
#define WLAN_CFG_RX_SW_DESC_WEIGHT_SIZE_MIN 1
|
||||
#define WLAN_CFG_RX_SW_DESC_WEIGHT_SIZE_MAX 3
|
||||
#define WLAN_CFG_RX_SW_DESC_NUM_SIZE 4096
|
||||
#ifdef WLAN_MEMORY_OPT
|
||||
#define WLAN_CFG_RX_SW_DESC_NUM_SIZE_MIN 128
|
||||
#else
|
||||
#define WLAN_CFG_RX_SW_DESC_NUM_SIZE_MIN 1024
|
||||
#endif
|
||||
#define WLAN_CFG_RX_SW_DESC_NUM_SIZE_MAX 16384
|
||||
|
||||
/*
|
||||
@@ -465,7 +473,11 @@
|
||||
#define WLAN_CFG_RX_SW_DESC_WEIGHT_SIZE_MIN 1
|
||||
#define WLAN_CFG_RX_SW_DESC_WEIGHT_SIZE_MAX 3
|
||||
#define WLAN_CFG_RX_SW_DESC_NUM_SIZE 12288
|
||||
#ifdef WLAN_MEMORY_OPT
|
||||
#define WLAN_CFG_RX_SW_DESC_NUM_SIZE_MIN 128
|
||||
#else
|
||||
#define WLAN_CFG_RX_SW_DESC_NUM_SIZE_MIN 4096
|
||||
#endif
|
||||
#define WLAN_CFG_RX_SW_DESC_NUM_SIZE_MAX 16384
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user