xen networking: add basic XDP support for xen-netfront
authorDenis Kirjanov <kda@linux-powerpc.org>
Mon, 29 Jun 2020 13:13:28 +0000 (16:13 +0300)
committerDavid S. Miller <davem@davemloft.net>
Wed, 1 Jul 2020 22:25:14 +0000 (15:25 -0700)
commit6c5aa6fc4defc2a0977a2c59e4710d50fa1e834c
tree5e9becc3190fdcbb5cc8a52bf6463045c290acaa
parent2cef30d7bd8b8fbddeb74e3753c29d4248c094e0
xen networking: add basic XDP support for xen-netfront

The patch adds a basic XDP processing to xen-netfront driver.

We ran an XDP program for an RX response received from netback
driver. Also we request xen-netback to adjust data offset for
bpf_xdp_adjust_head() header space for custom headers.

synchronization between frontend and backend parts is done
by using xenbus state switching:
Reconfiguring -> Reconfigured- > Connected

UDP packets drop rate using xdp program is around 310 kpps
using ./pktgen_sample04_many_flows.sh and 160 kpps without the patch.

Signed-off-by: Denis Kirjanov <kda@linux-powerpc.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/Kconfig
drivers/net/xen-netfront.c