Re: [RFC PATCH v8 14/21] vhost: Make possible to check for device exclusive vq group

2022-06-09 Thread Eugenio Perez Martin
On Thu, Jun 9, 2022 at 9:13 AM Jason Wang wrote: > > On Thu, Jun 9, 2022 at 3:22 AM Eugenio Perez Martin > wrote: > > > > On Wed, Jun 8, 2022 at 6:25 AM Jason Wang wrote: > > > > > > > > > 在 2022/5/20 03:12, Eugenio Pérez 写道: > > > > CVQ needs to be in its own group, not shared with any data

Re: [RFC PATCH v8 14/21] vhost: Make possible to check for device exclusive vq group

2022-06-09 Thread Jason Wang
On Thu, Jun 9, 2022 at 3:22 AM Eugenio Perez Martin wrote: > > On Wed, Jun 8, 2022 at 6:25 AM Jason Wang wrote: > > > > > > 在 2022/5/20 03:12, Eugenio Pérez 写道: > > > CVQ needs to be in its own group, not shared with any data vq. Enable > > > the checking of it here, before introducing address

Re: [RFC PATCH v8 14/21] vhost: Make possible to check for device exclusive vq group

2022-06-08 Thread Eugenio Perez Martin
On Wed, Jun 8, 2022 at 6:25 AM Jason Wang wrote: > > > 在 2022/5/20 03:12, Eugenio Pérez 写道: > > CVQ needs to be in its own group, not shared with any data vq. Enable > > the checking of it here, before introducing address space id concepts. > > > > Signed-off-by: Eugenio Pérez > > --- > >

Re: [RFC PATCH v8 14/21] vhost: Make possible to check for device exclusive vq group

2022-06-07 Thread Jason Wang
在 2022/5/20 03:12, Eugenio Pérez 写道: CVQ needs to be in its own group, not shared with any data vq. Enable the checking of it here, before introducing address space id concepts. Signed-off-by: Eugenio Pérez --- include/hw/virtio/vhost.h | 2 + hw/net/vhost_net.c| 4 +-

[RFC PATCH v8 14/21] vhost: Make possible to check for device exclusive vq group

2022-05-19 Thread Eugenio Pérez
CVQ needs to be in its own group, not shared with any data vq. Enable the checking of it here, before introducing address space id concepts. Signed-off-by: Eugenio Pérez --- include/hw/virtio/vhost.h | 2 + hw/net/vhost_net.c| 4 +- hw/virtio/vhost-vdpa.c| 79