From: KY Srinivasan Date: Mon, 11 May 2015 22:39:46 +0000 (-0700) Subject: hv_netvsc: Use the xmit_more skb flag to optimize signaling the host X-Git-Tag: omap-for-v4.2/fixes-rc1^2~134^2~315 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82fa3c776e5abba7ed6e4b4f4983d14731c37d6a;p=pandora-kernel.git hv_netvsc: Use the xmit_more skb flag to optimize signaling the host Based on the information given to this driver (via the xmit_more skb flag), we can defer signaling the host if more packets are on the way. This will help make the host more efficient since it can potentially process a larger batch of packets. Implement this optimization. Signed-off-by: K. Y. Srinivasan Signed-off-by: David S. Miller --- Reading git-diff-tree failed