qcacmn: Reduce the number of scheduler message buffers for WIN
Reduced the number of scheduler message buffers for WIN to 2k from 4k since WIN is only using 2 scheduler queues. Changed the order of two members of scheduler messgae structure to avoid additional padding on 64bit platform. Change-Id: Ic74d60878867c45413bc4fbd5c56feb4dd421699 CRs-Fixed: 2157621
这个提交包含在:
@@ -32,7 +32,11 @@
|
||||
#include <scheduler_api.h>
|
||||
#include <qdf_list.h>
|
||||
|
||||
#ifdef CONFIG_MCL
|
||||
#define SCHEDULER_CORE_MAX_MESSAGES 8000
|
||||
#else
|
||||
#define SCHEDULER_CORE_MAX_MESSAGES 2000
|
||||
#endif
|
||||
#define SCHEDULER_NUMBER_OF_MSG_QUEUE 5
|
||||
#define SCHEDULER_WRAPPER_MAX_FAIL_COUNT (SCHEDULER_CORE_MAX_MESSAGES * 3)
|
||||
#define SCHEDULER_WATCHDOG_TIMEOUT (10 * 1000) /* 10s */
|
||||
|
在新工单中引用
屏蔽一个用户