summaryrefslogtreecommitdiffstats
path: root/drivers/net/virtio_net.
Commit message (Collapse)AuthorAgeFilesLines
* virtio-net: support XDP_REDIRECTJason Wang2017-09-201-0/+0
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>
OpenPOWER on IntegriCloud