Re: [PATCH v5 15/15] vdpa: Add x-svq to NetdevVhostVDPAOptions

2022-03-08 Thread Michael S. Tsirkin
On Tue, Mar 08, 2022 at 09:24:05AM +0100, Eugenio Perez Martin wrote: > On Tue, Mar 8, 2022 at 9:02 AM Michael S. Tsirkin wrote: > > > > On Tue, Mar 08, 2022 at 08:32:07AM +0100, Eugenio Perez Martin wrote: > > > On Tue, Mar 8, 2022 at 8:11 AM Michael S. Tsirkin wrote: > > > > > > > > On Mon, Mar

Re: [PATCH v5 15/15] vdpa: Add x-svq to NetdevVhostVDPAOptions

2022-03-08 Thread Markus Armbruster
Eugenio Pérez writes: > Finally offering the possibility to enable SVQ from the command line. > > Signed-off-by: Eugenio Pérez > --- > qapi/net.json| 8 +++- > net/vhost-vdpa.c | 48 > 2 files changed, 47 insertions(+), 9 deletions(-) >

Re: [PATCH v5 15/15] vdpa: Add x-svq to NetdevVhostVDPAOptions

2022-03-08 Thread Eugenio Perez Martin
On Tue, Mar 8, 2022 at 9:02 AM Michael S. Tsirkin wrote: > > On Tue, Mar 08, 2022 at 08:32:07AM +0100, Eugenio Perez Martin wrote: > > On Tue, Mar 8, 2022 at 8:11 AM Michael S. Tsirkin wrote: > > > > > > On Mon, Mar 07, 2022 at 04:33:34PM +0100, Eugenio Pérez wrote: > > > > Finally offering the p

Re: [PATCH v5 15/15] vdpa: Add x-svq to NetdevVhostVDPAOptions

2022-03-08 Thread Michael S. Tsirkin
On Tue, Mar 08, 2022 at 08:32:07AM +0100, Eugenio Perez Martin wrote: > On Tue, Mar 8, 2022 at 8:11 AM Michael S. Tsirkin wrote: > > > > On Mon, Mar 07, 2022 at 04:33:34PM +0100, Eugenio Pérez wrote: > > > Finally offering the possibility to enable SVQ from the command line. > > > > > > Signed-off

Re: [PATCH v5 15/15] vdpa: Add x-svq to NetdevVhostVDPAOptions

2022-03-07 Thread Eugenio Perez Martin
On Tue, Mar 8, 2022 at 8:32 AM Eugenio Perez Martin wrote: > > On Tue, Mar 8, 2022 at 8:11 AM Michael S. Tsirkin wrote: > > > > On Mon, Mar 07, 2022 at 04:33:34PM +0100, Eugenio Pérez wrote: > > > Finally offering the possibility to enable SVQ from the command line. > > > > > > Signed-off-by: Eug

Re: [PATCH v5 15/15] vdpa: Add x-svq to NetdevVhostVDPAOptions

2022-03-07 Thread Eugenio Perez Martin
On Tue, Mar 8, 2022 at 8:11 AM Michael S. Tsirkin wrote: > > On Mon, Mar 07, 2022 at 04:33:34PM +0100, Eugenio Pérez wrote: > > Finally offering the possibility to enable SVQ from the command line. > > > > Signed-off-by: Eugenio Pérez > > --- > > qapi/net.json| 8 +++- > > net/vhost-vdp

Re: [PATCH v5 15/15] vdpa: Add x-svq to NetdevVhostVDPAOptions

2022-03-07 Thread Michael S. Tsirkin
On Mon, Mar 07, 2022 at 04:33:34PM +0100, Eugenio Pérez wrote: > Finally offering the possibility to enable SVQ from the command line. > > Signed-off-by: Eugenio Pérez > --- > qapi/net.json| 8 +++- > net/vhost-vdpa.c | 48 > 2 files chan

[PATCH v5 15/15] vdpa: Add x-svq to NetdevVhostVDPAOptions

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