Files
linux/drivers
Jakub Kicinski 37434782d6 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>
2021-04-19 16:22:23 -07:00
..
2021-02-02 14:26:02 +01:00
2021-01-31 08:05:46 -07:00
2021-04-14 13:52:59 -07:00
2021-04-18 09:36:56 +03:00
2021-03-22 09:20:06 -07:00
2021-04-06 22:32:33 +02:00
2021-03-30 13:34:42 -07:00
2021-04-19 16:22:23 -07:00
2021-04-13 14:50:57 -07:00
2021-01-28 01:31:42 +01:00
2021-03-26 15:14:56 -07:00
2021-02-09 12:15:07 +01:00