aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/xen-netback/interface.c
diff options
context:
space:
mode:
authorEzequiel Garcia <[email protected]>2014-05-30 16:40:07 +0000
committerDavid S. Miller <[email protected]>2014-06-02 23:16:05 +0000
commit2e3173a3d38bbb5e29a6a734e7366855c12efbe9 (patch)
tree7a13e38888596dbceb401a7fae2a87481426fa39 /drivers/net/xen-netback/interface.c
parentnet: mvneta: Fix missing DMA region unmap (diff)
downloadkernel-2e3173a3d38bbb5e29a6a734e7366855c12efbe9.tar.gz
kernel-2e3173a3d38bbb5e29a6a734e7366855c12efbe9.zip
net: mvneta: Avoid unmapping the TSO header buffers
The buffers for the TSO headers belong to a DMA coherent region which is allocated at ndo_open() time, and released at ndo_stop() time. Therefore, and contrary to the TSO payload descriptor buffers, the TSO header buffers don't need to be unmapped. This commit adds a check to detect a TSO header buffer and explicitly prevent the unmap. Signed-off-by: Ezequiel Garcia <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'drivers/net/xen-netback/interface.c')
0 files changed, 0 insertions, 0 deletions