Re: [Qemu-devel] [PATCH v2] netmap backend (revised)

2013-01-23 Thread Stefan Hajnoczi
On Wed, Jan 23, 2013 at 12:50:26PM +0100, Luigi Rizzo wrote: > On Wed, Jan 23, 2013 at 12:10:55PM +0100, Stefan Hajnoczi wrote: > > On Tue, Jan 22, 2013 at 08:12:15AM +0100, Luigi Rizzo wrote: > The debugging macros (D, RD() ) are taken from our existing code, > > > > > +#define ND(fd, ... )

Re: [Qemu-devel] [PATCH v2] netmap backend (revised)

2013-01-23 Thread Luigi Rizzo
On Wed, Jan 23, 2013 at 12:10:55PM +0100, Stefan Hajnoczi wrote: > On Tue, Jan 22, 2013 at 08:12:15AM +0100, Luigi Rizzo wrote: > > reposting a version without changes that implement bounded > > queues in net/queue.c > > > > Hi, > > the attached patch implements a qemu backend for the "netmap" API

Re: [Qemu-devel] [PATCH v2] netmap backend (revised)

2013-01-23 Thread Stefan Hajnoczi
On Tue, Jan 22, 2013 at 08:12:15AM +0100, Luigi Rizzo wrote: > reposting a version without changes that implement bounded > queues in net/queue.c > > Hi, > the attached patch implements a qemu backend for the "netmap" API > thus allowing machines to attach to the VALE software switch as > well as

Re: [Qemu-devel] [PATCH v2] netmap backend (revised)

2013-01-23 Thread Luigi Rizzo
On Tue, Jan 22, 2013 at 2:50 PM, Anthony Liguori wrote: > Hi, > > Thank you for submitting your patch series. checkpatch.pl has > detected that one or more of the patches in this series violate > the QEMU coding style. > > If you believe this message was sent in error, please ignore it > or respo

Re: [Qemu-devel] [PATCH v2] netmap backend (revised)

2013-01-22 Thread Anthony Liguori
Hi, Thank you for submitting your patch series. checkpatch.pl has detected that one or more of the patches in this series violate the QEMU coding style. If you believe this message was sent in error, please ignore it or respond here with an explanation. Otherwise, please correct the coding styl

[Qemu-devel] [PATCH v2] netmap backend (revised)

2013-01-21 Thread Luigi Rizzo
reposting a version without changes that implement bounded queues in net/queue.c Hi, the attached patch implements a qemu backend for the "netmap" API thus allowing machines to attach to the VALE software switch as well as netmap-supported cards (links below). http://info.iet.unipi.it/~luigi/netm