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

2012-07-25 Thread KY Srinivasan
...@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
...@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 level

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 > --- > drivers/hv/

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

2012-07-24 Thread K. Y. Srinivasan
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 --- drivers/hv/hv_kvp.c | 112 +- incl