You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Libbpf offers batch operations to save on syscalls for iterating over maps, for example bpf_map_lookup_and_delete_batch or BPF_MAP_UPDATE_BATCH in https://libbpf.readthedocs.io/en/latest/api.html. I see some bindings at
Libbpf offers batch operations to save on syscalls for iterating over maps, for example
bpf_map_lookup_and_delete_batch
orBPF_MAP_UPDATE_BATCH
in https://libbpf.readthedocs.io/en/latest/api.html. I see some bindings ataya/ebpf/aya-ebpf-bindings/src/x86_64/bindings.rs
Line 546 in 78ee9a4
The closest example I see is
aya/aya/src/sys/bpf.rs
Line 248 in 78ee9a4
lookup
is not public)The text was updated successfully, but these errors were encountered: