commit | 333b3e5fab751cce9f077b827563296c797ff399 | [log] [tgz] |
---|---|---|
author | Andrew Melnychenko <andrew@daynix.com> | Mon Feb 05 18:54:31 2024 +0200 |
committer | Jason Wang <jasowang@redhat.com> | Tue Mar 12 19:31:46 2024 +0800 |
tree | b42d08780966ade3a28f80b7e468cc52e38e92b3 | |
parent | 6a5287ce80470bb8df95901d73ee779a64e70c3a [diff] |
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>