From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 82BA3A32A2 for ; Fri, 25 Oct 2019 09:44:07 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 658921DF96; Fri, 25 Oct 2019 09:44:06 +0200 (CEST) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 4348E1C2A1 for ; Fri, 25 Oct 2019 09:44:05 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 663A721E6A; Fri, 25 Oct 2019 03:44:04 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Fri, 25 Oct 2019 03:44:04 -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=t5cgNoQQ/XFkz+Ra527GxXbVJ3NQJprP3Md4TX6z/Rg=; b=LL/KDsX4oH6L 4n9VBQg3AMrrIgeQKbMFX612GFSkWdcsox4VUKH+i9RX37Mj4LOtfYCWAX/fsXUm IlY9X9CMh+O8HSFodqZPlPDvEAG2tDzzM2pDJ7ctcy2+vTuTK4Oh9hjLo2Mj0pJH 6BsRpthdXmuvYJQJD3uFrhAqENUJ9ko= 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=fm1; bh=t5cgNoQQ/XFkz+Ra527GxXbVJ3NQJprP3Md4TX6z/ Rg=; b=Fk8ayqOWx0KnYUaqzv9WukAOVZRIVSJwDjJ2FSe6XrYzr5Ql/d/rK5Qa8 iSG8Gj9M2F3Gn7NBJKpYqFmyS4xe/DlOBuyqx6CWuZDAXB7hd8wnyyw4QatbJD8w lgU1+J4D+u+wARnlilPw4u7qkUm93xDQz8qgUe1LiF5Be8tV9J1drNUjRNo/Himb A4fvPGIbBWsM4m6411t+1/1kI7YMfewItDeHDQOfNjcE4ZXUIK5FLFCWWRpt+d+s sQ6uLjyJqRIK7miUridVHl4X4Q8eN2WxjBnNaY0NYAVzfeNYoptX8WvHHMhPGcPh t8aJg7YOUJJGZ/ACmDF79pSeZvG4w== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrledvgdduvdduucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt 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 A92FBD6005A; Fri, 25 Oct 2019 03:44:03 -0400 (EDT) From: Thomas Monjalon To: Bruce Richardson Cc: dev@dpdk.org, Luca Boccassi Date: Fri, 25 Oct 2019 09:44:02 +0200 Message-ID: <9302529.vRhO9Bn2hV@xps> In-Reply-To: <11fc9738f6856ffc4087b91c0be0a2fda4958cc0.camel@debian.org> References: <20191024104108.2331-1-bruce.richardson@intel.com> <11fc9738f6856ffc4087b91c0be0a2fda4958cc0.camel@debian.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] build: fix compatibility with meson 0.47 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" 24/10/2019 14:17, Luca Boccassi: > On Thu, 2019-10-24 at 11:41 +0100, Bruce Richardson wrote: > > The "in" keyword was introduced in meson 0.49, which means we need to > > use an old-fashioned loop to check the array of disabled drivers. > > > > Fixes: 6f80f1cd2247 ("build: support disabling drivers with meson") > > > > Signed-off-by: Bruce Richardson > > Acked-by: Luca Boccassi Applied, thanks