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:

committed by
Madan Koyyalamudi

부모
c84505ec7b
커밋
a85ce1152c
@@ -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);
|
||||
|
Reference in New Issue
Block a user