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:
Vivek
2018-05-16 13:18:39 +05:30
committed by nshrivas
parent 4a66b6f358
commit d78dedc9dd

View File

@@ -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)