From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [dpdk-stable] [PATCH] test: add missing external mem autotest to meson Date: Thu, 20 Dec 2018 23:16:04 +0100 Message-ID: <2594286.8s3vZMDu6m@xps> References: <2e33d0db21b3ae0e06ed442888fa3db2419a3aa2.1544026386.git.anatoly.burakov@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: stable@dpdk.org, dev@dpdk.org To: Anatoly Burakov Return-path: In-Reply-To: <2e33d0db21b3ae0e06ed442888fa3db2419a3aa2.1544026386.git.anatoly.burakov@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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