From patchwork Mon Aug 12 23:03:52 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Monjalon X-Patchwork-Id: 57627 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A7A391252; Tue, 13 Aug 2019 01:04:11 +0200 (CEST) Received: from wout1-smtp.messagingengine.com (wout1-smtp.messagingengine.com [64.147.123.24]) by dpdk.org (Postfix) with ESMTP id A82BEDE3 for ; Tue, 13 Aug 2019 01:04:10 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 2BEBC313; Mon, 12 Aug 2019 19:04:09 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Mon, 12 Aug 2019 19:04:09 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; s=mesmtp; bh=Gl8/ty1s4tsXitlTcLoGyR1 6Yc+G5S+CIWq78xDgYhE=; b=rxDZjQxmITfHgXVpQQcjSU3tzsi8KV03ReYRNMB qSZHSwUAsOWMPgk/j1cwLS6AZGmloQ8iKJXR/NWlQ94mwccnkiVv4fbjenI7aU7o E7HW5CGVYKpYc7AU8yRSoZ89lWk+8X5ixJMwMiq3ZaLqD/b/PMtwjg7E4iISjQ2g 9lfQ= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:date:from :message-id:mime-version:subject:to:x-me-proxy:x-me-proxy :x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=Gl8/ty1s4tsXitlTc LoGyR16Yc+G5S+CIWq78xDgYhE=; b=teaBfN/mANrgWELY+cEwioLMHTtMTO5m5 0h6Waa+7fwfViPTqAcpDD4WJHKGMy2ZtpvidfPM3dHCVD78yVO1Mj/GDKhKIc0XR gX3yoBDjNmigNsRLUcF4PajK3oLQ40OBBgT39+z9KtoFbBp/E3fbccL/Gl+mPJGp 9dW8SkiQIju4hRzrraKE0CotIHnPWIb2GLT/WfREA6PwxU6xfj6WjfaNz90AdqY5 1OaPW3SxyTncUxTT1wkUnJ+/PbcLWNjZ+4YC+gxZrICKnfSSzVF1Es0W+OHe90p2 hTZd7Rj+351qj1NlC6NH8P5QJySmS36Z47eyx68jdfvO7ZqUTOLGA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddruddvhedgudelucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefhvffufffkofgggfestdekredtre dttdenucfhrhhomhepvfhhohhmrghsucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhho nhhjrghlohhnrdhnvghtqeenucfkphepjeejrddufeegrddvtdefrddukeegnecurfgrrh grmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehl uhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from xps.monjalon.net (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id CF57B80064; Mon, 12 Aug 2019 19:04:07 -0400 (EDT) From: Thomas Monjalon To: bruce.richardson@intel.com Cc: dev@dpdk.org Date: Tue, 13 Aug 2019 01:03:52 +0200 Message-Id: <20190812230358.988-1-thomas@monjalon.net> X-Mailer: git-send-email 2.22.0 MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH 0/6] build system improvements 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" While testing compilation of mlx drivers, I hit some issues and misses. The result is 6 patches of cleanup, fixes and test improvements. Thomas Monjalon (6): build: remove redundant libs from pkgconfig drivers: add some reasons for meson disabling net/mlx: fix meson build with custom dependency path net/mlx: fix build with make and recent gcc devtools: test compiler availability only once devtools: load target-specific compilation environment devtools/test-meson-builds.sh | 52 +++++++++++++++++---------- drivers/baseband/turbo_sw/meson.build | 1 + drivers/compress/isal/meson.build | 1 - drivers/net/af_xdp/meson.build | 1 - drivers/net/memif/meson.build | 5 +-- drivers/net/mlx4/Makefile | 3 +- drivers/net/mlx4/meson.build | 9 ++--- drivers/net/mlx5/Makefile | 3 +- drivers/net/mlx5/meson.build | 7 ++-- drivers/raw/ioat/meson.build | 1 + 10 files changed, 52 insertions(+), 31 deletions(-)