Re: [PATCH net-next 3/3] virtio-net: support XDP_REDIRECT
From: David Miller <davem@davemloft.net> Date: 2017-09-20 21:28:21
From: Jason Wang <redacted>
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@gmail.com>
Signed-off-by: Jason Wang <redacted>