diff options
author | Florian Fainelli | 2015-02-28 18:09:17 -0800 |
---|---|---|
committer | David S. Miller | 2015-03-01 14:02:11 -0500 |
commit | 55ff4ea9a853f5ec9a8290c0ccc1d00c97e49f82 (patch) | |
tree | 7c5b4a3d35b7e0deac03d2691a636c76d1ca8b65 /include | |
parent | f62ba9c14b85a682b64a4c421f91de0bd2aa8538 (diff) |
net: systemport: fix software maintained statistics
Commit 60b4ea1781fd ("net: systemport: log RX buffer allocation and RX/TX DMA
failures") added a few software maintained statistics using
BCM_SYSPORT_STAT_MIB_RX and BCM_SYSPORT_STAT_MIB_TX. These statistics are read
from the hardware MIB counters, such that bcm_sysport_update_mib_counters() was
trying to read from a non-existing MIB offset for these counters.
Fix this by introducing a special type: BCM_SYSPORT_STAT_SOFT, similar to
BCM_SYSPORT_STAT_NETDEV, such that bcm_sysport_get_ethtool_stats will read from
the software mib.
Fixes: 60b4ea1781fd ("net: systemport: log RX buffer allocation and RX/TX DMA failures")
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions