commit | 845ef9047b1f4e8ea3b8865140066b08fe93d05c | [log] [tgz] |
---|---|---|
author | Julian Wiedmann <jwi@linux.ibm.com> | Thu Nov 14 11:19:14 2019 +0100 |
committer | David S. Miller <davem@davemloft.net> | Thu Nov 14 18:16:50 2019 -0800 |
tree | 6a21016c1777540f3f8474af574dcfe4fc4d9ead | |
parent | 24df31f8d5be1b09f9e6c6d07ddfa96cbef1782b [diff] |
s390/qeth: gather more detailed RX dropped/error statistics Where available, use the fine-grained counters in rtnl_link_stats64 to indicate different RX error causes. For drop reasons, use driver-private ethtool counters. In particular this patch allows us to keep track of driver-side drops due to unknown/unsupported HW descriptor format. Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>