From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] examples: make Linux environment check consistent Date: Thu, 12 Jul 2018 09:49:02 +0200 Message-ID: <1823849.RxtFxyPPft@xps> References: <20180606135027.13780-1-thomas@monjalon.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit To: dev@dpdk.org Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 5D0B41B56E for ; Thu, 12 Jul 2018 09:49:05 +0200 (CEST) Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id F2BD01028A for ; Thu, 12 Jul 2018 03:49:03 -0400 (EDT) In-Reply-To: <20180606135027.13780-1-thomas@monjalon.net> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 06/06/2018 15:50, Thomas Monjalon: > Some Makefiles are using CONFIG_RTE_EXEC_ENV and others > are using CONFIG_RTE_EXEC_ENV_LINUXAPP. > Use the latter one for consistency. > We could remove CONFIG_RTE_EXEC_ENV later if considered useless. > > Signed-off-by: Thomas Monjalon Applied