tomcucinotta / distwalk

Distributed processing emulation tool
GNU General Public License v3.0
1 stars 4 forks source link

allow for using DPDK as transport #7

Open tomcucinotta opened 3 years ago

tomcucinotta commented 3 years ago

This might be useful for ultra-low latency and/or high-performance services, for which absolute performance is more important than CPU cycles (with DPDK we'd have threads spinning at 100% CPU on the DPDK queues even when there's no packets to process); The core changes might be the same needed also in #4, as both with UDP and DPDK we loose reliability and streaming of TCP.