Re: [PATCH net-next,v4] hyperv: Add support for virtual Receive Side Scaling (vRSS)

2014-04-21 Thread David Miller
From: Haiyang Zhang Date: Mon, 21 Apr 2014 10:20:28 -0700 > This feature allows multiple channels to be used by each virtual NIC. > It is available on Hyper-V host 2012 R2. > > Signed-off-by: Haiyang Zhang > Reviewed-by: K. Y. Srinivasan Applied, th anks. -- To unsubscribe from this list:

[PATCH net-next,v4] hyperv: Add support for virtual Receive Side Scaling (vRSS)

2014-04-21 Thread Haiyang Zhang
This feature allows multiple channels to be used by each virtual NIC. It is available on Hyper-V host 2012 R2. Signed-off-by: Haiyang Zhang Reviewed-by: K. Y. Srinivasan --- drivers/net/hyperv/hyperv_net.h | 110 +- drivers/net/hyperv/netvsc.c | 136

[PATCH net-next,v4] hyperv: Add support for virtual Receive Side Scaling (vRSS)

2014-04-21 Thread Haiyang Zhang
This feature allows multiple channels to be used by each virtual NIC. It is available on Hyper-V host 2012 R2. Signed-off-by: Haiyang Zhang haiya...@microsoft.com Reviewed-by: K. Y. Srinivasan k...@microsoft.com --- drivers/net/hyperv/hyperv_net.h | 110 +-

Re: [PATCH net-next,v4] hyperv: Add support for virtual Receive Side Scaling (vRSS)

2014-04-21 Thread David Miller
From: Haiyang Zhang haiya...@microsoft.com Date: Mon, 21 Apr 2014 10:20:28 -0700 This feature allows multiple channels to be used by each virtual NIC. It is available on Hyper-V host 2012 R2. Signed-off-by: Haiyang Zhang haiya...@microsoft.com Reviewed-by: K. Y. Srinivasan

Re: [PATCH net-next,v4] hyperv: Add support for virtual Receive Side Scaling (vRSS)

2014-04-17 Thread David Miller
From: Haiyang Zhang Date: Thu, 17 Apr 2014 17:25:31 + > Is the net-next tree open now? No, it is not. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at

RE: [PATCH net-next,v4] hyperv: Add support for virtual Receive Side Scaling (vRSS)

