Re: [PATCH v3 0/6] Vhost-vdpa Shadow Virtqueue Offloads support

2023-06-02 Thread Hawkins Jiawei
On Fri, 2 Jun 2023 at 19:26, Lei Yang wrote: > > Hello Hawkins > > QE based on the qemu command line [1] to test this series with the > following scenarios: reboot,shutdown,hotplug/unplug,ping, and > offloads(tx,sg,tso,gso,gro), everything is working fine. It's just > that even without applying

Re: [PATCH v3 0/6] Vhost-vdpa Shadow Virtqueue Offloads support

2023-06-02 Thread Lei Yang
Hello Hawkins QE based on the qemu command line [1] to test this series with the following scenarios: reboot,shutdown,hotplug/unplug,ping, and offloads(tx,sg,tso,gso,gro), everything is working fine. It's just that even without applying your patch to test offload there is no error like "vdpa svq

[PATCH v3 0/6] Vhost-vdpa Shadow Virtqueue Offloads support

2023-06-01 Thread Hawkins Jiawei
This series enables shadowed CVQ to intercept Offloads commands through shadowed CVQ, update the virtio NIC device model so qemu send it in a migration, and the restore of that Offloads state in the destination. Changelog = v3: - refactor the commit message in patch "virtio-net: expose