qcacmn: Debug framework for SMMU buffer tracker for IPA offload

Debug framework for tracking the SMMU mapping and unmapping of
skb buffer when IPA offload is enable and IPA_SMMU_NBUF_TRACKER
is define.

CRs-Fixed: 3255423
change-Id: I8966097945b33cb866f4642b98b3d1a4beabfad7
This commit is contained in:
Devender Kumar
2022-08-12 13:26:42 +05:30
committed by Madan Koyyalamudi
부모 c84505ec7b
커밋 a85ce1152c
8개의 변경된 파일110개의 추가작업 그리고 63개의 파일을 삭제

파일 보기

@@ -217,8 +217,9 @@ static void dp_rx_desc_nbuf_cleanup(struct dp_soc *soc,
while (nbuf) {
next = nbuf->next;
if (dp_ipa_handle_rx_buf_smmu_mapping(soc, nbuf, buf_size,
false))
false, __func__, __LINE__))
dp_info_rl("Unable to unmap nbuf: %pK", nbuf);
qdf_nbuf_unmap_nbytes_single(soc->osdev, nbuf,
QDF_DMA_BIDIRECTIONAL, buf_size);