diff options
| author | Huazhong Tan <[email protected]> | 2021-05-14 11:25:14 +0800 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2021-05-14 15:07:34 -0700 |
| commit | 1556ea9120ffcf4faf7ac6b62a6e28216f260a23 (patch) | |
| tree | 0a1fb50c684c0483481f7707c8697dabf01e7ce5 /tools/perf/scripts/python/intel-pt-events.py | |
| parent | 77e9184869c9fb00a482357ea8eef3bd7ae3d45a (diff) | |
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 <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/intel-pt-events.py')
0 files changed, 0 insertions, 0 deletions