diff options
author | Jian Shen <[email protected]> | 2018-01-05 18:18:07 +0800 |
---|---|---|
committer | David S. Miller <[email protected]> | 2018-01-08 14:06:17 -0500 |
commit | a6c51c2608f404419652121d8236b526d0bd2cd9 (patch) | |
tree | c5ead6dfb406c369c41bfc6bbeff6720bf434209 /tools/perf/scripts/python/event_analyzing_sample.py | |
parent | 30ba2ab94019b562bdbaf9b347455870b4b2d15f (diff) |
net: hns3: Unify the strings display of packet statistics
Some members of packet statistics are named in different styles.
This patch unifies them with new internal name rules, the main
modification are below:
trans --> tx
rcv --> rx
rcb_q%d_tx --> txq#%d
rcb_q%d_rx --> rxq#%d
sw_err_cnt(tx side) --> tx_dropped
sw_err_cnt(rx side) --> rx_dropped
pkts --> packets
tx_err_cnt --> errors
rx_err_cnt --> errors
Signed-off-by: Jian Shen <[email protected]>
Signed-off-by: Peng Li <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions