Is there a kind of opensource framework base on dpdk, also implement userspace tcp/ip protocol?

162 Views Asked by At

Besides, this framework support multithread construct, provide POSIX_like interface(including epoll), also support multicast. Thank you all!

2

There are 2 best solutions below

0
On

you may try using vpp by FDio.

0
On

you can give a try to UDPDK which is the most usable and closest to UDP like implementation (with DPDK under the hood) that I have found so far though you have to add/tweak some things before integrating in prod code