From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=ns4Ewl9uJNZ+Ek0hmWAaYQrTZAZOYsgHITnE/XnA3x8=; b=YmZqtDyfmA9Jh4gLevDwubP7hxl+EE+YD7UEukgMRJNM0nphDdUAz/p/yhCfJ6/cm0 bZ6qC1dM3pKaj6h6b/tooDw5Uhk2PmE2TgfR3vxJu+ze4BjMdY+eyQxFFZLBorrajnMo qleBnHBKfv0eoBsftUFbomS0b9l8HecnvAcGgtnAdWwpCdgeBojhqwLhsKYM65ZNq4Rt 4mgumeb0oIlf2ArQALPPtkQUpbkWpijwBtXTIGNrygI2ZwFljoxUGYcR7ilK5iTFHPoy tlKDTK07+PYRXefkZjly2fBR9ZNk9sUPN5zGcFwjvZNrd/BH0RyJNNHSeky+Khxn1oCD GmBg== X-Gm-Message-State: ALoCoQnGuuBOlWcfv9TIQJUpj1cHSz9WuSwx9R9uO3IN4C8hwpdzZw5apyzmc3OpPzp1LE6gToYi X-Received: by 10.194.2.9 with SMTP id 9mr8144748wjq.95.1439629203801; Sat, 15 Aug 2015 02:00:03 -0700 (PDT) Received: from xps13.localnet (190.16.90.92.rev.sfr.net. [92.90.16.190]) by smtp.gmail.com with ESMTPSA id s5sm6888169wik.2.2015.08.15.02.00.02 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 15 Aug 2015 02:00:03 -0700 (PDT) From: Thomas Monjalon To: Stephen Hemminger Date: Sat, 15 Aug 2015 10:58:46 +0200 Message-ID: <1862343.uE6oO9XrkD@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <20150716212815.GB31148@hmsreliant.think-freely.org> References: <1437081699-2246-1-git-send-email-stephen@networkplumber.org> <20150716212815.GB31148@hmsreliant.think-freely.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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: Sat, 15 Aug 2015 09:00:04 -0000 > > 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