diff options
| author | John Fastabend <[email protected]> | 2017-07-17 09:26:45 -0700 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2017-07-17 09:48:05 -0700 |
| commit | d445516966dcb2924741b13b27738b54df2af01a (patch) | |
| tree | a93bc06b2cf7176add789cc2368a029d9bafcab6 /tools/perf/scripts/python/export-to-postgresql.py | |
| parent | 90382dca61137444cb8f639db0a76c4d084763d7 (diff) | |
net: xdp: support xdp generic on virtual devices
XDP generic allows users to test XDP programs and/or run them with
degraded performance on devices that do not yet support XDP. For
testing I typically test eBPF programs using a set of veth devices.
This allows testing topologies that would otherwise be difficult to
setup especially in the early stages of development.
This patch adds a xdp generic hook to the netif_rx_internal()
function which is called from dev_forward_skb(). With this addition
attaching XDP programs to veth devices works as expected! Also I
noticed multiple drivers using netif_rx(). These devices will also
benefit and generic XDP will work for them as well.
Signed-off-by: John Fastabend <[email protected]>
Tested-by: Andy Gospodarek <[email protected]>
Acked-by: Daniel Borkmann <[email protected]>
Acked-by: Jesper Dangaard Brouer <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions