1 Star 0 Fork 72

叶青龙/dpdk

forked from src-openEuler/dpdk 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0056-net-hns3-change-dump-file-name.patch 1.11 KB
一键复制 编辑 原始数据 按行查看 历史
speech_white 提交于 2022-05-17 19:55 . sync patches for 22.03
From 297a29aa8a27e93b2fa1fdc40a4964f0fbbaa4ec Mon Sep 17 00:00:00 2001
From: "Min Hu (Connor)" <humin29@huawei.com>
Date: Thu, 31 Mar 2022 14:20:42 +0800
Subject: [PATCH 11/13] net/hns3: change dump file name
change dump file name 'hns3_ethdev_dump.c' to 'hns3_dump.c', as it
is more simple.
Signed-off-by: Min Hu (Connor) <humin29@huawei.com>
---
drivers/net/hns3/{hns3_ethdev_dump.c => hns3_dump.c} | 0
drivers/net/hns3/meson.build | 2 +-
2 files changed, 1 insertion(+), 1 deletion(-)
rename drivers/net/hns3/{hns3_ethdev_dump.c => hns3_dump.c} (100%)
diff --git a/drivers/net/hns3/hns3_ethdev_dump.c b/drivers/net/hns3/hns3_dump.c
similarity index 100%
rename from drivers/net/hns3/hns3_ethdev_dump.c
rename to drivers/net/hns3/hns3_dump.c
diff --git a/drivers/net/hns3/meson.build b/drivers/net/hns3/meson.build
index 665b2afedf..9f30f6b7af 100644
--- a/drivers/net/hns3/meson.build
+++ b/drivers/net/hns3/meson.build
@@ -30,7 +30,7 @@ sources = files(
'hns3_tm.c',
'hns3_ptp.c',
'hns3_common.c',
- 'hns3_ethdev_dump.c',
+ 'hns3_dump.c',
)
deps += ['hash']
--
2.30.0
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yeqinglong01/dpdk.git
git@gitee.com:yeqinglong01/dpdk.git
yeqinglong01
dpdk
dpdk
master

搜索帮助