bnxt_en: Remove PCIe non-counters from ethtool statistics
authorVasundhara Volam <vasundhara-v.volam@broadcom.com>
Mon, 27 Jul 2020 09:40:36 +0000 (05:40 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 27 Jul 2020 18:47:32 +0000 (11:47 -0700)
commitdfe64de974f8c8391776a376cc01c582064e8a46
tree6f479f1867375ed463c7b08193697e66dfc5ba72
parent350e7ab92da8420fe97e1edf040db8c9bab750f8
bnxt_en: Remove PCIe non-counters from ethtool statistics

Remove PCIe non-counters display from ethtool statistics, as
they are not simple counters but register dump.  The next few
patches will add logic to detect counter roll-over and it won't
work with these PCIe non-counters.

There will be a follow up patch to get PCIe information via
ethtool register dump.

Signed-off-by: Vasundhara Volam <vasundhara-v.volam@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.c
drivers/net/ethernet/broadcom/bnxt/bnxt.h
drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c