Re: [RFC PATCH v9 23/23] vdpa: Add x-svq to NetdevVhostVDPAOptions

2022-07-11 Thread Eugenio Perez Martin
On Fri, Jul 8, 2022 at 2:51 PM Markus Armbruster wrote: > > Eugenio Perez Martin writes: > > > On Thu, Jul 7, 2022 at 8:23 AM Markus Armbruster wrote: > >> > >> Eugenio Pérez writes: > >> > >> > Finally offering the possibility to enable SVQ from the command line. > >> > >> QMP, too, I guess. >

Re: [RFC PATCH v9 23/23] vdpa: Add x-svq to NetdevVhostVDPAOptions

2022-07-08 Thread Markus Armbruster
Eugenio Perez Martin writes: > On Thu, Jul 7, 2022 at 8:23 AM Markus Armbruster wrote: >> >> Eugenio Pérez writes: >> >> > Finally offering the possibility to enable SVQ from the command line. >> >> QMP, too, I guess. >> > > Hi Markus, > > I'm not sure what you mean. Dynamic enabling / disablin

Re: [RFC PATCH v9 23/23] vdpa: Add x-svq to NetdevVhostVDPAOptions

2022-07-08 Thread Eugenio Perez Martin
On Thu, Jul 7, 2022 at 8:23 AM Markus Armbruster wrote: > > Eugenio Pérez writes: > > > Finally offering the possibility to enable SVQ from the command line. > > QMP, too, I guess. > Hi Markus, I'm not sure what you mean. Dynamic enabling / disabling of SVQ was delayed, and now it's only possib

Re: [RFC PATCH v9 23/23] vdpa: Add x-svq to NetdevVhostVDPAOptions

2022-07-06 Thread Markus Armbruster
Eugenio Pérez writes: > Finally offering the possibility to enable SVQ from the command line. QMP, too, I guess. > > Signed-off-by: Eugenio Pérez > --- > qapi/net.json| 9 +- > net/vhost-vdpa.c | 72 ++-- > 2 files changed, 77 insertions(+)

[RFC PATCH v9 23/23] vdpa: Add x-svq to NetdevVhostVDPAOptions

2022-07-06 Thread Eugenio Pérez
Finally offering the possibility to enable SVQ from the command line. Signed-off-by: Eugenio Pérez --- qapi/net.json| 9 +- net/vhost-vdpa.c | 72 ++-- 2 files changed, 77 insertions(+), 4 deletions(-) diff --git a/qapi/net.json b/qapi/net.js