]> git.baikalelectronics.ru Git - kernel.git/commit
hv_netvsc: Use the xmit_more skb flag to optimize signaling the host
authorKY Srinivasan <kys@microsoft.com>
Mon, 11 May 2015 22:39:46 +0000 (15:39 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 13 May 2015 03:10:43 +0000 (23:10 -0400)
commit03f2e357b53acad6e0852f9b3a076b882a8848d1
treecb52ac0c3e8ccd801c42d0ad6703dd7ffe4adf76
parentaebc17498b8e4e6a6f69d92125cbe6a2f20e4ed0
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 <kys@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/hyperv/netvsc.c