summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py
diff options
context:
space:
mode:
authorHuazhong Tan <tanhuazhong@huawei.com>2021-05-14 06:25:14 +0300
committerDavid S. Miller <davem@davemloft.net>2021-05-15 01:07:34 +0300
commit1556ea9120ffcf4faf7ac6b62a6e28216f260a23 (patch)
tree0a1fb50c684c0483481f7707c8697dabf01e7ce5 /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py
parent77e9184869c9fb00a482357ea8eef3bd7ae3d45a (diff)
downloadlinux-1556ea9120ffcf4faf7ac6b62a6e28216f260a23.tar.xz
net: hns3: refactor dump mac list of debugfs
Currently, the debugfs command for mac list info is implemented by "echo xxxx > cmd", and record the information in dmesg. It's unnecessary and heavy. To improve it, create two files "uc" and "mc" under directory "mac_list" for it, and query mac list info by "cat mac_list/uc" and "mac_list/mc", return the result to userspace, rather than record in dmesg. The display style is below: $ cat mac_list/uc UC MAC_LIST: FUNC_ID MAC_ADDR STATE pf 00:18:2d:00:00:71 ACTIVE $ cat mac_list/mc MC MAC_LIST: FUNC_ID MAC_ADDR STATE pf 01:80:c2:00:00:21 ACTIVE Signed-off-by: Huazhong Tan <tanhuazhong@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py')
0 files changed, 0 insertions, 0 deletions