qcacmn: Add an ini control to disable Dynamic GRO feature

Dynamic GRO feature is enabled by default and aimed for specific
customers. Add an ini control to allow other customers to config
this feature enable/disable.

Change-Id: I7f505599327ac131b3cdac9b4d9e038861b1aeb6
CRs-Fixed: 3074689
此提交包含在:
Yu Tian
2021-11-11 19:26:50 +08:00
提交者 Madan Koyyalamudi
父節點 465d1dfb24
當前提交 ac2110769b
共有 6 個檔案被更改,包括 43 行新增3 行删除

查看文件

@@ -4946,6 +4946,8 @@ void dp_print_soc_cfg_params(struct dp_soc *soc)
soc_cfg_ctx->sg_enabled);
DP_PRINT_STATS("Gro enabled: %u ",
soc_cfg_ctx->gro_enabled);
DP_PRINT_STATS("Force Gro enabled: %u ",
soc_cfg_ctx->force_gro_enabled);
DP_PRINT_STATS("rawmode enabled: %u ",
soc_cfg_ctx->rawmode_enabled);
DP_PRINT_STATS("peer flow ctrl enabled: %u ",