Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | virtio-net: support XDP_REDIRECT | Jason Wang | 2017-09-20 | 1 | -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> |