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
I've looked at the Go files in this repository and while I found functions to pin objects/maps themselves from the loaded BPF program with gobpf, I wasn't able to find any functions to retrieve BPF maps from the file system (e.g. maps that were pinned by BPF programs loaded outside of gobpf).
I'd like to use gobpf to update/delete items from BPF maps loaded by another BPF program outside of gobpf. Is this possible?
I apologize if I've missed anything and thank you for your time.
The text was updated successfully, but these errors were encountered:
Hi everyone,
I've looked at the Go files in this repository and while I found functions to pin objects/maps themselves from the loaded BPF program with
gobpf
, I wasn't able to find any functions to retrieve BPF maps from the file system (e.g. maps that were pinned by BPF programs loaded outside ofgobpf
).I'd like to use
gobpf
to update/delete items from BPF maps loaded by another BPF program outside ofgobpf
. Is this possible?I apologize if I've missed anything and thank you for your time.
The text was updated successfully, but these errors were encountered: