]> git.baikalelectronics.ru Git - kernel.git/commit
netvsc: call netif_receive_skb
authorstephen hemminger <stephen@networkplumber.org>
Tue, 24 Jan 2017 21:06:15 +0000 (13:06 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 24 Jan 2017 21:29:02 +0000 (16:29 -0500)
commit0d6cc818102beb5d8548cbe6e3b3cfafad40a4b3
treec18a6517376faaf348fa016bcc2dc1d3a73216ae
parent598b1492af02672065eee01f7341d0ae378ba00c
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>
drivers/net/hyperv/netvsc_drv.c