summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorAndrew Melnychenko2021-05-14 13:48:32 +0200
committerJason Wang2021-06-04 09:25:46 +0200
commit46627f41b6b781885c64a2b12814060a7ca8da36 (patch)
tree76087ad727fa6ab584eb3c52aa5d280de9555261 /meson_options.txt
parentebpf: Added eBPF RSS program. (diff)
downloadqemu-46627f41b6b781885c64a2b12814060a7ca8da36.tar.gz
qemu-46627f41b6b781885c64a2b12814060a7ca8da36.tar.xz
qemu-46627f41b6b781885c64a2b12814060a7ca8da36.zip
ebpf: Added eBPF RSS loader.
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>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 91034420a1..3d304cac96 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -58,6 +58,8 @@ option('bzip2', type : 'feature', value : 'auto',
description: 'bzip2 support for DMG images')
option('cap_ng', type : 'feature', value : 'auto',
description: 'cap_ng support')
+option('bpf', type : 'feature', value : 'auto',
+ description: 'eBPF support')
option('cocoa', type : 'feature', value : 'auto',
description: 'Cocoa user interface (macOS only)')
option('curl', type : 'feature', value : 'auto',