From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [dpdk-stable] [PATCH] test: fix build when pdump config is disabled Date: Wed, 27 Mar 2019 01:08:58 +0100 Message-ID: <1568544.Edi8VMo79k@xps> References: <20190320113319.26134-1-reshma.pattan@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: stable@dpdk.org, Rami Rosen , dev , "Rosen, Rami" , bruce.richardson@intel.com To: Reshma Pattan Return-path: In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 20/03/2019 16:17, Rami Rosen: > pdump unit test has dependency on pthread code > in test.c and process.h to run send_pkts(), > this code should be enabled only when > CONFIG_RTE_LIBRTE_PDUMP is enabled. > > Bugzilla ID: 222 > > Fixes: 086eb64db3 ("test/pdump: add unit test for pdump library") > CC: stable@dpdk.org > > Signed-off-by: Reshma Pattan > > +1 > > Checked when CONFIG_RTE_LIBRTE_PDUMP=n > with latest code from master, build completes succesfully > > Reviewed-by: Rami Rosen Applied, thanks Note that such #ifdef will be removed when the "make build system" will be removed from DPDK (far target).