DPDK and full TCP-IP stack
Stephen Hemminger
stephen at networkplumber.org
Mon Apr 10 19:30:57 CEST 2023
On Mon, 10 Apr 2023 13:08:15 -0400
fwefew 4t4tg <7532yahoo at 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
More information about the users
mailing list