From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id DFF361B015 for ; Tue, 23 Jan 2018 11:40:01 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Jan 2018 02:40:00 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,400,1511856000"; d="scan'208";a="28737394" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by orsmga002.jf.intel.com with ESMTP; 23 Jan 2018 02:40:00 -0800 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.138]) by IRSMSX152.ger.corp.intel.com ([169.254.6.87]) with mapi id 14.03.0319.002; Tue, 23 Jan 2018 10:39:59 +0000 From: "Mcnamara, John" To: "Burakov, Anatoly" , "dev@dpdk.org" CC: Neil Horman , "Kovacevic, Marko" Thread-Topic: [PATCH] doc: add ABI change notice for numa_node_count in eal Thread-Index: AQHTjvMHHzVgJqnIf0SmC7w6WAfqPaOBTr+g Date: Tue, 23 Jan 2018 10:39:58 +0000 Message-ID: References: <3cf7f9aa904a5ba53ba63d7c32539e8b78638939.1513946317.git.anatoly.burakov@intel.com> <61e64f2bd669e4ece7f4bce5894e2fba532ea921.1516124846.git.anatoly.burakov@intel.com> In-Reply-To: <61e64f2bd669e4ece7f4bce5894e2fba532ea921.1516124846.git.anatoly.burakov@intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYTQwNmE3ZWYtMjRmMC00MzVjLTkyMjAtYzU1MDg1NjkyNjM5IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IkV0TEpOMUZzODhCQ0FzZ0E3S1hcL2JRR2JCVkZPTGhFOHFiNDB5QWhBVXV3PSJ9 dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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: Tue, 23 Jan 2018 10:40:02 -0000 > -----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 >=20 > There will be a new function added in v18.05 that will return number of > detected sockets, which will change the ABI. >=20 > Signed-off-by: Anatoly Burakov > --- > doc/guides/rel_notes/deprecation.rst | 2 ++ > 1 file changed, 2 insertions(+) >=20 > 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 > ------------------- >=20 > +* 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 v= 18.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