Quote from: Patrick M. Hausen on March 21, 2025, 04:43:37 PMeBPF is Linux only as far as I know.
For running kernel-space eBPF sandboxed programs, it seems that might be a limitation with FreeBSD's kernel.
🤔 What about loading a pre-compiled XDP into the Intel hardware from FreeBSD? Theoretically, could this be possible? [1]
[1]: To be clear, I'm talking about hardware mode / XDP_MODE_HW, assuming that the NIC supports offloading the eBPF program onto the NIC hardware itself.