-
hi! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
-
Both, libbpf and cilium/ebpf, are libraries helping to load eBPF into the Linux Kernel. As libbpf is the upstream library, that ships with the Linux Kernel itself, it includes some features and functionality that are not part (yet) of cilium/ebpf. |
Beta Was this translation helpful? Give feedback.
LIBBPF_OPTS
is an element introduced by libbpf. So I think your question is placed best in this repository.Both, libbpf and cilium/ebpf, are libraries helping to load eBPF into the Linux Kernel. As libbpf is the upstream library, that ships with the Linux Kernel itself, it includes some features and functionality that are not part (yet) of cilium/ebpf.