qcacmn: get NAPI scale factor through ini configuration

NAPI scale factor should be configured based on the board
type. for example Hawkeye could have a different scale factor
compared to Alder.

CRs-Fixed: 3212330
Change-Id: Ie0bad6aade9ca9379997aa974154f9fb903ab93e
这个提交包含在:
Tallapragada Kalyan
2022-06-03 00:14:45 +05:30
提交者 Madan Koyyalamudi
父节点 5c0f11603d
当前提交 204b765390
修改 5 个文件,包含 41 行新增3 行删除

查看文件

@@ -5269,6 +5269,8 @@ void dp_print_soc_cfg_params(struct dp_soc *soc)
soc_cfg_ctx->int_batch_threshold_other);
DP_PRINT_STATS("Int timer threshold other: %u ",
soc_cfg_ctx->int_timer_threshold_other);
DP_PRINT_STATS("DP NAPI scale factor: %u ",
soc_cfg_ctx->napi_scale_factor);
for (i = 0; i < num_of_int_contexts; i++) {
index += qdf_snprint(&ring_mask[index],