Re: [Qemu-devel] [PATCH] net: Disable netmap backend when not supported

2014-02-21 Thread Luigi Rizzo
On Thu, Feb 20, 2014 at 10:49:52AM +0100, Stefan Hajnoczi wrote: > On Wed, Feb 19, 2014 at 04:57:28PM +0100, Vincenzo Maffione wrote: ... > Please mention that in the commit description. > > (I guess it's too late to give them a NETMAP_* prefix since defining D() > and RD() in a system header has

Re: [Qemu-devel] [PATCH] net: Disable netmap backend when not supported

2014-02-20 Thread Stefan Hajnoczi
On Wed, Feb 19, 2014 at 04:57:28PM +0100, Vincenzo Maffione wrote: > 2014-02-19 16:30 GMT+01:00 Stefan Hajnoczi : > > > On Fri, Feb 14, 2014 at 05:40:24PM +0100, Vincenzo Maffione wrote: > > > @@ -56,31 +58,6 @@ typedef struct NetmapState { > > > struct ioveciov[IOV_MAX]; > > > } Net

Re: [Qemu-devel] [PATCH] net: Disable netmap backend when not supported

2014-02-20 Thread Stefan Hajnoczi
On Wed, Feb 19, 2014 at 10:30:03AM -0800, Luigi Rizzo wrote: > On Wed, Feb 19, 2014 at 7:30 AM, Stefan Hajnoczi wrote: > > > On Fri, Feb 14, 2014 at 05:40:24PM +0100, Vincenzo Maffione wrote: > > > diff --git a/configure b/configure > > > index 88133a1..61eb932 100755 > > > --- a/configure > > >

Re: [Qemu-devel] [PATCH] net: Disable netmap backend when not supported

2014-02-19 Thread Luigi Rizzo
On Wed, Feb 19, 2014 at 7:30 AM, Stefan Hajnoczi wrote: > On Fri, Feb 14, 2014 at 05:40:24PM +0100, Vincenzo Maffione wrote: > > This patch fixes configure so that netmap is not compiled in if the > > host doesn't support an API version >= 11. > > > > Moreover, some modifications have been done t

Re: [Qemu-devel] [PATCH] net: Disable netmap backend when not supported

2014-02-19 Thread Vincenzo Maffione
2014-02-19 16:30 GMT+01:00 Stefan Hajnoczi : > On Fri, Feb 14, 2014 at 05:40:24PM +0100, Vincenzo Maffione wrote: > > This patch fixes configure so that netmap is not compiled in if the > > host doesn't support an API version >= 11. > > > > Moreover, some modifications have been done to net/netmap

Re: [Qemu-devel] [PATCH] net: Disable netmap backend when not supported

2014-02-19 Thread Stefan Hajnoczi
On Fri, Feb 14, 2014 at 05:40:24PM +0100, Vincenzo Maffione wrote: > This patch fixes configure so that netmap is not compiled in if the > host doesn't support an API version >= 11. > > Moreover, some modifications have been done to net/netmap.c in > order to reflect the current netmap API (11). >

[Qemu-devel] [PATCH] net: Disable netmap backend when not supported

2014-02-14 Thread Vincenzo Maffione
This patch fixes configure so that netmap is not compiled in if the host doesn't support an API version >= 11. Moreover, some modifications have been done to net/netmap.c in order to reflect the current netmap API (11). Signed-off-by: Vincenzo Maffione --- configure| 3 +++ net/netmap.c |