summaryrefslogtreecommitdiffstats
path: root/drivers/net/virtio_net.
diff options
context:
space:
mode:
authorJason Wang <jasowang@redhat.com>2017-09-19 17:42:43 +0800
committerDavid S. Miller <davem@davemloft.net>2017-09-20 14:27:52 -0700
commit186b3c998c50fc241b51b905081c748455d16b4a (patch)
tree4840e73bbe01edcb26f383d86d761ad2abd05278 /drivers/net/virtio_net.
parent312403453532b209879aa7faeff296bd3dea78af (diff)
virtio-net: support XDP_REDIRECT
This patch tries to add XDP_REDIRECT for virtio-net. The changes are not complex as we could use exist XDP_TX helpers for most of the work. The rest is passing the XDP_TX to NAPI handler for implementing batching. Cc: John Fastabend <john.fastabend@gmail.com> Signed-off-by: Jason Wang <jasowang@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/virtio_net.')
-rw-r--r--drivers/net/virtio_net.0
1 files changed, 0 insertions, 0 deletions
diff --git a/drivers/net/virtio_net. b/drivers/net/virtio_net.
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/drivers/net/virtio_net.