11 Star 75 Fork 103

OpenHarmony/third_party_lwip

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
0058-lwip-send-recv-thread-bind-numa.patch 652 Bytes
一键复制 编辑 原始数据 按行查看 历史
Aurora 提交于 2023-12-07 03:26 . update lwip to 2.1.3-39.oe2203sp1
From 0e16f4ec71b0794f48cb7b9e99712c36e40d4d48 Mon Sep 17 00:00:00 2001
From: kircher <majun65@huawei.com>
Date: Wed, 22 Mar 2023 15:16:04 +0800
Subject: [PATCH] lwip-send-recv-thread-bind-numa
---
src/include/lwipsock.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/include/lwipsock.h b/src/include/lwipsock.h
index f917d8a..f8480c5 100644
--- a/src/include/lwipsock.h
+++ b/src/include/lwipsock.h
@@ -138,6 +138,7 @@ struct lwip_sock {
const struct rte_memzone *same_node_rx_ring_mz;
struct same_node_ring *same_node_tx_ring;
const struct rte_memzone *same_node_tx_ring_mz;
+ uint8_t already_bind_numa;
#endif
};
--
2.33.0
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openharmony/third_party_lwip.git
git@gitee.com:openharmony/third_party_lwip.git
openharmony
third_party_lwip
third_party_lwip
master

搜索帮助