summary refs log tree commit diff
path: root/tools
diff options
context:
space:
mode:
authorJesper Dangaard Brouer <brouer@redhat.com>2018-06-26 17:39:58 +0200
committerDavid S. Miller <davem@davemloft.net>2018-06-28 14:27:52 +0900
commit2471c75efed32529698c26da499954f0253cb401 (patch)
treec26c51c7399a96e4e3e417c04a4bd54e78895c1f /tools
parent2e6893123830d04edc366e0ce59d46e622e140c1 (diff)
downloadlinux-2471c75efed32529698c26da499954f0253cb401.tar.gz
virtio_net: split XDP_TX kick and XDP_REDIRECT map flushing
The driver was combining XDP_TX virtqueue_kick and XDP_REDIRECT
map flushing (xdp_do_flush_map).  This is suboptimal, these two
flush operations should be kept separate.

The suboptimal behavior was introduced in commit 9267c430c6b6
("virtio-net: add missing virtqueue kick when flushing packets").

Fixes: 9267c430c6b6 ("virtio-net: add missing virtqueue kick when flushing packets")
Signed-off-by: Jesper Dangaard Brouer <brouer@redhat.com>
Acked-by: Jason Wang <jasowang@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions