From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH] doc: add ABI change notice for numa_node_count in eal Date: Wed, 7 Feb 2018 15:40:20 +0530 Message-ID: <20180207101019.GA22174@jerin> References: <3cf7f9aa904a5ba53ba63d7c32539e8b78638939.1513946317.git.anatoly.burakov@intel.com> <61e64f2bd669e4ece7f4bce5894e2fba532ea921.1516124846.git.anatoly.burakov@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "Burakov, Anatoly" , "dev@dpdk.org" , Neil Horman , "Kovacevic, Marko" To: "Mcnamara, John" Return-path: Received: from NAM01-BY2-obe.outbound.protection.outlook.com (mail-by2nam01on0040.outbound.protection.outlook.com [104.47.34.40]) by dpdk.org (Postfix) with ESMTP id CCA651B7AD for ; Wed, 7 Feb 2018 11:10:40 +0100 (CET) Content-Disposition: inline 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" -----Original Message----- > Date: Tue, 23 Jan 2018 10:39:58 +0000 > From: "Mcnamara, John" > To: "Burakov, Anatoly" , "dev@dpdk.org" > > CC: Neil Horman , "Kovacevic, Marko" > > Subject: Re: [dpdk-dev] [PATCH] doc: add ABI change notice for > numa_node_count in eal > > > > > -----Original Message----- > > From: Burakov, Anatoly > > Sent: Tuesday, January 16, 2018 5:54 PM > > To: dev@dpdk.org > > Cc: Neil Horman ; Mcnamara, John > > ; Kovacevic, Marko > > Subject: [PATCH] doc: add ABI change notice for numa_node_count in eal > > > > 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. > > In general it is best to leave a blank line between the bullet points. But that > doesn't affect the rendering so: > > Acked-by: John McNamara Acked-by: Jerin Jacob > >