]> git.baikalelectronics.ru Git - kernel.git/commit
s390/qeth: don't keep statistics for tx timeout
authorJulian Wiedmann <jwi@linux.ibm.com>
Wed, 17 Apr 2019 16:17:31 +0000 (18:17 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 17 Apr 2019 17:33:59 +0000 (10:33 -0700)
commitcc55d22545d9a5e5e75c4bf3b8656525236dd391
tree4d9ffe5ea94b9809beb4b16d156595ff97563bf6
parent87baaab445341efc46f440febd660b0dc55c9061
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>
drivers/s390/net/qeth_core.h
drivers/s390/net/qeth_core_main.c