From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] eal: move runtime config file to new location Date: Fri, 13 Jul 2018 11:42:34 +0200 Message-ID: <23561929.zuCDBiNphU@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 97EAA2F42 for ; Fri, 13 Jul 2018 11:42:40 +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" 31/05/2018 17:35, Anatoly Burakov: > As per deprecation notice [1], move DPDK runtime config to default > DPDK runtime data location. Also, remove the deprecation notice. > > [1] http://dpdk.org/dev/patchwork/patch/40418/ > > Signed-off-by: Anatoly Burakov > --- > doc/guides/rel_notes/deprecation.rst | 10 ---------- > lib/librte_eal/common/eal_filesystem.h | 10 +++------- > 2 files changed, 3 insertions(+), 17 deletions(-) You should update the release notes too. Let's consider this location as an API, you could add a note in "API Changes". Thanks