Open grantseltzer opened 3 years ago
Hey folks, is anyone already working on the XDP API bits? I would require it for a PoC so I can probably contribute from this perspective.
Hi @saschagrunert! No one currently has the XDP api on their plate, you're more than welcome to contribute and I'd be happy to help in any way I can!
BTW, there is a generic attachment interface now, right ?
It is tied to bpf_program__attach_cgroup and some other attachments.
bpf_program__attach_cgroup PR: https://github.com/aquasecurity/libbpfgo/pull/196
We should expose all of the bpf_program api, just being careful about what is deprecated and/or discouraged when 1.0 is released.
Low-level API: