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.ka...@solid-run.com>