Re: [PATCH v3 0/3] Vhost-vdpa Shadow Virtqueue RSS Support

2023-10-19 Thread Michael S. Tsirkin
On Tue, Aug 29, 2023 at 05:11:14PM +0800, Hawkins Jiawei wrote: > This series enables shadowed CVQ to intercept RSS command > through shadowed CVQ, update the virtio NIC device model > so qemu send it in a migration, and the restore of that > RSS state in the destination. > > Note that this patch

[PATCH v3 0/3] Vhost-vdpa Shadow Virtqueue RSS Support

2023-08-29 Thread Hawkins Jiawei
This series enables shadowed CVQ to intercept RSS command through shadowed CVQ, update the virtio NIC device model so qemu send it in a migration, and the restore of that RSS state in the destination. Note that this patch should be based on patch "Vhost-vdpa Shadow Virtqueue Hash calculation Suppo