linux/drivers/net/hyperv
KY Srinivasan 82fa3c776e 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>
2015-05-12 23:10:43 -04:00
..
hyperv_net.h hv_netvsc: Fix a bug in netvsc_start_xmit() 2015-04-29 15:20:39 -04:00
Kconfig
Makefile
netvsc_drv.c hv_netvsc: Fix a bug in netvsc_start_xmit() 2015-04-29 15:20:39 -04:00
netvsc.c hv_netvsc: Use the xmit_more skb flag to optimize signaling the host 2015-05-12 23:10:43 -04:00
rndis_filter.c hv_netvsc: introduce netif-msg into netvsc module 2015-04-29 14:45:17 -04:00