Re: [PATCH v4 0/2] Move ASID test to vhost-vdpa net initialization

2023-06-25 Thread Eugenio Perez Martin
On Fri, Jun 23, 2023 at 3:06 PM Peter Maydell wrote: > > On Fri, 26 May 2023 at 16:32, Eugenio Pérez wrote: > > > > QEMU v8.0 is able to switch dynamically between vhost-vdpa passthrough > > and SVQ mode as long as the net device does not have CVQ. The net device > > state followed (and migrated

Re: [PATCH v4 0/2] Move ASID test to vhost-vdpa net initialization

2023-06-23 Thread Peter Maydell
On Fri, 26 May 2023 at 16:32, Eugenio Pérez wrote: > > QEMU v8.0 is able to switch dynamically between vhost-vdpa passthrough > and SVQ mode as long as the net device does not have CVQ. The net device > state followed (and migrated) by CVQ requires special care. > > A pre-requisite to add CVQ to

Re: [PATCH v4 0/2] Move ASID test to vhost-vdpa net initialization

2023-06-02 Thread Lei Yang
QE did a sanity test on v4 of this series using the vdpa_sim device,everything is working fine. Tested-by: Lei Yang On Fri, May 26, 2023 at 11:31 PM Eugenio Pérez wrote: > > QEMU v8.0 is able to switch dynamically between vhost-vdpa passthrough > and SVQ mode as long as the net device does not

[PATCH v4 0/2] Move ASID test to vhost-vdpa net initialization

2023-05-26 Thread Eugenio Pérez
QEMU v8.0 is able to switch dynamically between vhost-vdpa passthrough and SVQ mode as long as the net device does not have CVQ. The net device state followed (and migrated) by CVQ requires special care. A pre-requisite to add CVQ to that framework is to determine if devices with CVQ are migratab