summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAntoine Tenart <antoine.tenart@bootlin.com>2018-09-24 17:56:13 +0300
committerDavid S. Miller <davem@davemloft.net>2018-09-24 22:27:28 +0300
commitf4a518797b40e956b6e6220b42657e045dc24470 (patch)
tree3b7a277f96b3667fe6c2aa12ca352d4e446c24d3 /tools
parentccfec9e5cb2d48df5a955b7bf47f7782157d3bc2 (diff)
downloadlinux-f4a518797b40e956b6e6220b42657e045dc24470.tar.xz
net: mvneta: fix the remaining Rx descriptor unmapping issues
With CONFIG_DMA_API_DEBUG enabled we get DMA unmapping warning in various places of the mvneta driver, for example when putting down an interface while traffic is passing through. The issue is when using s/w buffer management, the Rx buffers are mapped using dma_map_page but unmapped with dma_unmap_single. This patch fixes this by using the right unmapping function. Fixes: 562e2f467e71 ("net: mvneta: Improve the buffer allocation method for SWBM") Signed-off-by: Antoine Tenart <antoine.tenart@bootlin.com> Reviewed-by: Gregory CLEMENT <gregory.clement@bootlin.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions