From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 1C0F85A3E for ; Thu, 16 Jul 2015 23:25:49 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga102.jf.intel.com with ESMTP; 16 Jul 2015 14:25:50 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,490,1432623600"; d="scan'208";a="748881456" Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99]) by fmsmga001.fm.intel.com with ESMTP; 16 Jul 2015 14:25:48 -0700 Received: from irsmsx111.ger.corp.intel.com (10.108.20.4) by IRSMSX107.ger.corp.intel.com (163.33.3.99) with Microsoft SMTP Server (TLS) id 14.3.224.2; Thu, 16 Jul 2015 22:25:47 +0100 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.201]) by irsmsx111.ger.corp.intel.com ([169.254.2.232]) with mapi id 14.03.0224.002; Thu, 16 Jul 2015 22:25:47 +0100 From: "Dumitrescu, Cristian" To: Stephen Hemminger Thread-Topic: [PATCH] doc: announce ABI change for librte_sched Thread-Index: AQHQwA1lNDqrCI2lM0G61jBYI2RX753emzcA Date: Thu, 16 Jul 2015 21:25:46 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D891263239D2E8@IRSMSX108.ger.corp.intel.com> References: <1437081699-2246-1-git-send-email-stephen@networkplumber.org> In-Reply-To: <1437081699-2246-1-git-send-email-stephen@networkplumber.org> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH] doc: announce ABI change for librte_sched X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Jul 2015 21:25:50 -0000 > -----Original Message----- > From: Stephen Hemminger [mailto:stephen@networkplumber.org] > Sent: Thursday, July 16, 2015 10:22 PM > To: Dumitrescu, Cristian > Cc: dev@dpdk.org; Stephen Hemminger > Subject: [PATCH] doc: announce ABI change for librte_sched >=20 > Signed-off-by: Stephen Hemminger > --- > doc/guides/rel_notes/abi.rst | 9 +++++++++ > 1 file changed, 9 insertions(+) >=20 > diff --git a/doc/guides/rel_notes/abi.rst b/doc/guides/rel_notes/abi.rst > index 9e98d62..a4d100b 100644 > --- a/doc/guides/rel_notes/abi.rst > +++ b/doc/guides/rel_notes/abi.rst > @@ -34,3 +34,12 @@ Deprecation Notices > creates a dummy/empty malloc library to fulfill binaries with dynamic = linking > dependencies on librte_malloc.so. Such dummy library will not be creat= ed > from > release 2.2 so binaries will need to be rebuilt. > + > +* librte_sched (rte_sched.h): The scheduler hierarchy structure > + (rte_sched_port_hierarchy) will change to allow for a larger number of > subport > + entries. The number of available traffic_classes and queues may also > change. > + The mbuf structure element for sched hierarchy will also change from a > single > + 32 bit to a 64 bit structure. > + > +* librte_sched (rte_sched.h): The scheduler statistics structure will ch= ange > + to allow keeping track of RED actions. > -- > 2.1.4 Hi Stephen, Agree with both, how about the new clear flag to the stats read function, s= hall we add a separate note on this as well? Thanks, Cristian