Re: [PATCH for 8.0 v7 10/10] vdpa: Always start CVQ in SVQ mode if possible

2022-11-17 Thread Eugenio Perez Martin
On Thu, Nov 17, 2022 at 8:43 AM Eugenio Perez Martin wrote: > > On Thu, Nov 17, 2022 at 7:52 AM Jason Wang wrote: > > > > > > 在 2022/11/16 23:05, Eugenio Pérez 写道: > > > Isolate control virtqueue in its own group, allowing to intercept control > > > commands but letting dataplane run totally pass

Re: [PATCH for 8.0 v7 10/10] vdpa: Always start CVQ in SVQ mode if possible

2022-11-16 Thread Eugenio Perez Martin
On Thu, Nov 17, 2022 at 7:52 AM Jason Wang wrote: > > > 在 2022/11/16 23:05, Eugenio Pérez 写道: > > Isolate control virtqueue in its own group, allowing to intercept control > > commands but letting dataplane run totally passthrough to the guest. > > > > Signed-off-by: Eugenio Pérez > > --- > > v7:

Re: [PATCH for 8.0 v7 10/10] vdpa: Always start CVQ in SVQ mode if possible

2022-11-16 Thread Jason Wang
在 2022/11/16 23:05, Eugenio Pérez 写道: Isolate control virtqueue in its own group, allowing to intercept control commands but letting dataplane run totally passthrough to the guest. Signed-off-by: Eugenio Pérez --- v7: * Never ask for number of address spaces, just react if isolation is not