From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.tuxdriver.com (charlotte.tuxdriver.com [70.61.120.58]) by dpdk.org (Postfix) with ESMTP id 159FD5A58 for ; Thu, 16 Jul 2015 23:28:22 +0200 (CEST) Received: from voip-107-15-76-160.kyn.rr.com ([107.15.76.160] helo=localhost) by smtp.tuxdriver.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.63) (envelope-from ) id 1ZFqhV-0005jr-2U; Thu, 16 Jul 2015 17:28:18 -0400 Date: Thu, 16 Jul 2015 17:28:15 -0400 From: Neil Horman To: Stephen Hemminger Message-ID: <20150716212815.GB31148@hmsreliant.think-freely.org> References: <1437081699-2246-1-git-send-email-stephen@networkplumber.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1437081699-2246-1-git-send-email-stephen@networkplumber.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-Spam-Score: -2.9 (--) X-Spam-Status: No 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:28:22 -0000 On Thu, Jul 16, 2015 at 02:21:39PM -0700, Stephen Hemminger wrote: > Signed-off-by: Stephen Hemminger > --- > doc/guides/rel_notes/abi.rst | 9 +++++++++ > 1 file changed, 9 insertions(+) > > 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 created 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 change > + to allow keeping track of RED actions. > -- > 2.1.4 > > ACK