Post #1871187
2026-04-08 16:19 UTC
@dpp @elizayer @hbons I looked at your eBPF to FPGA project. (I'm an FPGA guy by day.) I think it is pretty clear _what_ you want it to do, but I think I'm struggling to understand the motivation. Maybe you just haven't got to writing a README.md where you would record such motivation, but I would love to understand why you wrote this or what end application you have in mind.
Replies (1)
-
@dpp@mastodon.social 2026-04-08 17:49
@poleguy @elizayer @hbons much of eBPF is used for managing network traffic. Many high end NICs have onboard fpgas. Being able to unify the code (eBPF in low end, fpga in high end) seemed interesting.