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 C31F3375B; Thu, 20 Dec 2018 23:16:06 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 5D90722015; Thu, 20 Dec 2018 17:16:06 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Thu, 20 Dec 2018 17:16:06 -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=Uizppt1sWmdYYsEnWCVIKZk/2V9ygUWNoDHfRtG2PWg=; b=FoyZs7KNAtbr LGF/jD6m6BCWvXI8kODYmTbbwksX/7hxIHSvMm8Bvn1AODRga6GDqIf59/3yOmJq GtHazJeHeSgUljDsVCdJAUE+qaP4VDRovL3/3tnlf8R4sxtk378o4rbdSv3gTlrJ Lv3pvWX6KwPNZZDffYUCQZqN7Qo4nb8= 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=Uizppt1sWmdYYsEnWCVIKZk/2V9ygUWNoDHfRtG2P Wg=; b=hYZL1mC4yqQR6OqpbgWFLOYytM312wQrfgOxsqTePYuZ7A/ZkPFvSzvJI wypb4N3HfUnnWDiqXQVk3Kq7t9qMnvR1XHDLFU72jOpdebaigcd1UCaEmCEmS33O TvHYQPVOPMHDjdA6Ne92veOiVRef7Qms0ndmtqzLT4QXz8FM6k3wHGTMmArMZ+FW BiZtORz970p5dqH/2wa69tCI1/oxwbYhVVFcc8942LtvWN3cS5JbFvVWjjf7d9pZ LVooorV3cAqDgQRf70J+uJF3P6OvEupu6jjsL2Z50/QYnMp5FsqQrfOoyPdqrHl8 Pd4FuyoQWxfirNAIrQ6qw9yReOkpA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedtkedrudejfedgudehlecutefuodetggdotefrod 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 50E38E4558; Thu, 20 Dec 2018 17:16:05 -0500 (EST) From: Thomas Monjalon To: Anatoly Burakov Cc: stable@dpdk.org, dev@dpdk.org Date: Thu, 20 Dec 2018 23:16:04 +0100 Message-ID: <2594286.8s3vZMDu6m@xps> In-Reply-To: <2e33d0db21b3ae0e06ed442888fa3db2419a3aa2.1544026386.git.anatoly.burakov@intel.com> References: <2e33d0db21b3ae0e06ed442888fa3db2419a3aa2.1544026386.git.anatoly.burakov@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH] test: add missing external mem autotest to meson 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, 20 Dec 2018 22:16:07 -0000 05/12/2018 17:25, Anatoly Burakov: > The 'external_mem_autotest' was defined in the meson build, but > the actual source file was not being compiled by meson. > > Fixes: b270daa43b3d ("test: support external memory") > Cc: stable@dpdk.org > > Signed-off-by: Anatoly Burakov Applied, thanks