bpfman / bpfman

An eBPF Manager for Linux and Kubernetes
https://bpfman.io
Apache License 2.0
504 stars 42 forks source link

Strictly honor the libxdp protcol #319

Open dave-tucker opened 1 year ago

dave-tucker commented 1 year ago

bpfd currently takes some liberties with the libxdp protocol - keeping its own bpffs for example. we need to be completely stateless and use the same bpffs location as libxdp, allowing libxdp programs to co-exist with us. this means that we may also encounter programs that we didn't load 😱

Aya

Bpfd

astoycos commented 1 year ago

This is getting bumped to Q2 :/