Hey guys, I have dpdk-18 and I am trying to follow this document: https://fast.dp dk.org/doc/perf/DPDK_17_11_Intel_virtio_performance_report.pdf . So, I am running vhost-switch:
"sudo vhost-switch --no-pci -c 0x30 -n 2 --socket-mem 1024,1024 -- -p 0x1 --mergeable 1 --vm2vm 1 2 --tso 1 --tx-csum 1 --dequeue-zero-copy --socket-file /tmp/dpdk/sock0 --socket-file /tmp/dpdk/sock1" and logs seem ok and /tmp/dpdk/sock1 and sock0 are created correctly. Then I create two VMs with kvm and each of them uses one of the created sockets. I add a static arp rule in each of the VMs and give them an IP. Then I try to ping but it does not work and I don't know how I could debug it. Any help or hint would be helpful! Thanks, Manuel
