代码拉取完成,页面将自动刷新
From 93c9cd4501edc9fc487af78ea4fd4c0f37bc4dc1 Mon Sep 17 00:00:00 2001
From: Ke Chen <chenke54@huawei.com>
Date: Fri, 15 Dec 2023 10:20:53 +0800
Subject: [PATCH] hikptool/roh: fix the display information for roh mac mib
statistics
Add a prompt head information "ROH MAC MIB INFO"
Fixes: 99d48570419c ("support querying the RoH module information")
Signed-off-by: Ke Chen <chenke54@huawei.com>
---
net/roh/hikp_roh_show_mib.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/net/roh/hikp_roh_show_mib.c b/net/roh/hikp_roh_show_mib.c
index 425a0e6..7267fe5 100644
--- a/net/roh/hikp_roh_show_mib.c
+++ b/net/roh/hikp_roh_show_mib.c
@@ -232,6 +232,7 @@ static void hikp_roh_show_mib_in_multi_rounds(struct major_cmd_ctrl *self)
return;
}
+ printf("**************ROH MAC MIB INFO*************\n");
for (int i = 0; i < total_round; i++) {
ret = hikp_roh_fill_pmu_cnt(i);
if (ret != 0) {
@@ -239,6 +240,7 @@ static void hikp_roh_show_mib_in_multi_rounds(struct major_cmd_ctrl *self)
return;
}
}
+ printf("*****************************************\n");
}
static void hikp_roh_show_mib_execute(struct major_cmd_ctrl *self)
--
2.30.0
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。