From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id A1F67A05D3 for ; Wed, 27 Mar 2019 01:01:52 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4B1E81B209; Wed, 27 Mar 2019 01:01:50 +0100 (CET) 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 69B9E4720; Tue, 26 Mar 2019 20:01:47 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Tue, 26 Mar 2019 20:01:47 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=7ww9BrTZd0kLj24x2mziRqjcBzhNzgE+FfZeUfjsFm4=; b=sZslASBToRZD NqFV/FrRqPq4IAniUEGbTwVqMP18Whb+LrTAPdfV4qCxgyWy11H6JwiS/SluSIGE ff/HI3jcTYKr3wAlsPhRT/AGvymixlrNOfv/KQA/pWVQYIe266epI7fEtXs1/Rt4 TOvIyDdk8gQrXDkRpIEkV38WiR57/AE= 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-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=7ww9BrTZd0kLj24x2mziRqjcBzhNzgE+FfZeUfjsF m4=; b=yFsGt/7IHKB6KBvOrQaP0RlufYZNNSxzN0Pi9VBD26R1GkcGThkST5Syj wntdbT7cYo0MDzhCcwW+IRb3C62DXQDYi97WyxvpkWMIg2ZHZHE5N1X7HQuoac3x IOeIYzB1yXgldextaPmcyiN9gMrRYI6/0XgZfpmPlNXFldMp7NDap8KcCPnfYMHk aHzQPRJBb5YYk21lgs9jEVho9+Yj/yXn2PDVfH5fEdBMLJxlen4qaN30+nUVxyT7 4z+eBcpgIKyc6dF1rLI0uug11Nao5akJGA2jBv0T16phqdfIq2MqvTenrdo6lcBL CXTsd6fQ0VWgblXB84Z3KBmruZGEQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedutddrkedugdduhecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhho mhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgepud X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id DF9A910310; Tue, 26 Mar 2019 20:01:45 -0400 (EDT) From: Thomas Monjalon To: Bruce Richardson Cc: dev@dpdk.org Date: Wed, 27 Mar 2019 01:01:44 +0100 Message-ID: <3977463.VNmeif2MpM@xps> In-Reply-To: <20190325153809.8955-1-bruce.richardson@intel.com> References: <20190325153809.8955-1-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH] app/test-pipeline: fix missing dependency for FreeBSD build 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Message-ID: <20190327000144.il8u_JvfDzjuolBMLH3qGYeq2aIzras9H9yIK4fBkn8@z> 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