Earlier quoted context omitted.
I am corrected. Thanks! :)
I half-wished I'd get Cunningham's law-ed here. I read a bit more and there seems to be some support for tcp and udp offload, https://netdevconf.info/0x17/sessions/talk/tcp-offload-via-a... but I haven't checked how easy it is to use. A lot of the socket featureset of io_uring seems available in AF_XDP https://docs.kernel.org/networking/af_xdp.html which shows lots of progress since I looked last. To get an idea of w…
I'm definitely familiar with DPDK, but when I think about it I mostly just think "polling mode driver" and not "offloading".