-
Attach types are using the legacy attach type names, but we switched to those used by libbpf in commit torvalds/linux@1ba5ad36e00f46e3f7676f5de6b87f5a2f57f1f1. (Legacy attach type names are only kept …
-
DESCRIPTION
When use -O -C for count run queue occupancy for each CPU separately,
the first cpu statistics are correct; however, the data used by the subsequent cpus are on top of the accumulation…
-
I'm new to ebpf. I saw that BPF CO-RE argument and it seems it would be the future way to use bpf. But when I try to use it on stock ubuntu 18.04. I had problems. I had other constraints so that I can…
-
Hello, I tried the rewriting dest port number. but can not load the bpf program.
the Errors are shown below.
sudo ./xdp_loader --dev veth-basic02 --force
libbpf: load bpf program failed: Invalid …
-
+ bpftool prog load bpf_sockops_v4.o /sys/fs/bpf/bpf_sockops
libbpf: Program '"sockops"' contains non-map related relo data pointing to section 5
![image](https://user-images.githubusercontent.com…
-
OSS-Fuzz has found a bug in this project. Please see https://oss-fuzz.com/testcase?key=4969712884252672 for details and reproducers.
This issue is mirrored from https://bugs.chromium.org/p/oss-fuzz/i…
-
### What is your question?
Hi,
I struggling with how to handle makefile package that requires tool built from the source.
So ./configure of this package checks if on the system is installed too…
-
The BPF instruction helper macros (`BPF_ALU64_REG`, `BPF_EXIT_INSN`, and the like) are duplicated in a few places in the kernel tree: [include/linux/filter.h](http://git.kernel.org/cgit/linux/kernel/g…
-
Hi,
I am trying to get started with this nice project but I'm stuck in early stages. I am currently trying to follow the examples/tutorial but getting of errors. First, as I read, is due to non-match…
-
In https://github.com/libbpf/libbpf-rs/commit/4e62c38322cced90ad673d25e8253f47ad37c566, Rust type generation changed from the used types to all types. This is mostly harmless, except in the case were …