From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 5E53025D9 for ; Thu, 26 Jul 2018 10:02:15 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id E75C621F27; Thu, 26 Jul 2018 04:02:14 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Thu, 26 Jul 2018 04:02:14 -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=206vd6dcBJGli1AYa5D3Nhhlix 0nO6ALhqI9sf7jRYk=; b=E1KQuvZffnDOk1zhhw370hqKl5blKsDtXhL7b/zBBn 0Up0LK6ivxngP+fkvcLUTun1HLnSB1t5ah4SwaqCw4RllBZbdH+W6IchWUx2J5MI iTd8hwhYt0CAEv2KkEiqoy0OaX1fm2l8zDxyKQzVGJ5qQ6oGmwN220v7E8uMdf7t c= 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=206vd6 dcBJGli1AYa5D3Nhhlix0nO6ALhqI9sf7jRYk=; b=YddMQgsR7+82D03oF7NzUg ld4eoyxprmpJ5HLSeioUUiPtQXJJ5s2hlL/esnBAI4r6AudFGQ2LfZg0VFFQUaiF u1n5MBA/zM+Fwvc7MthkVV2NxRmHO+Hv4C5rZNjq7XESOF0peC3Yhe8J6cIv2KMc Rm3UfX/VYpMdC7L/CDRtan1/45js3U3S1w/Vw5AuyoTbx44AI68lr8BcyNwxEd4Z xSXLYbWkzHd6Jnqfwady6Re81SymOKOzRE8supkkBVgA0UDYPc7zUTAFQso66Wp0 2udsbEZQEA5odIuu1eUx05aTki6yyd7izQmvoc5LymgVVZyYxnDKrTx6rryUJELA == 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 1CBFDE4AFD; Thu, 26 Jul 2018 04:02:14 -0400 (EDT) From: Thomas Monjalon To: Bruce Richardson Cc: dev@dpdk.org Date: Thu, 26 Jul 2018 10:02:08 +0200 Message-ID: <2713381.WLaVrWBZtH@xps> In-Reply-To: <20180720135336.9639-1-bruce.richardson@intel.com> References: <20180720135336.9639-1-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] build: fix meson build on FreeBSD 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: Thu, 26 Jul 2018 08:02:15 -0000 20/07/2018 15:53, Bruce Richardson: > A number of drivers have dependencies on libraries which > are only built on Linux, and so they need to be disabled > on FreeBSD. Rather than basing the disabling on OS, in > each case we base the building of the library on the > presence of the required dependency. > > Fixes: 50385c106021 ("net/ifc: add to meson build") > Fixes: 4e9c73e96e83 ("net/netvsc: add Hyper-V network device") > Fixes: 5936aa3a39b9 ("net/vhost: add to meson build") > Fixes: 3298fa4853b8 ("raw/dpaa2_cmdif: introduce DPAA2 command interface driver") > Fixes: b1ee472fed58 ("raw/dpaa2_qdma: introduce the DPAA2 QDMA driver") > > Signed-off-by: Bruce Richardson Applied, thanks