From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [dpdk-stable] [PATCH] pdump: remove dependency on libpthread Date: Tue, 18 Sep 2018 11:48:26 +0200 Message-ID: <2550176.5490f8S6zE@xps> References: <1533652877-22620-1-git-send-email-reshma.pattan@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: stable@dpdk.org, dev@dpdk.org To: Reshma Pattan Return-path: In-Reply-To: <1533652877-22620-1-git-send-email-reshma.pattan@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "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 Applied (with added Fixes), thanks