Hi,
I have several computers with ConnectX-3 cards in a 10Gb LAN. Sometimes they send packets to each other. These packets are small, about 100-200 bytes. My goal is to deliver and process them as quickly as it's possible.
I wonder if anyone know if there is any actual performance difference between VMA and DPDK in terms of latency?
Say, if I can sacrifice a core just for busy-polling, would I benefit from switching VMA to DPDK?