From mboxrd@z Thu Jan 1 00:00:00 1970 From: "David Harton (dharton)" Subject: Re: [PATCH] doc: announce xstats api change for 16.07 Date: Wed, 6 Apr 2016 14:00:05 +0000 Message-ID: <0ea7137fe2a14153af6815f488e1696d@XCH-RCD-016.cisco.com> References: <1459879089-3430-1-git-send-email-harry.van.haaren@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: "maryam.tahhan@intel.com" To: Harry van Haaren , "dev@dpdk.org" Return-path: Received: from alln-iport-5.cisco.com (alln-iport-5.cisco.com [173.37.142.92]) by dpdk.org (Postfix) with ESMTP id AECA91F5 for ; Wed, 6 Apr 2016 16:00:08 +0200 (CEST) In-Reply-To: <1459879089-3430-1-git-send-email-harry.van.haaren@intel.com> Content-Language: en-US List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Harry van Haaren > Sent: Tuesday, April 05, 2016 1:58 PM > To: dev@dpdk.org > Cc: maryam.tahhan@intel.com; Harry van Haaren > Subject: [dpdk-dev] [PATCH] doc: announce xstats api change for 16.07 >=20 > This patch adds a notice that the API for the xstats functionality will b= e > modified in the 16.07 release, with no backwards compatibility planned as > it would require code duplication in each PMD that supports xstats. >=20 > Signed-off-by: Harry van Haaren > --- > doc/guides/rel_notes/deprecation.rst | 5 +++++ > 1 file changed, 5 insertions(+) >=20 > diff --git a/doc/guides/rel_notes/deprecation.rst > b/doc/guides/rel_notes/deprecation.rst > index 98d5529..13c3a95 100644 > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -54,3 +54,8 @@ Deprecation Notices > induce a modification of the rte_mempool structure, plus a > modification of the API of rte_mempool_obj_iter(), implying a breakage > of the ABI. > + > +* ABI change is planned for the xstats API and rte_eth_xstats struct, > +to > + facilitate updating to an API that allows retrieval of values without > +any > + string copies or parsing. No backwards compatibility is planned, as > +it would > + require code duplication in every PMD that supports xstats. > -- > 2.5.0 Acked-by: David Harton