From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from wout2-smtp.messagingengine.com (wout2-smtp.messagingengine.com [64.147.123.25]) by dpdk.org (Postfix) with ESMTP id B8E8E5592; Tue, 18 Sep 2018 11:48:29 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 64F3B38F; Tue, 18 Sep 2018 05:48:28 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Tue, 18 Sep 2018 05:48:28 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=MnJ9Enh9A3r/vXQz56YtNX+Ut/ PjTHrKGVOiUq1IKLQ=; b=bYEw16mrQm4PzDF4wzFPg1dAW6zP7JIbd8mLmWR6U8 MCkzO+HC1c78v5wBvXoNfxzUraxX6LSSR3WQwfh/5as+RxNXYK5XptnkQUQ6mRqG YOTZVgHUaJbOhMfBIprDffvIVz5u5II/PGV4VGU7Kh8CzU6gx36czkb5y3aIsF+Y 8= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=MnJ9En h9A3r/vXQz56YtNX+Ut/PjTHrKGVOiUq1IKLQ=; b=XCwyumIOywy4UE2Ckm+VLx LlyEkZHfZdsYB3i6JVQWidwObrSCsqN+W7kahNbcFzIxhrD4nQiMFCIAN1NLVvl8 XRylUzZ+vlrFPJyqS0PAIrttukmkUPTrXpRilkbG6ngxyN49R/x5wB3/z+QMfj7J dDYiOSSawRBsfzdXf4XRRAiRK+eSfhDtNGkC/F3ZOljKYo81nxMl2zWgUzYGEZo+ 2t3PUQpWCZgL5lu1zjV+GbCnrinImFZkgPQmXbw+uWzvhWadAn5yl5deEs2HaOc8 R6UmOsSjc7BIFQR22BgRRWy+WXl1GdF9bZbe7gv2Kw6tCW9ljzqo7PY15P5fTIcg == X-ME-Proxy: X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 283BC102DA; Tue, 18 Sep 2018 05:48:27 -0400 (EDT) From: Thomas Monjalon To: Reshma Pattan Cc: stable@dpdk.org, dev@dpdk.org Date: Tue, 18 Sep 2018 11:48:26 +0200 Message-ID: <2550176.5490f8S6zE@xps> In-Reply-To: <1533652877-22620-1-git-send-email-reshma.pattan@intel.com> References: <1533652877-22620-1-git-send-email-reshma.pattan@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH] pdump: remove dependency on libpthread X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2018 09:48:30 -0000 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