qcacmn: Configure qdf_flex_mem segments for scheduler pool
Configure the qdf_flex_mem segments for scheduler pool to 32, which creates 1024 scheduler message buffers during init. Change-Id: Iefa9427b55b427f79aa21a90cbf6e8a05be35e59 CRs-Fixed:
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
#define SCHEDULER_CORE_MAX_MESSAGES 1000
|
||||
#else
|
||||
#define SCHEDULER_CORE_MAX_MESSAGES 2000
|
||||
#define WLAN_SCHED_REDUCTION_LIMIT 32
|
||||
#endif
|
||||
#define SCHEDULER_NUMBER_OF_MSG_QUEUE 6
|
||||
#define SCHEDULER_WRAPPER_MAX_FAIL_COUNT (SCHEDULER_CORE_MAX_MESSAGES * 3)
|
||||
|
Reference in New Issue
Block a user