!1129 [sync] PR-1123: sync DUMP: fix build error of oe2003 because of micro is not defined.
From: @openeuler-sync-bot Reviewed-by: @LemmyHuang Signed-off-by: @LemmyHuang
This commit is contained in:
commit
6d1b6fb167
@ -0,0 +1,26 @@
|
||||
From 2def683d0139084f48dc15d118af1d78e687e1f0 Mon Sep 17 00:00:00 2001
|
||||
From: yinbin <yinbin8@huawei.com>
|
||||
Date: Wed, 18 Dec 2024 19:54:29 +0800
|
||||
Subject: [PATCH] DUMP: fix build error of oe2003 because of micro is not
|
||||
defined.
|
||||
|
||||
---
|
||||
src/lstack/core/lstack_dump.c | 2 ++
|
||||
1 file changed, 2 insertions(+)
|
||||
|
||||
diff --git a/src/lstack/core/lstack_dump.c b/src/lstack/core/lstack_dump.c
|
||||
index d415ddc..969ca2b 100644
|
||||
--- a/src/lstack/core/lstack_dump.c
|
||||
+++ b/src/lstack/core/lstack_dump.c
|
||||
@@ -14,6 +14,8 @@
|
||||
#include <sys/time.h>
|
||||
#include <execinfo.h>
|
||||
|
||||
+#include <rte_cycles.h>
|
||||
+
|
||||
#include "lstack_cfg.h"
|
||||
#include "lstack_log.h"
|
||||
|
||||
--
|
||||
2.33.0
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
Name: gazelle
|
||||
Version: 1.0.2
|
||||
Release: 80
|
||||
Release: 81
|
||||
Summary: gazelle is a high performance user-mode stack
|
||||
License: MulanPSL-2.0
|
||||
URL: https://gitee.com/openeuler/gazelle
|
||||
@ -326,6 +326,7 @@ Patch9306: 0306-fix-a-contention-issue-when-rpc-pools-are-added-to-r.patch
|
||||
Patch9307: 0307-openGauss-unsupport_tcp_optname.patch
|
||||
Patch9308: 0308-kernerl-bind-add-ipv6-add-check.patch
|
||||
Patch9309: 0309-Connect-execute-lwip-connect-if-dst_ip-and-host_ip-a.patch
|
||||
Patch9310: 0310-DUMP-fix-build-error-of-oe2003-because-of-micro-is-n.patch
|
||||
|
||||
%description
|
||||
%{name} is a high performance user-mode stack.
|
||||
@ -367,6 +368,9 @@ install -Dpm 0640 %{_builddir}/%{name}-%{version}/src/ltran/ltran.conf %{b
|
||||
%config(noreplace) %{conf_path}/ltran.conf
|
||||
|
||||
%changelog
|
||||
* Thu Dec 19 2024 yinbin6 <yinbin8@huawei.com> - 1.0.2-81
|
||||
- DUMP: fix build error of oe2003 because of micro is not defined.
|
||||
|
||||
* Wed Dec 18 2024 yinbin6 <yinbin8@huawei.com> - 1.0.2-80
|
||||
- Connect: execute lwip connect if dst_ip and host_ip are in the same network.
|
||||
- kernerl bind: add ipv6 add check
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user