From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gozo.iway.ch (gozo.iway.ch [212.25.24.36]) by dpdk.org (Postfix) with ESMTP id 7178E1B2A5 for ; Mon, 12 Feb 2018 16:58:43 +0100 (CET) Received: from gozo.iway.ch (localhost [127.0.0.1]) by localhost (Postfix) with ESMTP id 26073340534; Mon, 12 Feb 2018 16:58:43 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by localhost (ACF/6597.3901); Mon, 12 Feb 2018 16:58:40 +0100 (CET) Received: from switchplus-mail.ch (switchplus-mail.ch [212.25.8.236]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by gozo.iway.ch (Postfix) with ESMTPS; Mon, 12 Feb 2018 16:58:40 +0100 (CET) Received: from [195.176.20.45] (account pepperjo@japf.ch) by japf.ch (CommuniGate Pro XIMSS 6.1.18) with HTTPU id 45127249; Mon, 12 Feb 2018 16:58:39 +0100 X-Mailer: CommuniGate Pronto! HTML5 6.1.18.3837 MIME-Version: 1.0 Cc: "Neil Horman" , "John McNamara" , "Marko Kovacevic" From: "Jonas Pfefferle" In-Reply-To: <32a6f11b2e6bc88c90ef39cb0494b8c3335a94d7.1516270352.git.anatoly.burakov@intel.com> References: <32a6f11b2e6bc88c90ef39cb0494b8c3335a94d7.1516270352.git.anatoly.burakov@intel.com> To: "Anatoly Burakov" , dev@dpdk.org Date: Mon, 12 Feb 2018 16:58:39 +0100 Message-ID: Content-Type: text/plain; charset="utf-8"; format="flowed" Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH v2] doc: add deprecation notice for memory hotplug 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, 12 Feb 2018 15:58:43 -0000 On Thu, 18 Jan 2018 10:32:28 +0000 Anatoly Burakov wrote: > Due to coming changes outlined in memory hotplug RFC, there will > be several API/ABI changes. > > Signed-off-by: Anatoly Burakov > --- > > Notes: > Patch outlining future changes: > http://dpdk.org/dev/patchwork/patch/32467/ > > v2: added rte_mem_config and rte_memzone changes to the >announcement > > doc/guides/rel_notes/deprecation.rst | 9 +++++++++ > 1 file changed, 9 insertions(+) > > diff --git a/doc/guides/rel_notes/deprecation.rst >b/doc/guides/rel_notes/deprecation.rst > index 13e8543..93cbeea 100644 > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -8,6 +8,15 @@ API and ABI deprecation notices are to be posted >here. > Deprecation Notices > ------------------- > > +* eal: due to internal data layoyut reorganization, there will be >changes to > + several structures and functions as a result of coming changes to >support > + memory hotplug in v18.05. > + ``rte_eal_get_physmem_layout`` will be deprecated and removed in >subsequent > + releases. > + ``rte_mem_config`` contents will change due to switch to memseg >lists. > + ``rte_memzone`` member ``memseg_id`` will no longer serve any >useful purpose > + and will be removed. > + > * eal: several API and ABI changes are planned for ``rte_devargs`` >in v18.02. > The format of device command line parameters will change. The bus >will need > to be explicitly stated in the device declaration. The enum >``rte_devtype`` > -- > 2.7.4 Acked-by: Jonas Pfefferle