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 1D5461BD81; Thu, 20 Dec 2018 23:22:48 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id A3E6521F86; Thu, 20 Dec 2018 17:22:47 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Thu, 20 Dec 2018 17:22:47 -0500 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=auPKpDumuQo9Qd4z/cnTYX0UYCnF53RYBLxSsC8vgII=; b=cyndazzIr/Qr LN2ejLj04OoKzLBozoCJBHAcH4KKfXBoh7CgHgSIbKHp2L7cZpO0JBVFf0ZLV4HK SRnJBfvIwZt7jOd3AHXieGf3jCUPdr3Sf1iEo/myUOPn3msPlBbugiiIAz+G7ioa 1EFbcuqAhuQhCM2bI9ZNo8ffoD5a8IQ= 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=auPKpDumuQo9Qd4z/cnTYX0UYCnF53RYBLxSsC8vg II=; b=eiK453+f35cay7pf6PTr0ftX5UEq2wwEpyeIZZAGsj4yC3/1LkFKVWJxB gyQNAxGr6dHFYjg1VkAtibtrabGteGaHARjNb7kHnoNuGG9J84vHhxMk8cP1pBcF dwUbQPjUAYgJEVIIQB1nQd7MshDGz7pfTl+iiMlxCG6+fBUyjqLGm3Lgmu1K5kZy ZOJGQ7HJtLmHlYHEMUd+81CfTrK+MvvQ3BzwIL8kVuWNj5u1SuHB3r5A94ZUz/9q HroS9HgcYpGBdP3lZq2ilFnEmPTEJWF7Y7fVlzis7l3/gTCF+Y490MDr9hvbq83K 22SpYUMwD7B3U5KLknzRdnXw7jJYA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedtkedrudejfedgudeitdcutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfhuthenuceurghilhhouhhtmecu fedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmnecujfgurhephffvufffkf gjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgrshcuofhonhhjrghlohhn uceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukfhppeejjedrudefgedrvd dtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgr lhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt 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 66D5010084; Thu, 20 Dec 2018 17:22:46 -0500 (EST) From: Thomas Monjalon To: "Burakov, Anatoly" Cc: stable@dpdk.org, "Richardson, Bruce" , "dev@dpdk.org" Date: Thu, 20 Dec 2018 23:22:45 +0100 Message-ID: <85866888.goivb7TSI2@xps> In-Reply-To: <59AF69C657FD0841A61C55336867B5B0726EBBC1@IRSMSX103.ger.corp.intel.com> References: <59AF69C657FD0841A61C55336867B5B0726EBBC1@IRSMSX103.ger.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH] test: add missing fbarray autotest to meson X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Dec 2018 22:22:48 -0000 > > Currently, fbarray autotest is only built by make, but is missing from > > meson build files. > > > > Fixes: 7985860c18af ("test/fbarray: add autotests") > > Cc: stable@dpdk.org > > > > Signed-off-by: Anatoly Burakov > > Acked-by: Bruce Richardson Applied, thanks