RE: [PATCH V3 0/2 net-next] hyperv: Enable batched notification

2015-03-17 Thread KY Srinivasan
anonical.com; > de...@linuxdriverproject.org > Subject: Re: [PATCH V3 0/2 net-next] hyperv: Enable batched notification > > From: KY Srinivasan > Date: Tue, 17 Mar 2015 20:07:10 + > > > I pulled down the net-next tree and the issue is with the first p

Re: [PATCH V3 0/2 net-next] hyperv: Enable batched notification

2015-03-17 Thread David Miller
From: KY Srinivasan Date: Tue, 17 Mar 2015 20:07:10 + > I pulled down the net-next tree and the issue is with the first patch: > 0001-Drivers-hv-vmbus-Export-the-vmbus_sendpacket_pagebuf.patch > > The net-next tree is not current with Greg's tree and this patch is on code > that > is in Gre

RE: [PATCH V3 0/2 net-next] hyperv: Enable batched notification

2015-03-17 Thread KY Srinivasan
..@vger.kernel.org; a...@canonical.com; de...@linuxdriverproject.org > Subject: RE: [PATCH V3 0/2 net-next] hyperv: Enable batched notification > > > > > -Original Message- > > From: David Miller [mailto:da...@redhat.com] > > Sent: Tuesday, March 17, 2015 12:23 PM &

RE: [PATCH V3 0/2 net-next] hyperv: Enable batched notification

2015-03-17 Thread KY Srinivasan
@redhat.com > Subject: Re: [PATCH V3 0/2 net-next] hyperv: Enable batched notification > > From: "K. Y. Srinivasan" > Date: Tue, 17 Mar 2015 09:02:25 -0700 > > > Take into consideration the xmit_more flag in skb to decide if we should > > notify the host as w

Re: [PATCH V3 0/2 net-next] hyperv: Enable batched notification

2015-03-17 Thread David Miller
From: "K. Y. Srinivasan" Date: Tue, 17 Mar 2015 09:02:25 -0700 > Take into consideration the xmit_more flag in skb to decide if we should > notify the host as we place packets in VMBUS. > > The VMBUS API that would give us this control is already in Greg's tree, in > this > patch-set, that API

[PATCH V3 0/2 net-next] hyperv: Enable batched notification

2015-03-17 Thread K. Y. Srinivasan
Take into consideration the xmit_more flag in skb to decide if we should notify the host as we place packets in VMBUS. The VMBUS API that would give us this control is already in Greg's tree, in this patch-set, that API is exported so it can be used in the netvsc driver. Greg has acked this export