From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 330E31B6FD for ; Fri, 9 Feb 2018 15:42:16 +0100 (CET) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Feb 2018 06:42:15 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,483,1511856000"; d="scan'208";a="30168923" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.77]) by orsmga001.jf.intel.com with SMTP; 09 Feb 2018 06:42:12 -0800 Received: by (sSMTP sendmail emulation); Fri, 09 Feb 2018 14:42:11 +0000 Date: Fri, 9 Feb 2018 14:42:10 +0000 From: Bruce Richardson To: Jerin Jacob Cc: "Mcnamara, John" , "Burakov, Anatoly" , "dev@dpdk.org" , Neil Horman , "Kovacevic, Marko" Message-ID: <20180209144209.GA7548@bricha3-MOBL3.ger.corp.intel.com> References: <3cf7f9aa904a5ba53ba63d7c32539e8b78638939.1513946317.git.anatoly.burakov@intel.com> <61e64f2bd669e4ece7f4bce5894e2fba532ea921.1516124846.git.anatoly.burakov@intel.com> <20180207101019.GA22174@jerin> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180207101019.GA22174@jerin> Organization: Intel Research and Development Ireland Ltd. User-Agent: Mutt/1.9.1 (2017-09-22) 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: Fri, 09 Feb 2018 14:42:17 -0000 On Wed, Feb 07, 2018 at 03:40:20PM +0530, Jerin Jacob wrote: > -----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 > Acked-by: Bruce Richardson