packetgraph
packetgraph copied to clipboard
vhost: cannot send more that 32 packets per burst
It's a dpdk's vhost limitation: we cannot bust more that 32 packets. Maybe we should try to make 2x burst or fix the problem in vhost implementation.