2014-04-17 Thread Haiyang Zhang
inuxdriverproject.org > Subject: Re: [PATCH net-next,v4] hyperv: Add support for virtual Receive Side > Scaling (vRSS) > > > The net-next tree is not open yet, I will announce when it is and you can > submit > net-next targetted patches. Dave, Is the net-next tree open now? (I

RE: [PATCH net-next,v4] hyperv: Add support for virtual Receive Side Scaling (vRSS)

2014-04-17 Thread Haiyang Zhang
: Re: [PATCH net-next,v4] hyperv: Add support for virtual Receive Side Scaling (vRSS) The net-next tree is not open yet, I will announce when it is and you can submit net-next targetted patches. Dave, Is the net-next tree open now? (I haven't seen your announcement, but I saw some patches

Re: [PATCH net-next,v4] hyperv: Add support for virtual Receive Side Scaling (vRSS)

2014-04-17 Thread David Miller
From: Haiyang Zhang haiya...@microsoft.com Date: Thu, 17 Apr 2014 17:25:31 + Is the net-next tree open now? No, it is not. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at

RE: [PATCH net-next,v4] hyperv: Add support for virtual Receive Side Scaling (vRSS)

2014-04-08 Thread Haiyang Zhang
g; driverdev- > de...@linuxdriverproject.org > Subject: Re: [PATCH net-next,v4] hyperv: Add support for virtual Receive Side > Scaling (vRSS) > > Hi Zhang, > > How is this beneficial when compared to RPS(receive packet steering)? > Can you please provide more details on what this patch

RE: [PATCH net-next,v4] hyperv: Add support for virtual Receive Side Scaling (vRSS)

2014-04-08 Thread Haiyang Zhang
Subject: Re: [PATCH net-next,v4] hyperv: Add support for virtual Receive Side Scaling (vRSS) Hi Zhang, How is this beneficial when compared to RPS(receive packet steering)? Can you please provide more details on what this patch does? This patch supports the virtual RSS feature provided

Re: [PATCH net-next,v4] hyperv: Add support for virtual Receive Side Scaling (vRSS)

2014-04-07 Thread Sharat Masetty
Hi Zhang, How is this beneficial when compared to RPS(receive packet steering)? Can you please provide more details on what this patch does? Thanks Sharat On Mon, Apr 7, 2014 at 12:42 PM, David Miller wrote: > > The net-next tree is not open yet, I will announce when it is and you can >

Re: [PATCH net-next,v4] hyperv: Add support for virtual Receive Side Scaling (vRSS)

2014-04-07 Thread David Miller
The net-next tree is not open yet, I will announce when it is and you can submit net-next targetted patches. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at

[PATCH net-next,v4] hyperv: Add support for virtual Receive Side Scaling (vRSS)

2014-04-07 Thread Haiyang Zhang
This feature allows multiple channels to be used by each virtual NIC. It is available on Hyper-V host 2012 R2. Signed-off-by: Haiyang Zhang Reviewed-by: K. Y. Srinivasan --- drivers/net/hyperv/hyperv_net.h | 110 +- drivers/net/hyperv/netvsc.c | 136

[PATCH net-next,v4] hyperv: Add support for virtual Receive Side Scaling (vRSS)

2014-04-07 Thread Haiyang Zhang
This feature allows multiple channels to be used by each virtual NIC. It is available on Hyper-V host 2012 R2. Signed-off-by: Haiyang Zhang haiya...@microsoft.com Reviewed-by: K. Y. Srinivasan k...@microsoft.com --- drivers/net/hyperv/hyperv_net.h | 110 +-

Re: [PATCH net-next,v4] hyperv: Add support for virtual Receive Side Scaling (vRSS)

2014-04-07 Thread David Miller
The net-next tree is not open yet, I will announce when it is and you can submit net-next targetted patches. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at

Re: [PATCH net-next,v4] hyperv: Add support for virtual Receive Side Scaling (vRSS)

2014-04-07 Thread Sharat Masetty
Hi Zhang, How is this beneficial when compared to RPS(receive packet steering)? Can you please provide more details on what this patch does? Thanks Sharat On Mon, Apr 7, 2014 at 12:42 PM, David Miller da...@davemloft.net wrote: The net-next tree is not open yet, I will announce when it is

RE: [PATCH net-next,v4] hyperv: Add support for virtual Receive Side Scaling (vRSS)

2014-04-03 Thread Haiyang Zhang
inuxdriverproject.org > Subject: Re: [PATCH net-next,v4] hyperv: Add support for virtual Receive Side > Scaling (vRSS) > > From: Haiyang Zhang > Date: Thu, 3 Apr 2014 09:05:34 -0700 > > > This feature allows multiple channels to be used by each virtual NIC. > > It i

Re: [PATCH net-next,v4] hyperv: Add support for virtual Receive Side Scaling (vRSS)

2014-04-03 Thread David Miller
From: Haiyang Zhang Date: Thu, 3 Apr 2014 09:05:34 -0700 > This feature allows multiple channels to be used by each virtual NIC. > It is available on Hyper-V host 2012 R2. > > Signed-off-by: Haiyang Zhang > Reviewed-by: K. Y. Srinivasan I announced on netdev the other day that the merge

[PATCH net-next,v4] hyperv: Add support for virtual Receive Side Scaling (vRSS)

2014-04-03 Thread Haiyang Zhang
This feature allows multiple channels to be used by each virtual NIC. It is available on Hyper-V host 2012 R2. Signed-off-by: Haiyang Zhang Reviewed-by: K. Y. Srinivasan --- drivers/net/hyperv/hyperv_net.h | 110 +- drivers/net/hyperv/netvsc.c | 136

[PATCH net-next,v4] hyperv: Add support for virtual Receive Side Scaling (vRSS)

2014-04-03 Thread Haiyang Zhang
This feature allows multiple channels to be used by each virtual NIC. It is available on Hyper-V host 2012 R2. Signed-off-by: Haiyang Zhang haiya...@microsoft.com Reviewed-by: K. Y. Srinivasan k...@microsoft.com --- drivers/net/hyperv/hyperv_net.h | 110 +-

Re: [PATCH net-next,v4] hyperv: Add support for virtual Receive Side Scaling (vRSS)

2014-04-03 Thread David Miller
From: Haiyang Zhang haiya...@microsoft.com Date: Thu, 3 Apr 2014 09:05:34 -0700 This feature allows multiple channels to be used by each virtual NIC. It is available on Hyper-V host 2012 R2. Signed-off-by: Haiyang Zhang haiya...@microsoft.com Reviewed-by: K. Y. Srinivasan

RE: [PATCH net-next,v4] hyperv: Add support for virtual Receive Side Scaling (vRSS)

2014-04-03 Thread Haiyang Zhang
Subject: Re: [PATCH net-next,v4] hyperv: Add support for virtual Receive Side Scaling (vRSS) From: Haiyang Zhang haiya...@microsoft.com Date: Thu, 3 Apr 2014 09:05:34 -0700 This feature allows multiple channels to be used by each virtual NIC. It is available on Hyper-V host 2012 R2. Signed

RE: [PATCH net-next,v4] hyperv: Add support for virtual Receive Side Scaling (vRSS)

2014-03-26 Thread Haiyang Zhang
er...@vger.kernel.org > Subject: Re: [PATCH net-next,v4] hyperv: Add support for virtual Receive > Side Scaling (vRSS) > > On Wed, Mar 26, 2014 at 03:23:47AM +, Haiyang Zhang wrote: > > > > > > > -Original Message- > > > From: David Miller [ma

RE: [PATCH net-next,v4] hyperv: Add support for virtual Receive Side Scaling (vRSS)

2014-03-26 Thread Haiyang Zhang
Subject: Re: [PATCH net-next,v4] hyperv: Add support for virtual Receive Side Scaling (vRSS) On Wed, Mar 26, 2014 at 03:23:47AM +, Haiyang Zhang wrote: -Original Message- From: David Miller [mailto:da...@davemloft.net] Sent: Tuesday, March 25, 2014 8:47 PM To: Haiyang

Re: [PATCH net-next,v4] hyperv: Add support for virtual Receive Side Scaling (vRSS)

2014-03-25 Thread Greg KH
rinivasan; o...@aepfle.de; > > jasow...@redhat.com; linux-kernel@vger.kernel.org; driverdev- > > de...@linuxdriverproject.org > > Subject: Re: [PATCH net-next,v4] hyperv: Add support for virtual Receive > > Side Scaling (vRSS) > > > > From: David Miller > > Date: Tu

RE: [PATCH net-next,v4] hyperv: Add support for virtual Receive Side Scaling (vRSS)

2014-03-25 Thread Haiyang Zhang
inuxdriverproject.org > Subject: Re: [PATCH net-next,v4] hyperv: Add support for virtual Receive > Side Scaling (vRSS) > > From: David Miller > Date: Tue, 25 Mar 2014 20:43:43 -0400 (EDT) > > > From: Haiyang Zhang > > Date: Tue, 25 Mar 2014 20:37:43 + > >

Re: [PATCH net-next,v4] hyperv: Add support for virtual Receive Side Scaling (vRSS)

2014-03-25 Thread David Miller
From: David Miller Date: Tue, 25 Mar 2014 20:43:43 -0400 (EDT) > From: Haiyang Zhang > Date: Tue, 25 Mar 2014 20:37:43 + > >> Do we know when the dependency (commit: 8a7206a89f) will be merged >> into net-next tree? > > You're really not very patient, to say the least. > > It's done now

Re: [PATCH net-next,v4] hyperv: Add support for virtual Receive Side Scaling (vRSS)

2014-03-25 Thread David Miller
From: Haiyang Zhang Date: Tue, 25 Mar 2014 20:37:43 + > Do we know when the dependency (commit: 8a7206a89f) will be merged > into net-next tree? You're really not very patient, to say the least. It's done now and I'm working to integrate your patch. That patch has been in under review

RE: [PATCH net-next,v4] hyperv: Add support for virtual Receive Side Scaling (vRSS)

2014-03-25 Thread Haiyang Zhang
.org; driverdev-de...@linuxdriverproject.org > Subject: [PATCH net-next,v4] hyperv: Add support for virtual Receive > Side Scaling (vRSS) > > This feature allows multiple channels to be used by each virtual NIC. > It is available on Hyper-V host 2012 R2. > > (It depends on this co

RE: [PATCH net-next,v4] hyperv: Add support for virtual Receive Side Scaling (vRSS)

2014-03-25 Thread Haiyang Zhang
...@linuxdriverproject.org Subject: [PATCH net-next,v4] hyperv: Add support for virtual Receive Side Scaling (vRSS) This feature allows multiple channels to be used by each virtual NIC. It is available on Hyper-V host 2012 R2. (It depends on this commit: Drivers: hv: vmbus: Support per-channel driver

Re: [PATCH net-next,v4] hyperv: Add support for virtual Receive Side Scaling (vRSS)

2014-03-25 Thread David Miller
From: Haiyang Zhang haiya...@microsoft.com Date: Tue, 25 Mar 2014 20:37:43 + Do we know when the dependency (commit: 8a7206a89f) will be merged into net-next tree? You're really not very patient, to say the least. It's done now and I'm working to integrate your patch. That patch has been

Re: [PATCH net-next,v4] hyperv: Add support for virtual Receive Side Scaling (vRSS)

2014-03-25 Thread David Miller
From: David Miller da...@davemloft.net Date: Tue, 25 Mar 2014 20:43:43 -0400 (EDT) From: Haiyang Zhang haiya...@microsoft.com Date: Tue, 25 Mar 2014 20:37:43 + Do we know when the dependency (commit: 8a7206a89f) will be merged into net-next tree? You're really not very patient, to

RE: [PATCH net-next,v4] hyperv: Add support for virtual Receive Side Scaling (vRSS)

2014-03-25 Thread Haiyang Zhang
: Re: [PATCH net-next,v4] hyperv: Add support for virtual Receive Side Scaling (vRSS) From: David Miller da...@davemloft.net Date: Tue, 25 Mar 2014 20:43:43 -0400 (EDT) From: Haiyang Zhang haiya...@microsoft.com Date: Tue, 25 Mar 2014 20:37:43 + Do we know when the dependency

Re: [PATCH net-next,v4] hyperv: Add support for virtual Receive Side Scaling (vRSS)

2014-03-25 Thread Greg KH
-kernel@vger.kernel.org; driverdev- de...@linuxdriverproject.org Subject: Re: [PATCH net-next,v4] hyperv: Add support for virtual Receive Side Scaling (vRSS) From: David Miller da...@davemloft.net Date: Tue, 25 Mar 2014 20:43:43 -0400 (EDT) From: Haiyang Zhang haiya...@microsoft.com

[PATCH net-next,v4] hyperv: Add support for virtual Receive Side Scaling (vRSS)

2014-03-21 Thread Haiyang Zhang
This feature allows multiple channels to be used by each virtual NIC. It is available on Hyper-V host 2012 R2. (It depends on this commit: Drivers: hv: vmbus: Support per-channel driver state

RE: [PATCH net-next,v4] hyperv: Add support for virtual Receive Side Scaling (vRSS)

2014-03-21 Thread Haiyang Zhang
inuxdriverproject.org > Subject: Re: [PATCH net-next,v4] hyperv: Add support for virtual Receive > Side Scaling (vRSS) > > From: Haiyang Zhang > Date: Fri, 21 Mar 2014 19:12:43 + > > > Could it be merged into net-next tree? > > You submitted a patch against net-nex

Re: [PATCH net-next,v4] hyperv: Add support for virtual Receive Side Scaling (vRSS)

2014-03-21 Thread David Miller
From: Haiyang Zhang Date: Fri, 21 Mar 2014 19:12:43 + > Could it be merged into net-next tree? You submitted a patch against net-next, that means you are implicitly stating that all dependencies are in place in _that_ tree and that you tested it in _that_ tree. If the situation is

RE: [PATCH net-next,v4] hyperv: Add support for virtual Receive Side Scaling (vRSS)

2014-03-21 Thread Haiyang Zhang
inuxdriverproject.org > Subject: Re: [PATCH net-next,v4] hyperv: Add support for virtual Receive > Side Scaling (vRSS) > > From: David Miller > Date: Fri, 21 Mar 2014 14:49:57 -0400 (EDT) > > > From: Haiyang Zhang > > Date: Thu, 20 Mar 2014 15:28:41 -0700 > &

Re: [PATCH net-next,v4] hyperv: Add support for virtual Receive Side Scaling (vRSS)

2014-03-21 Thread David Miller
From: David Miller Date: Fri, 21 Mar 2014 14:49:57 -0400 (EDT) > From: Haiyang Zhang > Date: Thu, 20 Mar 2014 15:28:41 -0700 > >> This feature allows multiple channels to be used by each virtual NIC. >> It is available on Hyper-V host 2012 R2. >> >> Signed-off-by: Haiyang Zhang >>

Re: [PATCH net-next,v4] hyperv: Add support for virtual Receive Side Scaling (vRSS)

2014-03-21 Thread David Miller
From: Haiyang Zhang Date: Thu, 20 Mar 2014 15:28:41 -0700 > This feature allows multiple channels to be used by each virtual NIC. > It is available on Hyper-V host 2012 R2. > > Signed-off-by: Haiyang Zhang > Reviewed-by: K. Y. Srinivasan Applied, thanks. -- To unsubscribe from this list:

Re: [PATCH net-next,v4] hyperv: Add support for virtual Receive Side Scaling (vRSS)

2014-03-21 Thread David Miller
From: Haiyang Zhang haiya...@microsoft.com Date: Thu, 20 Mar 2014 15:28:41 -0700 This feature allows multiple channels to be used by each virtual NIC. It is available on Hyper-V host 2012 R2. Signed-off-by: Haiyang Zhang haiya...@microsoft.com Reviewed-by: K. Y. Srinivasan

Re: [PATCH net-next,v4] hyperv: Add support for virtual Receive Side Scaling (vRSS)

2014-03-21 Thread David Miller
From: David Miller da...@davemloft.net Date: Fri, 21 Mar 2014 14:49:57 -0400 (EDT) From: Haiyang Zhang haiya...@microsoft.com Date: Thu, 20 Mar 2014 15:28:41 -0700 This feature allows multiple channels to be used by each virtual NIC. It is available on Hyper-V host 2012 R2.

RE: [PATCH net-next,v4] hyperv: Add support for virtual Receive Side Scaling (vRSS)

2014-03-21 Thread Haiyang Zhang
: Re: [PATCH net-next,v4] hyperv: Add support for virtual Receive Side Scaling (vRSS) From: David Miller da...@davemloft.net Date: Fri, 21 Mar 2014 14:49:57 -0400 (EDT) From: Haiyang Zhang haiya...@microsoft.com Date: Thu, 20 Mar 2014 15:28:41 -0700 This feature allows multiple

Re: [PATCH net-next,v4] hyperv: Add support for virtual Receive Side Scaling (vRSS)

2014-03-21 Thread David Miller
From: Haiyang Zhang haiya...@microsoft.com Date: Fri, 21 Mar 2014 19:12:43 + Could it be merged into net-next tree? You submitted a patch against net-next, that means you are implicitly stating that all dependencies are in place in _that_ tree and that you tested it in _that_ tree. If the

RE: [PATCH net-next,v4] hyperv: Add support for virtual Receive Side Scaling (vRSS)

2014-03-21 Thread Haiyang Zhang
: Re: [PATCH net-next,v4] hyperv: Add support for virtual Receive Side Scaling (vRSS) From: Haiyang Zhang haiya...@microsoft.com Date: Fri, 21 Mar 2014 19:12:43 + Could it be merged into net-next tree? You submitted a patch against net-next, that means you are implicitly stating

[PATCH net-next,v4] hyperv: Add support for virtual Receive Side Scaling (vRSS)

2014-03-21 Thread Haiyang Zhang
This feature allows multiple channels to be used by each virtual NIC. It is available on Hyper-V host 2012 R2. (It depends on this commit: Drivers: hv: vmbus: Support per-channel driver state

[PATCH net-next,v4] hyperv: Add support for virtual Receive Side Scaling (vRSS)

2014-03-20 Thread Haiyang Zhang
This feature allows multiple channels to be used by each virtual NIC. It is available on Hyper-V host 2012 R2. Signed-off-by: Haiyang Zhang Reviewed-by: K. Y. Srinivasan --- drivers/net/hyperv/hyperv_net.h | 110 +- drivers/net/hyperv/netvsc.c | 136

[PATCH net-next,v4] hyperv: Add support for virtual Receive Side Scaling (vRSS)

2014-03-20 Thread Haiyang Zhang
This feature allows multiple channels to be used by each virtual NIC. It is available on Hyper-V host 2012 R2. Signed-off-by: Haiyang Zhang haiya...@microsoft.com Reviewed-by: K. Y. Srinivasan k...@microsoft.com --- drivers/net/hyperv/hyperv_net.h | 110 +-