Re: [PATCH net-next 3/3] virtio-net: support XDP_REDIRECT

From: David Miller
Date: Wed Sep 20 2017 - 17:28:31 EST


From: Jason Wang <jasowang@xxxxxxxxxx>
Date: Tue, 19 Sep 2017 17:42:43 +0800

> 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@xxxxxxxxx>
> Signed-off-by: Jason Wang <jasowang@xxxxxxxxxx>

Applied.