From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] eal: move runtime config file to new location Date: Fri, 13 Jul 2018 13:30:45 +0200 Message-ID: <3245440.vMzHm9m1LP@xps> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Neil Horman , John McNamara , Marko Kovacevic , bruce.richardson@intel.com, harry.van.haaren@intel.com To: Anatoly Burakov Return-path: Received: from wout5-smtp.messagingengine.com (wout5-smtp.messagingengine.com [64.147.123.21]) by dpdk.org (Postfix) with ESMTP id 3CC6D2D13 for ; Fri, 13 Jul 2018 13:30:51 +0200 (CEST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 13/07/2018 12:44, Anatoly Burakov: > As per deprecation notice [1], move DPDK runtime config to default > DPDK runtime data location. Also, remove the deprecation notice and > update release notes to indicate the changes. > > [1] http://dpdk.org/dev/patchwork/patch/40418/ > > Signed-off-by: Anatoly Burakov Applied (with a syntax fix in doc), thanks