mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
46627f41b6
Added function that loads RSS eBPF program. Added stub functions for RSS eBPF loader. Added meson and configuration options. By default, eBPF feature enabled if libbpf is present in the build system. libbpf checked in configuration shell script and meson script. 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>
4 lines
130 B
Text
4 lines
130 B
Text
# See docs/devel/tracing.txt for syntax documentation.
|
|
|
|
# ebpf-rss.c
|
|
ebpf_error(const char *s1, const char *s2) "error in %s: %s"
|