From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] doc: deprecation notice for EAL runtime path changes Date: Mon, 28 May 2018 02:28:50 +0200 Message-ID: <4497901.9yU5bjkLxK@xps> References: <20180525135851.GB23368@bricha3-MOBL.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Bruce Richardson , Neil Horman , John McNamara , Marko Kovacevic , harry.van.haaren@intel.com To: Anatoly Burakov Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 02BF42BB0 for ; Mon, 28 May 2018 02:28:52 +0200 (CEST) In-Reply-To: <20180525135851.GB23368@bricha3-MOBL.ger.corp.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" 25/05/2018 15:58, Bruce Richardson: > On Fri, May 25, 2018 at 02:38:43PM +0100, Anatoly Burakov wrote: > > Most of this work was already done, but runtime config path is > > considered to be part of public API because of high likelihood of > > it being used by various tools in the DPDK ecosystem, and thus > > requires a deprecation notice. > > > > Signed-off-by: Anatoly Burakov > > --- > Acked-by: Bruce Richardson Acked-by: Thomas Monjalon Applied, thanks