diff options
author | Jakub Kicinski <kuba@kernel.org> | 2021-04-19 13:02:42 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-04-19 16:22:23 -0700 |
commit | 37434782d63f89de5b9c383a449b6a82dc3fa4fb (patch) | |
tree | 577fd97c4fd85abe05c562973bf552f71d1dce8e /net | |
parent | 9b8fd2c9f14b029dbcc4a6fc79419f17c4980ff4 (diff) |
bnxt: add more ethtool standard stats
Michael suggest a few more stats we can expose.
$ ethtool -S eth0 --groups eth-mac
Standard stats for eth0:
eth-mac-FramesTransmittedOK: 902623288966
eth-mac-FramesReceivedOK: 28727667047
eth-mac-FrameCheckSequenceErrors: 1
eth-mac-AlignmentErrors: 0
eth-mac-OutOfRangeLengthField: 0
$ ethtool -S eth0 | grep '\(fcs\|align\|oor\)'
rx_fcs_err_frames: 1
rx_align_err_frames: 0
tx_fcs_err_frames: 0
Suggested-by: Michael Chan <michael.chan@broadcom.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions