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 7C434A00E6 for ; Wed, 17 Apr 2019 18:17:53 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 479C91B743; Wed, 17 Apr 2019 18:17:53 +0200 (CEST) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 2ADD71B72B for ; Wed, 17 Apr 2019 18:17:52 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 6754521B4C; Wed, 17 Apr 2019 12:17:51 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Wed, 17 Apr 2019 12:17:51 -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=+MZ0P2N2YzTjwBTY4UYBQfrIoaqvlyjcOrSmuZPvWNg=; b=odco4x8RwzRO 7LxXV8kcxEJs92dLAoo7dil2u8qaZlmivjZp2j+8rfck+CDxkEzdQBc08+8pLGri LaobyTI6OuzHM58Cv4x9ag9GYxMJAb/hIPcaEhifzxCnKgHQ/E4i2HkKOY5KMAe8 W5cm+FNgOfPxq2o+ZQfjxzSsVynFrUM= 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=+MZ0P2N2YzTjwBTY4UYBQfrIoaqvlyjcOrSmuZPvW Ng=; b=hgFX2P4Nz4uScyfNVH1ZrrHtk5uYE/JIZ7vzZuzpcM3vege2LOqN6Fwj4 G+v+axUOvxmM4TLFZ/UsjNqCgekgpM0jERkzR2UPgLKwMWrfbasvhi1JiY560JLA 3t5zW5Mfcr9FCqcMvQOUNw4xj9ELEYH3vIu0XdavXwYu9gKmYgGUGXra1K2upMgh okkwx7sY+jNXCCZ1pLlCaTfMRVCK2iwfxkTLxA81pKc0IVuNJ8KenLqbQfhLt5uM 0c9RjocR2eMW8NkJ9TtIj/Y+mCeFdXqqli8AzwN1irmw8JYRSVl69Zf3h38biLGq s3+lgc1KsM8e02ui2n5KwIpTbZZuQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddrfeefgdellecutefuodetggdotefrodftvf 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 92003E4067; Wed, 17 Apr 2019 12:17:49 -0400 (EDT) From: Thomas Monjalon To: Bruce Richardson Cc: dev@dpdk.org, bluca@debian.org, david.marchand@redhat.com Date: Wed, 17 Apr 2019 18:17:48 +0200 Message-ID: <2060171.eh2YllPDaF@xps> In-Reply-To: <20190409105539.61460-1-bruce.richardson@intel.com> References: <20190409105539.61460-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 v2 0/5] small cleanup and fixes 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: <20190417161748.wFeFL4C8E181yYvt48YJ89Joaa_0kSRDbMpCxltQ1Vs@z> 09/04/2019 12:55, Bruce Richardson: > Made some small changes to meson to shorten the code and increase > readability. While testing, found a number of issues on FreeBSD builds, > which are fixed in this set too. > > Bruce Richardson (5): > build: simplify subdirectory detection for EAL > build: increase readability via shortcut variables > distributor: skip building if power library not found > examples/l2fwd-cat: fix build on FreeBSD > devtools/test-meson-builds: fix support for FreeBSD Applied without last patch, thanks.