qcacmn: Increase the napi scale for slub debug builds
UMAC reo full condition is seen in slub debug builds in case of DL throughput traffic. This is due to host process only 64 packets per NAPI schedule in case of slub debug builds where in case of perf builds budget is of scale 4 times. Also the time between two napi schedules is in order of milliseconds which accounts for the delay of host reo ring processing. So increase the napi budget scale to 3 times which make sures host process enough packets per napi schedule. Change-Id: I3e134f31277a72056f3d7d5433ed1adeefa433fa CRs-Fixed: 2563595
此提交包含在:
@@ -122,7 +122,7 @@ struct CE_state;
|
||||
|
||||
#ifndef NAPI_YIELD_BUDGET_BASED
|
||||
#ifdef HIF_CONFIG_SLUB_DEBUG_ON
|
||||
#define QCA_NAPI_DEF_SCALE_BIN_SHIFT 1
|
||||
#define QCA_NAPI_DEF_SCALE_BIN_SHIFT 3
|
||||
#else
|
||||
#ifndef QCA_NAPI_DEF_SCALE_BIN_SHIFT
|
||||
#define QCA_NAPI_DEF_SCALE_BIN_SHIFT 4
|
||||
|
新增問題並參考
封鎖使用者