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 8E2C41B561 for ; Mon, 6 Aug 2018 01:41:52 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id BEA74211A9; Sun, 5 Aug 2018 19:41:51 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Sun, 05 Aug 2018 19:41:51 -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=zbP9vCt3XOS2CfaSsoks1aNyuE UESNrGVjhKl2gF++A=; b=pWP+CVtaS2FRCuHS3WVvlmZPaKE6kVr5EeWkR9ijLc 9dXb41vzrIlg1ZPd/VviJgKhH42+UIEmkbF3QB8J8g6q42FP7U1tEV1sQ6DWEwtb EUMLz5yy8K+hqzdnRBpaU4zgKUsVpW+Brf1us4XTR8wGvCWqC8waEDFXVVaEl1FL g= 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=fm3; bh=zbP9vC t3XOS2CfaSsoks1aNyuEUESNrGVjhKl2gF++A=; b=HBdXWamhVd21RhP5of8OCx Ln42AbbNRNd2vCR3hSYasMlkr7Rr06EqWC6bmEoO9xv9sxRCukCZ3a7Z0w7ZO1H8 KMNEYi/Spx4t6H8t4/dMutTfd56yYeuJ7xAsV4iK5qqc3auAdytsAMygpylA/uKk 2D2cRPLrVQ0H+PU02Bay4z5sBK0K2t+V0hYXLFi2jF6yNh4qlGJ9i7rELBL+WHV0 erNYIFl18O8J6Vwb9I7DK30powYZoVVNTMTWcwTiMwgd7XTEKpNlAPWBG+nmEQO5 Y4KdwaofqO9uBVftq5O0iGs5GufjZDb9j9Ymvwink9hmscuztU9rLtkwI3eIcIUA == X-ME-Proxy: X-ME-Sender: Received: from xps.localnet (38.84.136.77.rev.sfr.net [77.136.84.38]) by mail.messagingengine.com (Postfix) with ESMTPA id DD9231026B; Sun, 5 Aug 2018 19:41:45 -0400 (EDT) From: Thomas Monjalon To: Anatoly Burakov Cc: dev@dpdk.org, Shreyansh Jain , Neil Horman , John McNamara , Marko Kovacevic , keith.wiles@intel.com Date: Mon, 06 Aug 2018 01:41:43 +0200 Message-ID: <6337600.o87ox4nIUB@xps> In-Reply-To: References: <12c37dfc8dda4acbd7b49b00a577c3a9f5cbfbba.1533125146.git.anatoly.burakov@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] doc: add deprecation notice on external memory support 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: Sun, 05 Aug 2018 23:41:52 -0000 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