-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
Hi,
Can you point to me how to install libraries to write bpf helpers in c in linux.
like for example i want to use this function :
void bpf_map_lookup_elem(map, void *key. ...);
But i can't get any library files to do it.
Also i want to run the code in userspace, i don't want to compile my own kernel.
My actual aim was to be able to use eBPF maps to store and retrieve data.
I was looking for the functions in:
Metadata
Metadata
Assignees
Labels
No labels