diff options
author | Hemanth Puranik <[email protected]> | 2018-03-06 08:18:06 +0530 |
---|---|---|
committer | David S. Miller <[email protected]> | 2018-03-07 12:21:03 -0500 |
commit | cc5db3150e87fe7f7e947bf333b6c1c97f848ecb (patch) | |
tree | 159cc5f39b05a5fff4b3055681d72c0f3289e7a9 /tools/perf/scripts/python/stackcollapse.py | |
parent | 9de506a547c0d172d13a91d69b1a399e6a2c0efa (diff) |
net: qcom/emac: Use proper free methods during TX
This patch fixes the warning messages/call traces seen if DMA debug is
enabled, In case of fragmented skb's memory was allocated using
dma_map_page but freed using dma_unmap_single. This patch modifies buffer
allocations in TX path to use dma_map_page in all the places and
dma_unmap_page while freeing the buffers.
Signed-off-by: Hemanth Puranik <[email protected]>
Acked-by: Timur Tabi <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions