-
Hello, i want to build libxdp on my wsl machine(Debian bullseye), but i get this error during make:
```
↳ make libxdp
lib
libbpf
CC libbpf/src/libbpf.a
INSTALL libbpf/src/li…
-
**Is your feature request related to a problem? Please describe.**
see the issue replied by us: https://github.com/iovisor/bcc/issues/3090#issuecomment-1357809899
**Describe the solution you'd …
-
On trying to run my go user space code the following error logs are generated:
```
CGO_ENABLED=1 go run drop.go
# github.com/aquasecurity/libbpfgo
../go/pkg/mod/github.com/aquasecurity/libbpfgo@…
-
## Description
While running Suricata 6.0.9 in a Docker container, I encountered multiple issues related to eBPF/XDP loading and app-layer protocol configuration. The errors indicate problems with lo…
-
On aarch64, systemtap sometimes generates probes like `-8@v0`. Currently, libbpf only handles e.g. `8@x24`. Support for `v%d` is needed.
https://github.com/libbpf/libbpf/blob/46eafba62ee380a1f8230e…
-
We are currently using our own implementation in the profiler. But with [libbpf 1.0 ](https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git/commit/?id=e542f2c4cd16)it should be possible for…
-
Hello, I've already asked it, but answer didn't seem to work :(
I have a priveleged process that loads and attaches BPF program of type tracepoint, it pins the `BPF_MAP_TYPE_ARRAY`, and I `chmod` m…
-
root@zhangyi:/clone/xdp-tutorial# make
clang: 11.0.0-2~ubuntu20.04.1
libbpf support: submodule
ELF support: yes
zlib support: yes
libxdp support: submodule
Configuring libxdp to use our libbpf s…
-
### Is your feature request related to a problem? Please describe.
https://github.com/xmake-io/xmake/issues/1274 supports compile bpf on Linux, it is useful to do cross compile on macOS/Windows
### …
tiann updated
2 years ago
-
The runqlat libbpf tool is broken on powerpc (ppc64le):
```
# ./runqlat
libbpf: load bpf program failed: ERROR: strerror_r(524)=22
libbpf: -- BEGIN DUMP LOG ---
libbpf:
processed 20 insns (l…