Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging
# gpg: Signature made Fri 04 Jun 2021 08:26:16 BST
# gpg: using RSA key EF04965B398D6211
# gpg: Good signature from "Jason Wang (Jason Wang on RedHat) <jasowang@redhat.com>" [marginal]
# gpg: WARNING: This key is not certified with sufficiently trusted signatures!
# gpg: It is not certain that the signature belongs to the owner.
# Primary key fingerprint: 215D 46F4 8246 689E C77F 3562 EF04 965B 398D 6211
* remotes/jasowang/tags/net-pull-request:
MAINTAINERS: Added eBPF maintainers information.
docs: Added eBPF documentation.
virtio-net: Added eBPF RSS to virtio-net.
ebpf: Added eBPF RSS loader.
ebpf: Added eBPF RSS program.
net: Added SetSteeringEBPF method for NetClientState.
net/tap: Added TUNSETSTEERINGEBPF code.
Signed-off-by:
Peter Maydell <peter.maydell@linaro.org>
No related branches found
No related tags found
Showing
- MAINTAINERS 8 additions, 0 deletionsMAINTAINERS
- configure 7 additions, 1 deletionconfigure
- docs/devel/ebpf_rss.rst 125 additions, 0 deletionsdocs/devel/ebpf_rss.rst
- docs/devel/index.rst 1 addition, 0 deletionsdocs/devel/index.rst
- ebpf/ebpf_rss-stub.c 40 additions, 0 deletionsebpf/ebpf_rss-stub.c
- ebpf/ebpf_rss.c 165 additions, 0 deletionsebpf/ebpf_rss.c
- ebpf/ebpf_rss.h 44 additions, 0 deletionsebpf/ebpf_rss.h
- ebpf/meson.build 1 addition, 0 deletionsebpf/meson.build
- ebpf/rss.bpf.skeleton.h 431 additions, 0 deletionsebpf/rss.bpf.skeleton.h
- ebpf/trace-events 4 additions, 0 deletionsebpf/trace-events
- ebpf/trace.h 1 addition, 0 deletionsebpf/trace.h
- hw/net/vhost_net.c 3 additions, 0 deletionshw/net/vhost_net.c
- hw/net/virtio-net.c 113 additions, 3 deletionshw/net/virtio-net.c
- include/hw/virtio/virtio-net.h 4 additions, 0 deletionsinclude/hw/virtio/virtio-net.h
- include/net/net.h 2 additions, 0 deletionsinclude/net/net.h
- meson.build 23 additions, 0 deletionsmeson.build
- meson_options.txt 2 additions, 0 deletionsmeson_options.txt
- net/tap-bsd.c 5 additions, 0 deletionsnet/tap-bsd.c
- net/tap-linux.c 13 additions, 0 deletionsnet/tap-linux.c
- net/tap-linux.h 1 addition, 0 deletionsnet/tap-linux.h
Loading
Please register or sign in to comment