Re: [PATCH v2 11/13] vdpa: block migration if dev does not have _F_SUSPEND

2023-02-23 Thread Jason Wang
On Thu, Feb 23, 2023 at 7:07 PM Eugenio Perez Martin wrote: > > On Thu, Feb 23, 2023 at 3:38 AM Jason Wang wrote: > > > > > > 在 2023/2/22 22:25, Eugenio Perez Martin 写道: > > > On Wed, Feb 22, 2023 at 5:05 AM Jason Wang wrote: > > >> > > >> 在 2023/2/8 17:42, Eugenio Pérez 写道: > > >>> Next

Re: [PATCH v2 11/13] vdpa: block migration if dev does not have _F_SUSPEND

2023-02-23 Thread Eugenio Perez Martin
On Thu, Feb 23, 2023 at 3:38 AM Jason Wang wrote: > > > 在 2023/2/22 22:25, Eugenio Perez Martin 写道: > > On Wed, Feb 22, 2023 at 5:05 AM Jason Wang wrote: > >> > >> 在 2023/2/8 17:42, Eugenio Pérez 写道: > >>> Next patches enable devices to be migrated even if vdpa netdev has not > >>> been started

Re: [PATCH v2 11/13] vdpa: block migration if dev does not have _F_SUSPEND

2023-02-22 Thread Jason Wang
在 2023/2/22 22:25, Eugenio Perez Martin 写道: On Wed, Feb 22, 2023 at 5:05 AM Jason Wang wrote: 在 2023/2/8 17:42, Eugenio Pérez 写道: Next patches enable devices to be migrated even if vdpa netdev has not been started with x-svq. However, not all devices are migratable, so we need to block

Re: [PATCH v2 11/13] vdpa: block migration if dev does not have _F_SUSPEND

2023-02-22 Thread Eugenio Perez Martin
On Wed, Feb 22, 2023 at 5:05 AM Jason Wang wrote: > > > 在 2023/2/8 17:42, Eugenio Pérez 写道: > > Next patches enable devices to be migrated even if vdpa netdev has not > > been started with x-svq. However, not all devices are migratable, so we > > need to block migration if we detect that. > > > >

Re: [PATCH v2 11/13] vdpa: block migration if dev does not have _F_SUSPEND

2023-02-21 Thread Jason Wang
在 2023/2/8 17:42, Eugenio Pérez 写道: Next patches enable devices to be migrated even if vdpa netdev has not been started with x-svq. However, not all devices are migratable, so we need to block migration if we detect that. Block vhost-vdpa device migration if it does not offer _F_SUSPEND and

[PATCH v2 11/13] vdpa: block migration if dev does not have _F_SUSPEND

2023-02-08 Thread Eugenio Pérez
Next patches enable devices to be migrated even if vdpa netdev has not been started with x-svq. However, not all devices are migratable, so we need to block migration if we detect that. Block vhost-vdpa device migration if it does not offer _F_SUSPEND and it has not been started with x-svq.