From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] app/test-pipeline: fix missing dependency for FreeBSD build Date: Wed, 27 Mar 2019 01:01:44 +0100 Message-ID: <3977463.VNmeif2MpM@xps> References: <20190325153809.8955-1-bruce.richardson@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Bruce Richardson Return-path: Received: from wout1-smtp.messagingengine.com (wout1-smtp.messagingengine.com [64.147.123.24]) by dpdk.org (Postfix) with ESMTP id 2B9D51B207 for ; Wed, 27 Mar 2019 01:01:48 +0100 (CET) In-Reply-To: <20190325153809.8955-1-bruce.richardson@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" 25/03/2019 16:38, Bruce Richardson: > When building on FreeBSD, the compiler emitted an error due to being > unable to find rte_pci.h. This was due to missing dependencies for the > application. > > Fixes: 474572d2ae5a ("app/pipeline: move from test directory") > > Signed-off-by: Bruce Richardson Applied, thanks