commit | 17db4bcef3c3c45b95b3b3d8577f725df1b2c0a0 | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <sthemmin@microsoft.com> | Thu Sep 22 16:56:29 2016 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Sep 23 08:39:48 2016 -0400 |
tree | 0ee06f086bcc91517b12e843f2896c8dbd7375c7 | |
parent | dd5a3005eb09b84d759dda43b1ae662bb223d2ac [diff] |
hv_netvsc: use consume_skb Packets that are transmitted in normal path should use consume_skb instead of kfree_skb. This allows for better tracing of packet drops. Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com> Signed-off-by: David S. Miller <davem@davemloft.net>