diff options
author | Michael Chan <[email protected]> | 2023-08-17 16:19:10 -0700 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2023-08-18 19:13:59 -0700 |
commit | a080b47a04c503674c30dfe697b6fa1b98c3bb6b (patch) | |
tree | 28196bd886730cefd4a5e09feff3d2638fefb142 /tools/perf/scripts/python/event_analyzing_sample.py | |
parent | 4c70dbe3c0087b439b9e5015057e3e378cf5d8b1 (diff) |
bnxt_en: Display the ring error counters under ethtool -S
The existing driver displays the sum of 4 ring counters under ethtool -S.
These counters are in the array bnxt_sw_func_stats. These counters are
summed at the time of ethtool -S and will be lost when the device is reset.
Replace these counters with the new total ring error counters added in the
last patch. These new counters are saved before reset. ethtool -S will
now display the sum of the saved counters plus the current counters.
Link: https://lore.kernel.org/netdev/CACKFLimD-bKmJ1tGZOLYRjWzEwxkri-Mw7iFme1x2Dr0twdCeg@mail.gmail.com/
Reviewed-by: Andy Gospodarek <[email protected]>
Reviewed-by: Ajit Khaparde <[email protected]>
Reviewed-by: Somnath Kotur <[email protected]>
Signed-off-by: Michael Chan <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions