]> git.ipfire.org Git - thirdparty/qemu.git/commit
ebpf: Added eBPF RSS program.
authorAndrew Melnychenko <andrew@daynix.com>
Fri, 14 May 2021 11:48:31 +0000 (14:48 +0300)
committerJason Wang <jasowang@redhat.com>
Fri, 4 Jun 2021 07:25:46 +0000 (15:25 +0800)
commitf3fa412de28ae3cb31d38811d30a77e4e20456cc
tree06c6058905d66627f94aabb77c373d75cb9d7615
parent8f364e344c3e71d4cc4e683d21241f6c36d62a5e
ebpf: Added eBPF RSS program.

RSS program and Makefile to build it.
The bpftool used to generate '.h' file.
The data in that file may be loaded by libbpf.
EBPF compilation is not required for building qemu.
You can use Makefile if you need to regenerate rss.bpf.skeleton.h.

Signed-off-by: Yuri Benditovich <yuri.benditovich@daynix.com>
Signed-off-by: Andrew Melnychenko <andrew@daynix.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
tools/ebpf/Makefile.ebpf [new file with mode: 0755]
tools/ebpf/rss.bpf.c [new file with mode: 0644]