]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit1130383c174499826a3f01486e574e89be17e2d2
treec18a6517376faaf348fa016bcc2dc1d3a73216ae
parentb58a185801dab4eefccad868c466296795c5bae7
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