commit | 1130383c174499826a3f01486e574e89be17e2d2 | [log] [tgz] |
---|---|---|
author | stephen hemminger <stephen@networkplumber.org> | Tue Jan 24 13:06:15 2017 -0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Jan 24 16:29:02 2017 -0500 |
tree | c18a6517376faaf348fa016bcc2dc1d3a73216ae | |
parent | b58a185801dab4eefccad868c466296795c5bae7 [diff] |
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>