qcacmn: Add dp_tx_desc_limits ini config

Add dp_tx_desc_limit for 5G high, 2G and 5G low to limit the
number of software tx_desc to be allocated.

Change-Id: If97e858b73aafaed0e21fc8f6e0337e467ce0ecc
This commit is contained in:
Prathyusha Guduri
2019-07-19 19:43:39 +05:30
committed by nshrivas
parent bf48fb69ac
commit 36ce817b7e
4 changed files with 99 additions and 0 deletions

View File

@@ -4481,6 +4481,12 @@ void dp_print_soc_cfg_params(struct dp_soc *soc)
soc_cfg_ctx->reo_status_ring);
DP_PRINT_STATS("RXDMA refill ring: %u ",
soc_cfg_ctx->rxdma_refill_ring);
DP_PRINT_STATS("TX_desc limit_0: %u ",
soc_cfg_ctx->tx_desc_limit_0);
DP_PRINT_STATS("TX_desc limit_1: %u ",
soc_cfg_ctx->tx_desc_limit_1);
DP_PRINT_STATS("TX_desc limit_2: %u ",
soc_cfg_ctx->tx_desc_limit_2);
DP_PRINT_STATS("RXDMA err dst ring: %u ",
soc_cfg_ctx->rxdma_err_dst_ring);
}