-----Original Message-----
From: David Miller [mailto:davem@redhat.com]
Sent: Tuesday, March 17, 2015 12:23 PM
To: KY Srinivasan
Cc: netdev@vger.kernel.org; linux-kernel@vger.kernel.org;
devel@linuxdriverproject.org; olaf@aepfle.de; apw@canonical.com;
jasowang@redhat.com
Subject: Re: [PATCH V3 0/2 net-next] hyperv: Enable batched notification
From: "K. Y. Srinivasan" <kys@microsoft.com>
Date: Tue, 17 Mar 2015 09:02:25 -0700
quoted
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
quoted
patch-set, that API is exported so it can be used in the netvsc driver. Greg
has
quoted
acked this export.
In this version of the patch-set, the patch to address the vmbus signalling
fix is not included here; that patch will be taken through Greg's tree.
I have also gotten rid of an unnecessary local variable in start_xmit()
function based on feedback from Jason Wang [off-list ref].
This patch set does not apply to net-next at all.
I will rebase this and send it.
Thanks,
K. Y