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
这个提交包含在:
Vivek
2017-12-27 15:14:30 +05:30
提交者 snandini
父节点 7c6b803c4f
当前提交 f227fb7417
修改 2 个文件,包含 6 行新增2 行删除

查看文件

@@ -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 */