diff options
author | Denis Kirjanov <kda@linux-powerpc.org> | 2020-06-29 16:13:28 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-07-02 01:25:14 +0300 |
commit | 6c5aa6fc4defc2a0977a2c59e4710d50fa1e834c (patch) | |
tree | 5e9becc3190fdcbb5cc8a52bf6463045c290acaa /drivers/net/xen-netback/rx.c | |
parent | 2cef30d7bd8b8fbddeb74e3753c29d4248c094e0 (diff) | |
download | linux-6c5aa6fc4defc2a0977a2c59e4710d50fa1e834c.tar.xz |
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>
Diffstat (limited to 'drivers/net/xen-netback/rx.c')
0 files changed, 0 insertions, 0 deletions