-
I am trying to install cargo-bpf (on Gentoo) but it seems to fail when trying to install the bpf-sys 2.3.0 dependency because it can not find a libbpf.pc file in the bundled source code
```
error:…
-
TripleCross does not compile out of the box with ArchLinux today, due to it's inclusion of libbpf 1.0.1:
```shell
% make all …
-
OS: entOS Linux release 7.6.1810 (Core)
GCC: gcc version 4.8.5 20150623 (Red Hat 4.8.5-44) (GCC)
when I compile 13-tcpconnlat, I got the following error
BPFTOOL bpftool/bootstrap/bpftool
...…
-
Our current end-to-end tests run on VMs built at https://github.com/cilium/packer-ci-build, with three possible kernel versions: 4.9, 4.19, and bpf-next. However, we would like to be able to run quick…
-
Certain packages fail to build if they are already installed under `/Programs/*`.
It can be reproduced by installing `LibBPF 0.2` and trying to reinstall it using `Compile LibBPF 0.2`. In the prese…
-
What version of kernel is this project built with? Currently, on Ubuntu 22.04.4 with kernel version 6.5.0, I cannot use the existing binary, and after opening the session, the following error appears:…
-
Someone reported an issue with binutils 2.40 (released mid-January 2023).
Reference: https://build.opensuse.org/package/live_build_log/openSUSE:Factory:Staging:B/bpftool/standard/x86_64
```
[ …
-
Open this issue to keep track of broken libbpf tools on arm64.
* [ ] biosnoop
* [ ] biostacks
* [ ] cachestat
* [ ] execsnoop
* [ ] ext4slower/ext4dist
* [ ] numamove
* [ ] readahead
* [ ] s…
-
We should expose all of the bpf_map api, just being careful about what is deprecated and/or discouraged when 1.0 is released.
- [x] bpf_map__autocreate
- [x] bpf_map__set_autocreate
- [x] bpf_ma…
-
I try to write eBPF program which redirects some packets to user-space using AF_XDP socket and XSK_MAP. I patched RedBPF to add support for XSK maps. But then I need some crate for working with AF_XDP…