DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] pdump: remove dependency on libpthread
@ 2018-08-07 14:41 Reshma Pattan
  2018-09-18  9:48 ` [dpdk-dev] [dpdk-stable] " Thomas Monjalon
  0 siblings, 1 reply; 2+ messages in thread
From: Reshma Pattan @ 2018-08-07 14:41 UTC (permalink / raw)
  To: dev; +Cc: stable, Reshma Pattan

pdump library now uses generic multi process channel
and it is no more dependent on the pthreads, so remove
the dependency from the Makefile.

CC: stable@dpdk.org

Signed-off-by: Reshma Pattan <reshma.pattan@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
@@ -9,7 +9,6 @@ LIB = librte_pdump.a
 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
 
 EXPORT_MAP := rte_pdump_version.map
-- 
2.14.4

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dpdk-dev] [dpdk-stable] [PATCH] pdump: remove dependency on libpthread
  2018-08-07 14:41 [dpdk-dev] [PATCH] pdump: remove dependency on libpthread Reshma Pattan
@ 2018-09-18  9:48 ` Thomas Monjalon
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2018-09-18  9:48 UTC (permalink / raw)
  To: Reshma Pattan; +Cc: stable, dev

07/08/2018 16:41, Reshma Pattan:
> 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@dpdk.org
> 
> Signed-off-by: Reshma Pattan <reshma.pattan@intel.com>

Applied (with added Fixes), thanks

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-09-18  9:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-07 14:41 [dpdk-dev] [PATCH] pdump: remove dependency on libpthread Reshma Pattan
2018-09-18  9:48 ` [dpdk-dev] [dpdk-stable] " Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).