qcacmn: Allocate dedicated tx desc pool for ppeds

Allocate dedicated tx desc pool for PPE2TCL ring
tx completion handling.

Change-Id: I3d3220b9b38b6f24d98ce73cb5273ae4dc6e7f37
CRs-Fixed: 3300660
This commit is contained in:
Pavankumar Nandeshwar
2021-12-08 16:17:41 +05:30
committad av Madan Koyyalamudi
förälder 83990186aa
incheckning 004224830d
8 ändrade filer med 108 tillägg och 3 borttagningar

Visa fil

@@ -5209,7 +5209,7 @@ dp_tx_comp_process_desc_list(struct dp_soc *soc,
desc->tx_status,
false);
qdf_nbuf_free(desc->nbuf);
dp_tx_desc_free(soc, desc, desc->pool_id);
dp_ppeds_tx_desc_free(soc, desc);
desc = next;
continue;
}