-
### What happened?
Helm Values:
```yaml
cni:
enabled: true
chained: true
logLevel: debug
netDir: /etc/cni/net.d
binDir: /opt/cni/bin
confName: 05-cilium.conflist
experimental…
-
Embedding a skeleton (`Skel`) in an internal structure is quite useful, eg. for loading a program once and attaching it to functions on-demand later on (`attach_kprobe`). Up until 0.22 it was possible…
-
To follow the current best practice, in the build instructions for gocounter (go.md and Containerfile.gocounter), do not install libbpf-dev and instead manually pull libbpf from source like it was don…
-
newcomer question here.
eBPF tool basically consists of userspace controller program (compiled for native CPU architecture) that makes calls to libbpf, and a loadable program compiled for `bpf` arc…
-
### Problem
[Bundling](https://wiki.gentoo.org/wiki/Why_not_bundle_dependencies) [libraries](https://fedoraproject.org/wiki/Bundled_Libraries?rd=Packaging:Bundled_Libraries) is [generally](https://…
-
**Problem**
Cargo can't clone/update a git submodule of dependency, for example [`redbpf` crate](https://github.com/foniod/redbpf), which contains submodule [`libbpf`](https://github.com/foniod/red…
-
### Describe the bug
Concurrent test case:
- Delete an entry/key in the map while the entries are being looked up.
Problem:
The bpf_map_lookup_batch API fails to retrieve all the hash map …
-
I followed the example and created kernel ring buffer in BPF code and sent information to userspace via bpf_ringbuf_submit(). But when my hook function triggers, the information is directly print in c…
-
package(default_visibility = ["//visibility:public"])
load("@rules_cc//cc:defs.bzl", "cc_binary", "cc_library")
cc_library(
name = "libbpf",
srcs = glob([
"libbpf/src/*.c",
…
-
ubuntu@ubunu2004:~/Desktop/XDP-Firewall$ sudo xdpfw -s
libbpf: elf: skipping unrecognized data section(8) .xdp_run_config
libbpf: elf: skipping unrecognized data section(9) xdp_metadata
libbpf: elf…