Re: [PATCH v2 1/3] vdpa: do not block migration if device has cvq and x-svq=on

2023-06-02 Thread Lei Yang
QE tested this series with vhost_vdpa and x-svq=on, guest can migrate and everything works well. Tested-by: Lei Yang On Fri, Jun 2, 2023 at 10:39 PM Eugenio Pérez wrote: > > It was a mistake to forbid in all cases, as SVQ is already able to send > all the CVQ messages before start forwarding

[PATCH v2 1/3] vdpa: do not block migration if device has cvq and x-svq=on

2023-06-02 Thread Eugenio Pérez
It was a mistake to forbid in all cases, as SVQ is already able to send all the CVQ messages before start forwarding data vqs. It actually caused a regression, making impossible to migrate device previously migratable. Fixes: 36e4647247f2 ("vdpa: add vhost_vdpa_net_valid_svq_features")