Alvaro Karsz
2023-Feb-08 10:29 UTC
[PATCH v2 00/13] Dynamycally switch to vhost shadow virtqueues at vdpa net migration
HI Eugenio, thanks for the series! I tested the series with our DPU, SolidNET. The test went as follow: - Create 2 virtio net vdpa devices, every device in a separated VF. - Start 2 VMs with the vdpa device as a single network device, without shadow vq. The source VM with "-netdev vhost-vdpa,vhostdev=/dev/vhost-vdpa-0,id=hostnet0" The destination VM with "-netdev vhost-vdpa,vhostdev=/dev/vhost-vdpa-1,id=hostnet0" - Boot the source VM, test the network by pinging. - Migrate - Test the destination VM network. Everything worked fine. Tested-by: Alvaro Karsz <alvaro.karsz at solid-run.com>