-
## Issue
go generate for `GOARCH=arm64` is failing
```sh
❯ GOARCH=arm64 go generate ./pkg/plugin/...;
fork/exec /tmp/go-build4230987009/b001/exe/mockgen: exec format error…
-
**Please provide an in-depth description of the question you have**:
In kernal-native L4 mode, we use cgroup/connect4, it can hook the tcp connection. But what hook should we use for tcp close? Why…
-
Once a user has discovered `bpf2go` they usually need to figure out where to get headers from. We can remove this pain point by shipping common headers via a `go:embed` directive. When invoking the bi…
-
### What version of Go are you using (`go version`)?
$ go version
go version go1.20.4 linux/amd64
### Does this issue reproduce with the latest release?
Yes.
### What operating sy…
-
The Cilium's alignchecker should be extended to support BTF instead of DWARF. AFAIK, @ti-mo is planning to do so.
-
Hello ! Thanks a lot for this documentation journey
I think it could be awesome to have a dedicated page(s) about all the good practices on developping eBPF programs.
For exemple :
- Compilati…
-
With #1017 merged and a working copy hosted at https://ebpf-go.dev, I've been asking existing contributors to write on specific topics I know them to be familiar with. This issue acts as an index of t…
ti-mo updated
11 months ago
-
I recognize this isn't a problem with the package, so feel free to close. However, any idea what would cause the following during the `generate` step?
```
Error: can't write /home/demo/bpf_with_go…
-
### Describe the bug
-- Newbie here, text to be adjusted --
Opening this issue to discuss a possible enhancement to the library regarding the interaction with static/global variables in an eBPF …
-
Hey, I am trying to convert the following ebpf code to go code:
```
#define _DEFAULT_SOURCE
#include
#include
#include
#include
#include
#include
#define SEC(NAME) __attribute__((…