-
- [`struct bpf_lpm_trie_key`](https://elixir.bootlin.com/linux/v6.9/source/include/uapi/linux/bpf.h#L89) has been deprecated since kernel 6.9. It is recommended to use [`struct bpf_lpm_trie_key_u8`](h…
-
### Context
Currently we have packet reading, and network interface provider tho it's problematic to listen for valid packets from network interfaces and protocols. To accomplish that we can use [BPF…
-
### Describe the bug
When building OpenWrt from main with BPF and DEBUG_INFO_BTF enabled, kmod-sched-bpf failed to build because act_bpf.ko was missing. However, cls_bpf.ko exists and builds succes…
-
**What happened**:
Some places called calloc or malloc but not free it.
**What you expected to happen**:
**How to reproduce it (as minimally and precisely as possible)**:
**Anything else w…
-
This issue has been discussed before, I can't seem to find where though. The goal would be to have the released `go.opentelemetry.io/auto` package be a self-contained distribution.
Currently, when …
-
Now that there is a separate [GPU module](https://github.com/sched-ext/scx/blob/main/rust/scx_utils/src/gpu.rs) we can expand it to include BPF interfaces. Use periodic timer in userspace to call the …
-
Similar to #75, please see the description there.
-
I am running into an issue where it seems heplify is not processing TCP traffic? I've tried with -tcpassembly and -sipassembly enabled. Also is it possible to process TLS and WSS traffic with heplif…
-
i tried installing polycube for ubuntu 22,04 following the installation guide, the /scripts/install.sh throws error, as it tries to install dependencies for ubuntu 18.0 so, manually i tried installing…
-
When I deep dive into [`struct bpf_prog_info`](https://github.com/torvalds/linux/blob/75b607fab38d149f232f01eae5e6392b394dd659/include/uapi/linux/bpf.h#L6552), I find that we can retrieve ksyms and ks…