RE: [PATCH 03/17] Drivers: hv: kvp: Cleanup error handling in KVP

2012-07-25 Thread KY Srinivasan
rg; o...@aepfle.de; > a...@canonical.com; net...@vger.kernel.org > Subject: Re: [PATCH 03/17] Drivers: hv: kvp: Cleanup error handling in KVP > > On Wed, Jul 25, 2012 at 02:10:05PM +, KY Srinivasan wrote: > > > > > > > -Original Message- > > > From: Ben

Re: [PATCH 03/17] Drivers: hv: kvp: Cleanup error handling in KVP

2012-07-25 Thread Ben Hutchings
linux-kernel@vger.kernel.org; > > de...@linuxdriverproject.org; virtualizat...@lists.osdl.org; o...@aepfle.de; > > a...@canonical.com; net...@vger.kernel.org > > Subject: Re: [PATCH 03/17] Drivers: hv: kvp: Cleanup error handling in KVP > > > > On Tue, 2012-07-24 at 09:01 -070

RE: [PATCH 03/17] Drivers: hv: kvp: Cleanup error handling in KVP

2012-07-25 Thread KY Srinivasan
rg; o...@aepfle.de; > a...@canonical.com; net...@vger.kernel.org > Subject: Re: [PATCH 03/17] Drivers: hv: kvp: Cleanup error handling in KVP > > On Tue, 2012-07-24 at 09:01 -0700, K. Y. Srinivasan wrote: > > In preparation to implementing IP injection, cleanup the way we propagate > > an

Re: [PATCH 03/17] Drivers: hv: kvp: Cleanup error handling in KVP

2012-07-25 Thread Olaf Hering
On Tue, Jul 24, K. Y. Srinivasan wrote: > +++ b/drivers/hv/hv_kvp.c > @@ -48,13 +48,24 @@ static struct { > void *kvp_context; /* for the channel callback */ > } kvp_transaction; > > +/* > + * Before we can accept KVP messages from the host, we need > + * to handshake with the user

Re: [PATCH 03/17] Drivers: hv: kvp: Cleanup error handling in KVP

2012-07-25 Thread Olaf Hering
On Tue, Jul 24, K. Y. Srinivasan wrote: +++ b/drivers/hv/hv_kvp.c @@ -48,13 +48,24 @@ static struct { void *kvp_context; /* for the channel callback */ } kvp_transaction; +/* + * Before we can accept KVP messages from the host, we need + * to handshake with the user level

RE: [PATCH 03/17] Drivers: hv: kvp: Cleanup error handling in KVP

2012-07-25 Thread KY Srinivasan
; net...@vger.kernel.org Subject: Re: [PATCH 03/17] Drivers: hv: kvp: Cleanup error handling in KVP On Tue, 2012-07-24 at 09:01 -0700, K. Y. Srinivasan wrote: In preparation to implementing IP injection, cleanup the way we propagate and handle errors both in the driver as well as in the user

Re: [PATCH 03/17] Drivers: hv: kvp: Cleanup error handling in KVP

2012-07-25 Thread Ben Hutchings
...@linuxdriverproject.org; virtualizat...@lists.osdl.org; o...@aepfle.de; a...@canonical.com; net...@vger.kernel.org Subject: Re: [PATCH 03/17] Drivers: hv: kvp: Cleanup error handling in KVP On Tue, 2012-07-24 at 09:01 -0700, K. Y. Srinivasan wrote: In preparation to implementing IP injection, cleanup

RE: [PATCH 03/17] Drivers: hv: kvp: Cleanup error handling in KVP

2012-07-25 Thread KY Srinivasan
; a...@canonical.com; net...@vger.kernel.org Subject: Re: [PATCH 03/17] Drivers: hv: kvp: Cleanup error handling in KVP On Wed, Jul 25, 2012 at 02:10:05PM +, KY Srinivasan wrote: -Original Message- From: Ben Hutchings [mailto:b...@decadent.org.uk] Sent: Tuesday, July 24, 2012 9:11 PM

Re: [PATCH 03/17] Drivers: hv: kvp: Cleanup error handling in KVP

2012-07-24 Thread Ben Hutchings
On Tue, 2012-07-24 at 09:01 -0700, K. Y. Srinivasan wrote: > In preparation to implementing IP injection, cleanup the way we propagate > and handle errors both in the driver as well as in the user level daemon. > > Signed-off-by: K. Y. Srinivasan > Reviewed-by: Haiyang Zhang > --- >

Re: [PATCH 03/17] Drivers: hv: kvp: Cleanup error handling in KVP

2012-07-24 Thread Ben Hutchings
On Tue, 2012-07-24 at 09:01 -0700, K. Y. Srinivasan wrote: In preparation to implementing IP injection, cleanup the way we propagate and handle errors both in the driver as well as in the user level daemon. Signed-off-by: K. Y. Srinivasan k...@microsoft.com Reviewed-by: Haiyang Zhang