diff options
author | 2021-05-14 11:25:17 +0800 | |
---|---|---|
committer | 2021-05-14 15:07:34 -0700 | |
commit | 9149ca0f115acf44f8473c0a1e464e716c4ca83b (patch) | |
tree | 52675a77200749b9a1c109400321fa3907dd0cdd /drivers/vhost/net.c | |
parent | net: hns3: refactor dump loopback of debugfs (diff) | |
download | wireguard-linux-9149ca0f115acf44f8473c0a1e464e716c4ca83b.tar.xz wireguard-linux-9149ca0f115acf44f8473c0a1e464e716c4ca83b.zip |
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 'drivers/vhost/net.c')
0 files changed, 0 insertions, 0 deletions