Re: [Qemu-devel] [PULL 1/4] net: Adding netmap network backend

2013-12-11 Thread Stefan Hajnoczi
On Wed, Dec 11, 2013 at 10:04 AM, Vincenzo Maffione wrote: > Do you want me to send the patch? Don't worry about it, I sent a patch this morning. Stefan

Re: [Qemu-devel] [PULL 1/4] net: Adding netmap network backend

2013-12-11 Thread Vincenzo Maffione
Do you want me to send the patch? Thanks, Vincenzo 2013/12/11 Stefan Hajnoczi > On Tue, Dec 10, 2013 at 10:49:00AM -0700, Eric Blake wrote: > > On 12/09/2013 06:11 AM, Stefan Hajnoczi wrote: > > > +++ b/qapi-schema.json > > > @@ -3009,6 +3009,27 @@ > > > 'hubid': 'int32' } } > > > >

Re: [Qemu-devel] [PULL 1/4] net: Adding netmap network backend

2013-12-11 Thread Stefan Hajnoczi
On Tue, Dec 10, 2013 at 10:49:00AM -0700, Eric Blake wrote: > On 12/09/2013 06:11 AM, Stefan Hajnoczi wrote: > > +++ b/qapi-schema.json > > @@ -3009,6 +3009,27 @@ > > 'hubid': 'int32' } } > > > > ## > > +# @NetdevNetmapOptions > > +# > > +# Connect a client to a netmap-enabled NIC or to

Re: [Qemu-devel] [PULL 1/4] net: Adding netmap network backend

2013-12-10 Thread Eric Blake
On 12/09/2013 06:11 AM, Stefan Hajnoczi wrote: > From: Vincenzo Maffione > > This patch adds support for a network backend based on netmap. > netmap is a framework for high speed packet I/O. You can use it > to build extremely fast traffic generators, monitors, software > switches or network midd

[Qemu-devel] [PULL 1/4] net: Adding netmap network backend

2013-12-09 Thread Stefan Hajnoczi
From: Vincenzo Maffione This patch adds support for a network backend based on netmap. netmap is a framework for high speed packet I/O. You can use it to build extremely fast traffic generators, monitors, software switches or network middleboxes. Its companion software switch VALE lets you interc