From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] doc: add deprecation notice on external memory support Date: Mon, 06 Aug 2018 01:41:43 +0200 Message-ID: <6337600.o87ox4nIUB@xps> References: <12c37dfc8dda4acbd7b49b00a577c3a9f5cbfbba.1533125146.git.anatoly.burakov@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Shreyansh Jain , Neil Horman , John McNamara , Marko Kovacevic , keith.wiles@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 8E2C41B561 for ; Mon, 6 Aug 2018 01:41:52 +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" 02/08/2018 11:25, Shreyansh Jain: > On Wednesday 01 August 2018 05:37 PM, Anatoly Burakov wrote: > > Due to the upcoming external memory support [1], some API and ABI > > changes will be required. In addition, although the changes called > > out in the deprecation notice are not yet present in form of code > > in the published RFC itself, they are based on consensus on the > > mailing list [2] on how to best implement this feature. > > > > [1] http://patches.dpdk.org/project/dpdk/list/?series=453&state=* > > [2] https://mails.dpdk.org/archives/dev/2018-July/108002.html > > > > Signed-off-by: Anatoly Burakov > > Acked-by: Shreyansh Jain Applied, thanks