diff options
author | Guangbin Huang <[email protected]> | 2021-05-20 10:21:39 +0800 |
---|---|---|
committer | David S. Miller <[email protected]> | 2021-05-20 15:01:03 -0700 |
commit | 28d3bada7d42e324ee8558e6d22c3d768a87af7b (patch) | |
tree | f8248f1bf16c30300face8b78aa7425739b536a4 /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py | |
parent | 6571ec2eda65d4e19244bb3e001ec64a6eef41dc (diff) |
net: hns3: refactor dump qos pri map of debugfs
Currently, user gets priority map by implementing debugfs command
"echo dump qos pri map > cmd", this command will dump info in dmesg.
It's unnecessary and heavy.
To optimize it, create a single file "qos_pri_map" in tm directory
and use cat command to get info. It will return info to userspace,
rather than record in dmesg.
The display style is below:
$ cat qos_pri_map
vlan_to_pri: 0
PRI TC
0 0
1 1
2 2
3 3
4 0
5 1
6 2
Signed-off-by: Guangbin Huang <[email protected]>
Signed-off-by: Huazhong Tan <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py')
0 files changed, 0 insertions, 0 deletions