Re: [PATCH 2/2 net-next] hyperv: Support batched notification

2015-03-12 Thread Olaf Hering
On Wed, Mar 11, KY Srinivasan wrote: > This is the convention that we have used for patches submitted to > David's tree. I see, it refers to the directory name. In a bunch of backports it gives the impression it affects the Hyper-V support as whole, while in fact a given change is just for the

Re: [PATCH 2/2 net-next] hyperv: Support batched notification

2015-03-12 Thread Olaf Hering
On Wed, Mar 11, KY Srinivasan wrote: This is the convention that we have used for patches submitted to David's tree. I see, it refers to the directory name. In a bunch of backports it gives the impression it affects the Hyper-V support as whole, while in fact a given change is just for the

RE: [PATCH 2/2 net-next] hyperv: Support batched notification

2015-03-11 Thread KY Srinivasan
g; a...@canonical.com; jasow...@redhat.com > Subject: Re: [PATCH 2/2 net-next] hyperv: Support batched notification > > On Tue, Mar 10, K. Y. Srinivasan wrote: > > > Optimize notifying the host by deferring notification until there are > > no more packets to be

RE: [PATCH 2/2 net-next] hyperv: Support batched notification

2015-03-11 Thread KY Srinivasan
t.org; o...@aepfle.de; a...@canonical.com; KY > Srinivasan > Subject: Re: [PATCH 2/2 net-next] hyperv: Support batched notification > > > > On Wed, Mar 11, 2015 at 2:50 AM, K. Y. Srinivasan > wrote: > > Optimize notifying the host by deferring notification until there ar

Re: [PATCH 2/2 net-next] hyperv: Support batched notification

2015-03-11 Thread Olaf Hering
On Tue, Mar 10, K. Y. Srinivasan wrote: > Optimize notifying the host by deferring notification until there > are no more packets to be sent. This will help in batching the requests > on the host. The subjects for the network driver say "hyperv:". But all such changes should get "netvsc:" as

RE: [PATCH 2/2 net-next] hyperv: Support batched notification

2015-03-11 Thread KY Srinivasan
; a...@canonical.com; KY Srinivasan Subject: Re: [PATCH 2/2 net-next] hyperv: Support batched notification On Wed, Mar 11, 2015 at 2:50 AM, K. Y. Srinivasan k...@microsoft.com wrote: Optimize notifying the host by deferring notification until there are no more packets to be sent. This will help

RE: [PATCH 2/2 net-next] hyperv: Support batched notification

2015-03-11 Thread KY Srinivasan
...@redhat.com Subject: Re: [PATCH 2/2 net-next] hyperv: Support batched notification On Tue, Mar 10, K. Y. Srinivasan wrote: Optimize notifying the host by deferring notification until there are no more packets to be sent. This will help in batching the requests on the host

Re: [PATCH 2/2 net-next] hyperv: Support batched notification

2015-03-11 Thread Olaf Hering
On Tue, Mar 10, K. Y. Srinivasan wrote: Optimize notifying the host by deferring notification until there are no more packets to be sent. This will help in batching the requests on the host. The subjects for the network driver say hyperv:. But all such changes should get netvsc: as prefix to

Re: [PATCH 2/2 net-next] hyperv: Support batched notification

2015-03-10 Thread Jason Wang
On Wed, Mar 11, 2015 at 2:50 AM, K. Y. Srinivasan wrote: Optimize notifying the host by deferring notification until there are no more packets to be sent. This will help in batching the requests on the host. Signed-off-by: K. Y. Srinivasan --- drivers/net/hyperv/hyperv_net.h |2 +-

[PATCH 2/2 net-next] hyperv: Support batched notification

2015-03-10 Thread K. Y. Srinivasan
Optimize notifying the host by deferring notification until there are no more packets to be sent. This will help in batching the requests on the host. Signed-off-by: K. Y. Srinivasan --- drivers/net/hyperv/hyperv_net.h |2 +- drivers/net/hyperv/netvsc.c | 14 +-

[PATCH 2/2 net-next] hyperv: Support batched notification

2015-03-10 Thread K. Y. Srinivasan
Optimize notifying the host by deferring notification until there are no more packets to be sent. This will help in batching the requests on the host. Signed-off-by: K. Y. Srinivasan k...@microsoft.com --- drivers/net/hyperv/hyperv_net.h |2 +- drivers/net/hyperv/netvsc.c | 14

Re: [PATCH 2/2 net-next] hyperv: Support batched notification

2015-03-10 Thread Jason Wang
On Wed, Mar 11, 2015 at 2:50 AM, K. Y. Srinivasan k...@microsoft.com wrote: Optimize notifying the host by deferring notification until there are no more packets to be sent. This will help in batching the requests on the host. Signed-off-by: K. Y. Srinivasan k...@microsoft.com ---