Is there a way to read from eBPF map without paying for overhead that kernel-calls read / ppoll add (due to them being kernel-calls). Maybe mmap
with some weird parameters passed?
Is there a way to read from eBPF map without paying for overhead that kernel-calls read / ppoll add (due to them being kernel-calls). Maybe mmap
with some weird parameters passed?