aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe.h
diff options
context:
space:
mode:
authorFlorian Fainelli <f.fainelli@gmail.com>2016-04-27 11:45:14 -0700
committerDavid S. Miller <davem@davemloft.net>2016-04-28 17:16:17 -0400
commitbadf3ada60ab8f76f9488dc8f5c0c57f70682f5a (patch)
tree7abbe5f6b670ab233e1ef0cc7c0be4eea75c0951 /drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe.h
parenttcp: give prequeue mode some care (diff)
downloadlinux-dev-badf3ada60ab8f76f9488dc8f5c0c57f70682f5a.tar.xz
linux-dev-badf3ada60ab8f76f9488dc8f5c0c57f70682f5a.zip
net: dsa: Provide CPU port statistics to master netdev
This patch overloads the DSA master netdev, aka CPU Ethernet MAC to also include switch-side statistics, which is useful for debugging purposes, when the switch is not properly connected to the Ethernet MAC (duplex mismatch, (RG)MII electrical issues etc.). We accomplish this by retaining the original copy of the master netdev's ethtool_ops, and just overload the 3 operations we care about: get_sset_count, get_strings and get_ethtool_stats so as to intercept these calls and call into the original master_netdev ethtool_ops, plus our own. We take this approach as opposed to providing a set of DSA helper functions that would retrive the CPU port's statistics, because the entire purpose of DSA is to allow unmodified Ethernet MAC drivers to be used as CPU conduit interfaces, therefore, statistics overlay in such drivers would simply not scale. The new ethtool -S <iface> output would therefore look like this now: <iface> statistics p<2 digits cpu port number>_<switch MIB counter names> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe.h')
0 files changed, 0 insertions, 0 deletions