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 6C59E1B343 for ; Mon, 12 Feb 2018 17:00:23 +0100 (CET) Received: from gozo.iway.ch (localhost [127.0.0.1]) by localhost (Postfix) with ESMTP id 15ADF340E81; Mon, 12 Feb 2018 17:00:23 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by localhost (ACF/6597.4723); Mon, 12 Feb 2018 17:00:23 +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 17:00:23 +0100 (CET) Received: from [195.176.20.45] (account pepperjo@japf.ch) by japf.ch (CommuniGate Pro XIMSS 6.1.18) with HTTPU id 45127469; Mon, 12 Feb 2018 17:00:23 +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: <61e64f2bd669e4ece7f4bce5894e2fba532ea921.1516124846.git.anatoly.burakov@intel.com> References: <3cf7f9aa904a5ba53ba63d7c32539e8b78638939.1513946317.git.anatoly.burakov@intel.com><61e64f2bd669e4ece7f4bce5894e2fba532ea921.1516124846.git.anatoly.burakov@intel.com> To: "Anatoly Burakov" , dev@dpdk.org Date: Mon, 12 Feb 2018 17:00:23 +0100 Message-ID: Content-Type: text/plain; charset="utf-8"; format="flowed" Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH] doc: add ABI change notice for numa_node_count in eal 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 16:00:23 -0000 On Tue, 16 Jan 2018 17:53:40 +0000 Anatoly Burakov wrote: > There will be a new function added in v18.05 that will return > number of detected sockets, which will change the ABI. > > Signed-off-by: Anatoly Burakov > --- > doc/guides/rel_notes/deprecation.rst | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/doc/guides/rel_notes/deprecation.rst >b/doc/guides/rel_notes/deprecation.rst > index 13e8543..9662150 100644 > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -8,6 +8,8 @@ API and ABI deprecation notices are to be posted >here. > Deprecation Notices > ------------------- > > +* eal: new ``numa_node_count`` member will be added to >``rte_config`` structure > + in v18.05. > * 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