sync add pdump support in ltran
(cherry picked from commit ad5ba6af2c28dc150c808b98ec5a535768f1698d)
This commit is contained in:
parent
8d31004cc8
commit
5abfeecbdb
25
0150-add-pdump-support-in-ltran.patch
Normal file
25
0150-add-pdump-support-in-ltran.patch
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
From 4e7af8dfba06983f5907478c560df479b0418a2a Mon Sep 17 00:00:00 2001
|
||||||
|
From: kircher <majun65@huawei.com>
|
||||||
|
Date: Mon, 12 Dec 2022 16:22:15 +0800
|
||||||
|
Subject: [PATCH] add pdump support in ltran
|
||||||
|
|
||||||
|
---
|
||||||
|
src/ltran/CMakeLists.txt | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/src/ltran/CMakeLists.txt b/src/ltran/CMakeLists.txt
|
||||||
|
index 9c6751c..1c82dae 100644
|
||||||
|
--- a/src/ltran/CMakeLists.txt
|
||||||
|
+++ b/src/ltran/CMakeLists.txt
|
||||||
|
@@ -53,7 +53,7 @@ set_target_properties(ltran PROPERTIES LINK_FLAGS "-L$ENV{DPDK_LIB_PATH} -Wl,--w
|
||||||
|
-Wl,-lrte_mempool_dpaa2 -Wl,-lrte_net_af_packet -Wl,-lrte_net_ark -Wl,-lrte_net_atlantic -Wl,-lrte_net_axgbe \
|
||||||
|
-Wl,-lrte_net_bnxt -Wl,-lrte_net_bond -Wl,-lrte_net_cxgbe -Wl,-lrte_net_dpaa -Wl,-lrte_net_dpaa2 -Wl,-lrte_net_e1000 -Wl,-lrte_net_ena \
|
||||||
|
-Wl,-lrte_net_enetc -Wl,-lrte_net_enic -Wl,-lrte_net_failsafe -Wl,-lrte_net_i40e -Wl,-lrte_net_hinic -Wl,-lrte_net_ixgbe -Wl,-lrte_net_kni \
|
||||||
|
- -Wl,-lrte_net_nfp -Wl,-lrte_net_null -Wl,-lpcap -Wl,-lrte_net_qede -Wl,-lrte_net_ring -Wl,-lrte_net_softnic \
|
||||||
|
+ -Wl,-lrte_net_nfp -Wl,-lrte_net_null -Wl,-lpcap -Wl,-lrte_net_qede -Wl,-lrte_net_ring -Wl,-lrte_net_softnic -Wl,-lrte_net_pcap \
|
||||||
|
-Wl,-lrte_net_tap -Wl,-lrte_net_vdev_netvsc -Wl,-lrte_net_virtio -Wl,-lrte_net_vhost \
|
||||||
|
-Wl,-lrte_bus_vmbus -Wl,-lrte_net_netvsc -Wl,-lrte_mempool_octeontx -Wl,-lrte_net_octeontx \
|
||||||
|
-Wl,-lrte_bus_ifpga -Wl,-lrte_stack -Wl,-lrte_telemetry\
|
||||||
|
--
|
||||||
|
2.33.0
|
||||||
|
|
||||||
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: gazelle
|
Name: gazelle
|
||||||
Version: 1.0.1
|
Version: 1.0.1
|
||||||
Release: 27
|
Release: 28
|
||||||
Summary: gazelle is a high performance user-mode stack
|
Summary: gazelle is a high performance user-mode stack
|
||||||
License: MulanPSL-2.0
|
License: MulanPSL-2.0
|
||||||
URL: https://gitee.com/openeuler/gazelle
|
URL: https://gitee.com/openeuler/gazelle
|
||||||
@ -164,6 +164,7 @@ Patch9146: 0146-fix-epoll_wait-report-event0.patch
|
|||||||
Patch9147: 0147-add-TSO.patch
|
Patch9147: 0147-add-TSO.patch
|
||||||
Patch9148: 0148-optimize-app-thread-write-buff-block.patch
|
Patch9148: 0148-optimize-app-thread-write-buff-block.patch
|
||||||
Patch9149: 0149-expand-rxtx-mbuf-pool.patch
|
Patch9149: 0149-expand-rxtx-mbuf-pool.patch
|
||||||
|
Patch9150: 0150-add-pdump-support-in-ltran.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{name} is a high performance user-mode stack.
|
%{name} is a high performance user-mode stack.
|
||||||
@ -204,6 +205,9 @@ install -Dpm 0640 %{_builddir}/%{name}-%{version}/src/ltran/ltran.conf %{b
|
|||||||
%config(noreplace) %{conf_path}/ltran.conf
|
%config(noreplace) %{conf_path}/ltran.conf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 12 2022 kircher <majun65@huawei.com> - 1.0.1-28
|
||||||
|
- add pdump support in ltran
|
||||||
|
|
||||||
* Sat Dec 3 2022 wuchangsheng <wuchangsheng2@huawei.com> - 1.0.1-27
|
* Sat Dec 3 2022 wuchangsheng <wuchangsheng2@huawei.com> - 1.0.1-27
|
||||||
- optimize app thread write buff block
|
- optimize app thread write buff block
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user