mirror_qemu/ebpf
Andrew Melnychenko 333b3e5fab ebpf: Added eBPF map update through mmap.
Changed eBPF map updates through mmaped array.
Mmaped arrays provide direct access to map data.
It should omit using bpf_map_update_elem() call,
which may require capabilities that are not present.

Signed-off-by: Andrew Melnychenko <andrew@daynix.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
2024-03-12 19:31:46 +08:00
..
ebpf_rss-stub.c ebpf: Added eBPF RSS loader. 2021-06-04 15:25:46 +08:00
ebpf_rss.c ebpf: Added eBPF map update through mmap. 2024-03-12 19:31:46 +08:00
ebpf_rss.h ebpf: Added eBPF map update through mmap. 2024-03-12 19:31:46 +08:00
meson.build meson: Replace softmmu_ss -> system_ss 2023-06-20 10:01:30 +02:00
rss.bpf.skeleton.h ebpf: fix compatibility with libbpf 1.0+ 2023-03-10 17:26:47 +08:00
trace-events trace-events: Fix the name of the tracing.rst file 2023-09-08 13:08:51 +03:00
trace.h ebpf: Added eBPF RSS loader. 2021-06-04 15:25:46 +08:00