diff options
author | Andrew Melnychenko <andrew@daynix.com> | 2024-02-05 18:54:31 +0200 |
---|---|---|
committer | Jason Wang <jasowang@redhat.com> | 2024-03-12 19:31:46 +0800 |
commit | 333b3e5fab751cce9f077b827563296c797ff399 (patch) | |
tree | b42d08780966ade3a28f80b7e468cc52e38e92b3 /hw/net/virtio-net.c | |
parent | 6a5287ce80470bb8df95901d73ee779a64e70c3a (diff) | |
download | qemu-333b3e5fab751cce9f077b827563296c797ff399.zip qemu-333b3e5fab751cce9f077b827563296c797ff399.tar.gz qemu-333b3e5fab751cce9f077b827563296c797ff399.tar.bz2 |
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>
Diffstat (limited to 'hw/net/virtio-net.c')
0 files changed, 0 insertions, 0 deletions