From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] doc: announce ABI change for librte_sched Date: Sat, 15 Aug 2015 10:58:46 +0200 Message-ID: <1862343.uE6oO9XrkD@xps13> References: <1437081699-2246-1-git-send-email-stephen@networkplumber.org> <20150716212815.GB31148@hmsreliant.think-freely.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Stephen Hemminger Return-path: Received: from mail-wi0-f169.google.com (mail-wi0-f169.google.com [209.85.212.169]) by dpdk.org (Postfix) with ESMTP id 0223F8DB4 for ; Sat, 15 Aug 2015 11:00:04 +0200 (CEST) Received: by wicja10 with SMTP id ja10so40685133wic.1 for ; Sat, 15 Aug 2015 02:00:03 -0700 (PDT) In-Reply-To: <20150716212815.GB31148@hmsreliant.think-freely.org> 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" > > Signed-off-by: Stephen Hemminger > > +* 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. > ACK Applied, thanks