qcacmn: Add P2P UDP/TCP checksum offload INI entry

Add support to enable disable TCP/UDP checksum offload for P2p modes.

CRs-Fixed: 2725395
Change-Id: Id482649e501a8f9a8900a92e3e03a48f0e99603c
This commit is contained in:
Mohit Khanna
2020-07-04 17:47:06 -07:00
committato da nshrivas
parent a24579c66f
commit 42a8d7ef31
8 ha cambiato i file con 73 aggiunte e 4 eliminazioni

Vedi File

@@ -4970,6 +4970,8 @@ void dp_print_soc_cfg_params(struct dp_soc *soc)
soc_cfg_ctx->peer_flow_ctrl_enabled);
DP_PRINT_STATS("napi enabled: %u ",
soc_cfg_ctx->napi_enabled);
DP_PRINT_STATS("P2P Tcp Udp checksum offload: %u ",
soc_cfg_ctx->p2p_tcp_udp_checksumoffload);
DP_PRINT_STATS("NAN Tcp Udp checksum offload: %u ",
soc_cfg_ctx->nan_tcp_udp_checksumoffload);
DP_PRINT_STATS("Tcp Udp checksum offload: %u ",