1 Star 0 Fork 83

mds.lanruo/dpdk

forked from src-openEuler/dpdk 
Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
0016-fix-error-that-the-secondary-attach-fails-due-to-detach.patch 617 Bytes
Copy Edit Raw Blame History
吴昌盛 authored 3年前 . add gazelle support
From e8466bb5c02192727a140688df0c8882ed35ca59 Mon Sep 17 00:00:00 2001
From: Changsheng Wu <wuchangsheng2@huawei.com>
Date: Sat, 18 Dec 2021 17:09:27 +0800
Subject: [PATCH] 15
---
lib/eal/linux/eal_memalloc.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/lib/eal/linux/eal_memalloc.c b/lib/eal/linux/eal_memalloc.c
index d5fe856dd8..38543bf8c4 100644
--- a/lib/eal/linux/eal_memalloc.c
+++ b/lib/eal/linux/eal_memalloc.c
@@ -1830,7 +1830,6 @@ eal_sec_memalloc_destroy(const int sec_idx)
return ret;
rte_mem_unmap(msl->base_va, msl->len);
- memset(msl, 0, sizeof(*msl));
}
return 0;
--
2.27.0
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mdslanruo/dpdk.git
git@gitee.com:mdslanruo/dpdk.git
mdslanruo
dpdk
dpdk
master

Search