commit | 333ef9d1d5fb68b5f53c5f7f3ceafb65a8a6ff7e | [log] [tgz] |
---|---|---|
author | Julian Wiedmann <jwi@linux.ibm.com> | Wed Apr 17 18:17:31 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Wed Apr 17 10:33:59 2019 -0700 |
tree | 4d9ffe5ea94b9809beb4b16d156595ff97563bf6 | |
parent | fdd1a5303efb03bfa4016f29a519f0e553739069 [diff] |
s390/qeth: don't keep statistics for tx timeout struct netdev_queue contains a counter for tx timeouts, which gets updated by dev_watchdog(). So let's not attempt to maintain our own statistics, in particular not by overloading the skb-error counter. Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>