-
tools who include core_fixes.bpf.h got below error when compiling. others not.
kernel is 4.18
BPF biolatency.bpf.o
In file included from biolatency.bpf.c:10:
./core_fixes.bpf.h:79:6: er…
-
Hi, I modified redbpf to load `BPF_PROG_TYPE_CGROUP_SKB` programs, but there's a design decision to be made before sending a PR.
libbpf [has a mapping of section names to program parameters](https:…
-
Whenver I try to use `bpf_printk` or `bpf_trace_printk` the code compiles. But when I try to attach it to my interface it shows permission denied -13. Without using printk functions it works fine.
My…
-
Hi, community!
I propose that maybe we can try to compile the `libbpf-tools` C code to OCI-compatible [WebAssembly](https://webassembly.org/) module, and then use a launcher to get eBPF programs ru…
-
All tools from [bpfcc/libbpf-tools](https://github.com/iovisor/bcc/tree/master/libbpf-tools) project should be portable to libbpfgo if libbpfgo supported all features present in libbpf.
This can b…
-
Hi,
Yesterday, at this year's eBPF Summit @eiffel-fl suggested contributing our [ringbuf based ports ](https://github.com/solo-io/bumblebee/tree/main/examples)to this repositoryin some way if it's …
-
Expose `btf_custom_path` configuration from libbpf-rs to Rezolus users.
### Expected behavior
Older distros or kernels built without `CONFIG_DEBUG_INFO_BTF=y` can be supported via external BTF f…
l2dy updated
4 months ago
-
So far we are using Github Actions to run tests and checkers.
The problem is that all `ubuntu-latest` Github Actions have quite an old kernel, too old for us. If we want to have integration tests i…
-
https://github.com/xdp-project/xdp-tools is the main XDP library/api/tools for using XDP.
In the eBPF for Windows project, we've been enabling the same bpftool source (with appropriate refactoring/…
-
libbpf has this nifty function to test kernel capabilities at loading time; however, the function is not exported, so it can't be used with libbpfgo directly https://github.com/libbpf/libbpf/blob/1714…