diff options
author | Michael Chan <[email protected]> | 2020-08-26 01:08:34 -0400 |
---|---|---|
committer | David S. Miller <[email protected]> | 2020-08-26 07:19:03 -0700 |
commit | 7de651490c27ebc5edb5c7224c368bd0cd5b3862 (patch) | |
tree | 53dd61b953e8d0286995d45739775aa3c09e23c3 /drivers/usb/cdns3/cdns3-imx.c | |
parent | dbbfa96ad920c50d58bcaefa57f5f33ceef9d00e (diff) |
bnxt_en: Fix ethtool -S statitics with XDP or TCs enabled.
We are returning the wrong count for ETH_SS_STATS in get_sset_count()
when XDP or TCs are enabled. In a recent commit, we got rid of
irrelevant counters when the ring is RX only or TX only, but we
did not make the proper adjustments for the count. As a result,
when we have XDP or TCs enabled, we are returning an excess count
because some of the rings are TX only. This causes ethtool -S to
display extra counters with no counter names.
Fix bnxt_get_num_ring_stats() by not assuming that all rings will
always have RX and TX counters in combined mode.
Fixes: 125592fbf467 ("bnxt_en: show only relevant ethtool stats for a TX or RX ring")
Reviewed-by: Vasundhara Volam <[email protected]>
Signed-off-by: Michael Chan <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-imx.c')
0 files changed, 0 insertions, 0 deletions