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 A5A74A0471 for ; Mon, 17 Jun 2019 10:52:32 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8B31D1BE89; Mon, 17 Jun 2019 10:52:32 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id AFC4D1BE63; Mon, 17 Jun 2019 10:52:28 +0200 (CEST) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 Jun 2019 01:52:26 -0700 X-ExtLoop1: 1 Received: from npg-dpdk-virtio-tbie-2.sh.intel.com (HELO ___) ([10.67.104.151]) by fmsmga005.fm.intel.com with ESMTP; 17 Jun 2019 01:52:26 -0700 Date: Mon, 17 Jun 2019 16:51:15 +0800 From: Tiwei Bie To: David Marchand Cc: dev@dpdk.org, stable@dpdk.org, Maxime Coquelin , Zhihong Wang Message-ID: <20190617085115.GA17273@___> References: <1560758082-3479-1-git-send-email-david.marchand@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1560758082-3479-1-git-send-email-david.marchand@redhat.com> User-Agent: Mutt/1.9.4 (2018-02-28) Subject: Re: [dpdk-stable] [PATCH] examples/vdpa: remove trace of legacy "linuxapp" 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: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On Mon, Jun 17, 2019 at 09:54:42AM +0200, David Marchand wrote: > This check on Linux environment has been added at a time when we already > had switched to using the boolean RTE_EXEC_ENV_LINUXAPP. > It was then missed when converting to RTE_EXEC_ENV_LINUX. > > Fixes: edbed86d1cc3 ("examples/vdpa: introduce a new sample for vDPA") > Fixes: 742bde12f3bd ("build/linux: rename macro from LINUXAPP to LINUX") > Cc: stable@dpdk.org > > Signed-off-by: David Marchand > --- Reviewed-by: Tiwei Bie Thanks, Tiwei