There is also F-stack which is basically the FreeBSD networking stack over DPDK. On Mon, Apr 10, 2023 at 8:31 PM Stephen Hemminger < stephen@networkplumber.org> wrote: > On Mon, 10 Apr 2023 13:08:15 -0400 > fwefew 4t4tg <7532yahoo@gmail.com> wrote: > > > > https://stackoverflow.com/questions/65841190/does-dpdk-provide-a-native-tcp-ip-network-stack-implemetation > > > > points out there's no native TCP-IP in DPDK stack until v20.11. We're at > > 23.03. Was this completed? > > No. > There was never a full TCP-IP stack in DPDK. > Doing one correctly, and supporting it, is a difficult effort. > There are many one off projects doing TCP over DPDK. > And FD.IO has a TCP host stack > https://fd.io/docs/vpp/v2101/whatisvpp/hoststack.html >