From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 88B9E21893; Sun, 27 May 2018 20:28:52 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Sun, 27 May 2018 20:28:52 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=n6ailjwtTMjD+LdQvLuBxVXWwM xEgUbLP2VT4z9l2jU=; b=f9nXO2+Yn3iiefhqg6Q9EuW/oay8aCNb+3yVMlIxX8 l9M43IG/WBfgceVtbAkz8nJ7N5pdw/fo0hhtSP5iuEzBI7UEIB0iawoIUMqNlAJt tDwdvooyyLT8+x/LdYGOOD6C3TXNloT9lM+f7FhCLKLiYwbg3AUwLzsT3935hrjp c= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=n6ailj wtTMjD+LdQvLuBxVXWwMxEgUbLP2VT4z9l2jU=; b=am7V/9V7QmANwQt/eCBYp7 kZcTM8pUdFAKQFZcfGwRJGmdu1XS41VAzy6WkXF0TF7UxJaSxSo+Qvq5tS18kmbP pgLYCUyUScqbz1Bv6c7sdYkCUwXD0jPYViZ9qplsrShsOBpiEZxQZ8Zs946Artzx zHx2kjW4ieX6zrIu65bZP/jY+6UdnwYuyA8pBUDzEx16Fd66Qy+1iVUHAkE8I7xc GqJMK/m6ec+GXqc/I0juV7fNcyjf2UpG5i5kKViotbkh5YRSHbzjNiv9dsyMMowr KCmmQOmGF1MoPXaIivEceyX7FUck1/fpuuJ1LPUI72i2qhlMX4KvosPB7rzqZCeA == X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 781F5E4339; Sun, 27 May 2018 20:28:51 -0400 (EDT) From: Thomas Monjalon To: Anatoly Burakov Cc: dev@dpdk.org, Bruce Richardson , Neil Horman , John McNamara , Marko Kovacevic , harry.van.haaren@intel.com Date: Mon, 28 May 2018 02:28:50 +0200 Message-ID: <4497901.9yU5bjkLxK@xps> In-Reply-To: <20180525135851.GB23368@bricha3-MOBL.ger.corp.intel.com> References: <20180525135851.GB23368@bricha3-MOBL.ger.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] doc: deprecation notice for EAL runtime path changes X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2018 00:28:53 -0000 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