Re: [PATCH net-next] hyperv: Add support for physically discontinuous receive buffer

2014-01-27 Thread David Miller
From: Haiyang Zhang Date: Mon, 27 Jan 2014 15:03:42 -0800 > This will allow us to use bigger receive buffer, and prevent allocation > failure > due to fragmented memory. > > Signed-off-by: Haiyang Zhang > Reviewed-by: K. Y. Srinivasan Applied, thanks. -- To unsubscribe from this list: send t

[PATCH net-next] hyperv: Add support for physically discontinuous receive buffer

2014-01-27 Thread Haiyang Zhang
This will allow us to use bigger receive buffer, and prevent allocation failure due to fragmented memory. Signed-off-by: Haiyang Zhang Reviewed-by: K. Y. Srinivasan --- drivers/hv/channel.c| 14 -- drivers/net/hyperv/hyperv_net.h |2 +- drivers/net/hyperv/netvsc.c

RE: [PATCH net-next] hyperv: Add support for physically discontinuous receive buffer

2014-01-27 Thread Haiyang Zhang
inuxdriverproject.org > Subject: Re: [PATCH net-next] hyperv: Add support for physically discontinuous > receive buffer > > From: Haiyang Zhang > Date: Mon, 27 Jan 2014 21:47:43 + > > > So, could this patch be taken first? > > You always need to resend patc

Re: [PATCH net-next] hyperv: Add support for physically discontinuous receive buffer

2014-01-27 Thread David Miller
From: Haiyang Zhang Date: Mon, 27 Jan 2014 21:47:43 + > So, could this patch be taken first? You always need to resend patches that I've originally rejected and you've made arguments for. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to m

RE: [PATCH net-next] hyperv: Add support for physically discontinuous receive buffer

2014-01-27 Thread Haiyang Zhang
inivasan; o...@aepfle.de; > > jasow...@redhat.com; linux-kernel@vger.kernel.org; driverdev- > > de...@linuxdriverproject.org > > Subject: RE: [PATCH net-next] hyperv: Add support for physically > > discontinuous receive buffer > > > > > > > > > -Orig

RE: [PATCH net-next] hyperv: Add support for physically discontinuous receive buffer

2014-01-20 Thread KY Srinivasan
: net...@vger.kernel.org; KY Srinivasan; o...@aepfle.de; > > jasow...@redhat.com; linux-kernel@vger.kernel.org; driverdev- > > de...@linuxdriverproject.org > > Subject: Re: [PATCH net-next] hyperv: Add support for physically > > discontinuous > > receive buffer > &

RE: [PATCH net-next] hyperv: Add support for physically discontinuous receive buffer

2014-01-20 Thread Haiyang Zhang
inuxdriverproject.org > Subject: Re: [PATCH net-next] hyperv: Add support for physically discontinuous > receive buffer > > From: Haiyang Zhang > Date: Thu, 9 Jan 2014 14:24:47 -0800 > > > This will allow us to use bigger receive buffer, and prevent > > allocation f

Re: [PATCH net-next] hyperv: Add support for physically discontinuous receive buffer

2014-01-14 Thread David Miller
From: Haiyang Zhang Date: Thu, 9 Jan 2014 14:24:47 -0800 > This will allow us to use bigger receive buffer, and prevent allocation > failure > due to fragmented memory. > > Signed-off-by: Haiyang Zhang > Reviewed-by: K. Y. Srinivasan Not until you start using paged SKBs in netvsc_recv_callb

[PATCH net-next] hyperv: Add support for physically discontinuous receive buffer

2014-01-09 Thread Haiyang Zhang
This will allow us to use bigger receive buffer, and prevent allocation failure due to fragmented memory. Signed-off-by: Haiyang Zhang Reviewed-by: K. Y. Srinivasan --- drivers/hv/channel.c| 14 -- drivers/net/hyperv/hyperv_net.h |2 +- drivers/net/hyperv/netvsc.c