Re: [Qemu-devel] [PATCH 1/5] net: extend NetClientInfo for offloading manipulations

2014-01-13 Thread Vincenzo Maffione
Ok. I did not include those modifications into the patch in order to avoid modifications to the TAP netdev. 2014/1/13 Stefan Hajnoczi > On Fri, Dec 13, 2013 at 01:04:59PM +0100, Vincenzo Maffione wrote: > > diff --git a/include/net/net.h b/include/net/net.h > > index 11e1468..f5b5bae 100644 > >

Re: [Qemu-devel] [PATCH 1/5] net: extend NetClientInfo for offloading manipulations

2014-01-12 Thread Stefan Hajnoczi
On Fri, Dec 13, 2013 at 01:04:59PM +0100, Vincenzo Maffione wrote: > diff --git a/include/net/net.h b/include/net/net.h > index 11e1468..f5b5bae 100644 > --- a/include/net/net.h > +++ b/include/net/net.h > @@ -50,6 +50,12 @@ typedef void (NetCleanup) (NetClientState *); > typedef void (LinkStatusC

[Qemu-devel] [PATCH 1/5] net: extend NetClientInfo for offloading manipulations

2013-12-13 Thread Vincenzo Maffione
A set of new callbacks has been added to the NetClientInfo struct in order to abstract the operations done by virtio-net and vmxnet3 frontends to manipulate TAP offloadings. The net.h API has been extended with functions that access those abstract operations, providing frontends with a way to mani