commit | f61a9d62b27e21e23eafdc058f1c300a2a31b204 | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <stephen@networkplumber.org> | Tue Dec 12 16:48:36 2017 -0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Dec 13 15:57:38 2017 -0500 |
tree | 9cbcea09436f40bba4405afc4b7e2dabd5b2417c | |
parent | 26a112626d28d6bc0d9c8817682ca71adb99f413 [diff] |
hv_netvsc: track memory allocation failures in ethtool stats When skb can not be allocated, update ethtool statisitics rather than rx_dropped which is intended for netif_receive. Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com> Signed-off-by: David S. Miller <davem@davemloft.net>