qcacmn: Add a new feature to support tagging of IPv4/v6 flows

Tags are programmed using wlanconfig commands. Rx IPv4/v6
TCP/UDP packets matching a 5-tuple are tagged using HawkeyeV2 hardware.
Tags are populated in the skb->cb in the REO/exception/monitor data
path and sent to upper stack

CRs-Fixed: 2502311
Change-Id: I7c999e75fab43b6ecb6f9d9fd4b0351f0b9cfda8
This commit is contained in:
Sumeet Rao
2019-07-05 02:11:19 -07:00
committed by nshrivas
parent eda56478de
commit c4fa4df717
19 changed files with 2533 additions and 24 deletions

View File

@@ -4525,6 +4525,12 @@ void dp_print_soc_cfg_params(struct dp_soc *soc)
soc_cfg_ctx->tx_sw_internode_queue);
DP_PRINT_STATS("RXDMA err dst ring: %u ",
soc_cfg_ctx->rxdma_err_dst_ring);
DP_PRINT_STATS("RX Flow Tag Enabled: %u ",
soc_cfg_ctx->is_rx_flow_tag_enabled);
DP_PRINT_STATS("RX Flow Search Table Size (# of entries): %u ",
soc_cfg_ctx->rx_flow_search_table_size);
DP_PRINT_STATS("RX Flow Search Table Per PDev : %u ",
soc_cfg_ctx->is_rx_flow_search_table_per_pdev);
}
void