Closed borkmann closed 11 months ago
Nice! Once tcx support is in we can also look at a fall back for netlink.
Relevant commit is torvalds/linux@e420bed
This one too for the bpf_mprog API / control directives: https://github.com/torvalds/linux/commit/053c8e1f235dc3f69d13375b32f4209228e1cb96
Current WIP is at https://github.com/lmb/ebpf/tree/link-tcx
BPF link support for tcx got merged recently. Add full tcx support for cilium/ebpf, so that we can utilise it in Cilium.
For the library, it would be good to have both, the link and opts variants similar as libbpf supports it.
Depending on available cycles, I'll take a look at this.