5 Star 0 Fork 4

src-openEuler/hikptool

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0054-hikptool-roh-fix-the-display-information-for-roh-mac.patch 1.14 KB
一键复制 编辑 原始数据 按行查看 历史
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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/hikptool.git
git@gitee.com:src-openeuler/hikptool.git
src-openeuler
hikptool
hikptool
master

搜索帮助