[dpdk-stable] patch 'pdump: remove dependency on libpthread' has been queued to stable release 18.08.1
Kevin Traynor
ktraynor at redhat.com
Tue Nov 20 20:12:33 CET 2018
Hi,
FYI, your patch has been queued to stable release 18.08.1
Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 11/23/18. So please
shout if anyone has objections.
Also note that after the patch there's a diff of the upstream commit vs the patch applied
to the branch. If the code is different (ie: not only metadata diffs), due for example to
a change in context or macro names, please double check it.
Thanks.
Kevin Traynor
---
>From 3a9321226ab8d4eebadd02d439a054df69e4c2c4 Mon Sep 17 00:00:00 2001
From: Reshma Pattan <reshma.pattan at intel.com>
Date: Tue, 7 Aug 2018 15:41:17 +0100
Subject: [PATCH] pdump: remove dependency on libpthread
[ upstream commit 2c6c3e0dc8d19b7b2fa67f23ea20b3cf7d2f8f0c ]
pdump library now uses generic multi process channel
and it is no more dependent on the pthreads, so remove
the dependency from the Makefile.
Fixes: 660098d61f57 ("pdump: use generic multi-process channel")
Signed-off-by: Reshma Pattan <reshma.pattan at intel.com>
---
lib/librte_pdump/Makefile | 1 -
1 file changed, 1 deletion(-)
diff --git a/lib/librte_pdump/Makefile b/lib/librte_pdump/Makefile
index 0ee0fa1a6..ee14dba7a 100644
--- a/lib/librte_pdump/Makefile
+++ b/lib/librte_pdump/Makefile
@@ -10,5 +10,4 @@ CFLAGS += -DALLOW_EXPERIMENTAL_API
CFLAGS += $(WERROR_FLAGS) -I$(SRCDIR) -O3
CFLAGS += -D_GNU_SOURCE
-LDLIBS += -lpthread
LDLIBS += -lrte_eal -lrte_mempool -lrte_mbuf -lrte_ethdev
--
2.19.0
---
Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- - 2018-11-20 17:53:08.485414919 +0000
+++ 0043-pdump-remove-dependency-on-libpthread.patch 2018-11-20 17:53:07.000000000 +0000
@@ -1,14 +1,15 @@
-From 2c6c3e0dc8d19b7b2fa67f23ea20b3cf7d2f8f0c Mon Sep 17 00:00:00 2001
+From 3a9321226ab8d4eebadd02d439a054df69e4c2c4 Mon Sep 17 00:00:00 2001
From: Reshma Pattan <reshma.pattan at intel.com>
Date: Tue, 7 Aug 2018 15:41:17 +0100
Subject: [PATCH] pdump: remove dependency on libpthread
+[ upstream commit 2c6c3e0dc8d19b7b2fa67f23ea20b3cf7d2f8f0c ]
+
pdump library now uses generic multi process channel
and it is no more dependent on the pthreads, so remove
the dependency from the Makefile.
Fixes: 660098d61f57 ("pdump: use generic multi-process channel")
-Cc: stable at dpdk.org
Signed-off-by: Reshma Pattan <reshma.pattan at intel.com>
---
More information about the stable
mailing list