commit | cad5c197704d82faf33ffdbef414f15db08d9ef9 | [log] [tgz] |
---|---|---|
author | stephen hemminger <stephen@networkplumber.org> | Wed Aug 09 17:46:12 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Aug 11 14:00:07 2017 -0700 |
tree | cf0ded26e32303739cb21d1357a799438f901cc2 | |
parent | 8b5327975ae171ca54dfd93e6c042d1292945867 [diff] |
netvsc: keep track of some non-fatal overload conditions Add ethtool statistics for case where send chimmeny buffer is exhausted and driver has to fall back to doing scatter/gather send. Also, add statistic for case where ring buffer is full and receive completions are delayed. Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com> Signed-off-by: David S. Miller <davem@davemloft.net>