diff options
author | Jiaran Zhang | 2021-05-14 11:25:17 +0800 |
---|---|---|
committer | David S. Miller | 2021-05-14 15:07:34 -0700 |
commit | 9149ca0f115acf44f8473c0a1e464e716c4ca83b (patch) | |
tree | 52675a77200749b9a1c109400321fa3907dd0cdd /tools | |
parent | d658ff34dd7ff9ccf13c59a7c464b55ca122977d (diff) |
net: hns3: refactor dump intr of debugfs
Currently, the debugfs command for intr is implemented by
"echo xxxx > cmd", and record the information in dmesg. It's
unnecessary and heavy. To improve it, create a single file
"interrupt_info" for it, and query it by command "cat interrupt_info",
return the result to userspace, rather than record in dmesg.
The display style is below:
$cat interrupt_info
num_nic_msi: 65
num_roce_msi: 65
num_msi_used: 2
num_msi_left: 128
Signed-off-by: Jiaran Zhang <zhangjiaran@huawei.com>
Signed-off-by: Huazhong Tan <tanhuazhong@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions