Re: [PATCH v4 12/15] vdpa: block migration if device has unsupported features

2023-03-06 Thread Jason Wang
On Mon, Mar 6, 2023 at 7:33 PM Eugenio Perez Martin wrote: > > On Mon, Mar 6, 2023 at 4:42 AM Jason Wang wrote: > > > > On Fri, Mar 3, 2023 at 4:58 PM Eugenio Perez Martin > > wrote: > > > > > > On Fri, Mar 3, 2023 at 4:48 AM Jason Wang wrote: > > > > > > > > > > > > 在 2023/3/2 03:32, Eugenio

Re: [PATCH v4 12/15] vdpa: block migration if device has unsupported features

2023-03-05 Thread Jason Wang
On Fri, Mar 3, 2023 at 4:58 PM Eugenio Perez Martin wrote: > > On Fri, Mar 3, 2023 at 4:48 AM Jason Wang wrote: > > > > > > 在 2023/3/2 03:32, Eugenio Perez Martin 写道: > > > On Mon, Feb 27, 2023 at 9:20 AM Jason Wang wrote: > > >> On Mon, Feb 27, 2023 at 4:15 PM Jason Wang wrote: > > >>> > >

Re: [PATCH v4 12/15] vdpa: block migration if device has unsupported features

2023-03-02 Thread Jason Wang
在 2023/3/2 03:32, Eugenio Perez Martin 写道: On Mon, Feb 27, 2023 at 9:20 AM Jason Wang wrote: On Mon, Feb 27, 2023 at 4:15 PM Jason Wang wrote: 在 2023/2/24 23:54, Eugenio Pérez 写道: A vdpa net device must initialize with SVQ in order to be migratable at this moment, and initialization code

Re: [PATCH v4 12/15] vdpa: block migration if device has unsupported features

2023-02-27 Thread Jason Wang
On Mon, Feb 27, 2023 at 4:15 PM Jason Wang wrote: > > > 在 2023/2/24 23:54, Eugenio Pérez 写道: > > A vdpa net device must initialize with SVQ in order to be migratable at > > this moment, and initialization code verifies some conditions. If the > > device is not initialized with the x-svq

Re: [PATCH v4 12/15] vdpa: block migration if device has unsupported features

2023-02-27 Thread Jason Wang
在 2023/2/24 23:54, Eugenio Pérez 写道: A vdpa net device must initialize with SVQ in order to be migratable at this moment, and initialization code verifies some conditions. If the device is not initialized with the x-svq parameter, it will not expose _F_LOG so the vhost subsystem will block VM