Feature fix libbpf examples - #327
Conversation
| @@ -0,0 +1,5 @@ | |||
| ## BPF map example | |||
There was a problem hiding this comment.
I think it might be better to rename the example to map-op?
And, can you try loading a eBPF program and running it in the kernel?
|
Hi @hp77-creator , is it ready to merge? |
|
Hi @yunwei37 , so I am able to compile the example but when I try to run it using I will need to create a userspace program to run it, right? |
|
maybe you need to try something like DYLD_INSERT_LIBRARIES or DYLD_LIBRARY_PATH? I'm not quite sure about that |
1354316 to
a6a132b
Compare
cbcb1e9 to
20acd88
Compare
|
This draft has had no update since October 2025 and the last blocker was an unverified macOS execution path. If the example is still intended, please provide the current target OS/architecture, the exact build and launch commands, and the latest failure output against |
Adding example to run a sample ebpf program which uses a map and updates a value in the map.