OSDN Git Service

bnxt_en: show only relevant ethtool stats for a TX or RX ring
authorRajesh Ravi <rajesh.ravi@broadcom.com>
Mon, 4 May 2020 08:50:41 +0000 (04:50 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 4 May 2020 17:44:11 +0000 (10:44 -0700)
commit125592fbf467d1a70312006bbaf29724d0ba5897
tree5cd513c790597e34345baa4535ffd10c360ed773
parent3316d50905f0e551d4786767d827589960a8cb83
bnxt_en: show only relevant ethtool stats for a TX or RX ring

Currently, ethtool -S shows all TX/RX ring counters whether the
channel is combined, RX, or TX.  The unused counters will always be
zero.  Improve it by showing only the relevant counters if the channel
is RX or TX.  If the channel is combined, the counters will be shown
exactly the same as before.

[ MChan: Lots of cleanups and simplifications on Rajesh's original
code]

Signed-off-by: Rajesh Ravi <rajesh.ravi@broadcom.com>
Signed-off-by: Michael Chan <michael.chan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c