OpenCloudOS-Kernel/drivers/net/hyperv
stephen hemminger 1130383c17 netvsc: call netif_receive_skb
To improve performance, netvsc can call network stack directly and
avoid the local backlog queue. This is safe since incoming packets are
handled in softirq context already because the receive function
callback is called from a tasklet.

Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-01-24 16:29:02 -05:00
..
Kconfig
Makefile
hyperv_net.h netvsc: report per-channel stats in ethtool statistics 2017-01-24 16:29:01 -05:00
netvsc.c netvsc: simplify get next send section 2017-01-24 16:29:01 -05:00
netvsc_drv.c netvsc: call netif_receive_skb 2017-01-24 16:29:02 -05:00
rndis_filter.c netvsc: eliminate per-device outstanding send counter 2017-01-24 16:29:01 -05:00