Re: [Qemu-devel] [PATCH v3 3/5] net: TAP uses NetClientInfo offloading callbacks

2014-02-06 Thread Stefan Hajnoczi
On Mon, Jan 20, 2014 at 06:07:03PM +0100, Vincenzo Maffione wrote: The TAP NetClientInfo structure is inizialized with the TAP-specific functions that manipulates offloading features. Signed-off-by: Vincenzo Maffione v.maffi...@gmail.com --- net/tap.c | 6 ++ 1 file changed, 6

Re: [Qemu-devel] [PATCH v3 3/5] net: TAP uses NetClientInfo offloading callbacks

2014-02-06 Thread Stefan Hajnoczi
On Mon, Jan 20, 2014 at 06:07:03PM +0100, Vincenzo Maffione wrote: The TAP NetClientInfo structure is inizialized with the TAP-specific functions that manipulates offloading features. Signed-off-by: Vincenzo Maffione v.maffi...@gmail.com --- net/tap.c | 6 ++ 1 file changed, 6

Re: [Qemu-devel] [PATCH v3 3/5] net: TAP uses NetClientInfo offloading callbacks

2014-02-06 Thread Vincenzo Maffione
Ok, It could go as patch 5/6. Thanks 2014-02-06 Stefan Hajnoczi stefa...@redhat.com: On Mon, Jan 20, 2014 at 06:07:03PM +0100, Vincenzo Maffione wrote: The TAP NetClientInfo structure is inizialized with the TAP-specific functions that manipulates offloading features. Signed-off-by:

[Qemu-devel] [PATCH v3 3/5] net: TAP uses NetClientInfo offloading callbacks

2014-01-20 Thread Vincenzo Maffione
The TAP NetClientInfo structure is inizialized with the TAP-specific functions that manipulates offloading features. Signed-off-by: Vincenzo Maffione v.maffi...@gmail.com --- net/tap.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/net/tap.c b/net/tap.c index c805f3c..d34ec88 100644