From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 00/10] rte_sched: enhancements and cleanups Date: Wed, 25 Nov 2015 00:34:20 +0100 Message-ID: <2702091.7i3cFHDW9Q@xps13> References: <1447437516-19152-1-git-send-email-stephen@networkplumber.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-wm0-f48.google.com (mail-wm0-f48.google.com [74.125.82.48]) by dpdk.org (Postfix) with ESMTP id 073F58E7E for ; Wed, 25 Nov 2015 00:35:40 +0100 (CET) Received: by wmec201 with SMTP id c201so232554387wme.0 for ; Tue, 24 Nov 2015 15:35:39 -0800 (PST) In-Reply-To: <1447437516-19152-1-git-send-email-stephen@networkplumber.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" 2015-11-13 09:58, Stephen Hemminger: > Hierarchal scheduler changes (resend) > > Most of these are cleanups for existing code to make it more compatiable > with coding style, and eliminate #ifdefs. > > The only substantive change is to allow more subports per scheduler > instance. This was submitted for DPDK 2.1 but since it required some > ABI finesse to change; the real part of this was held off for 2.2. > > Stephen Hemminger (10): > qos: drop deprecated port hierarchy structure > qos: cleanup comments > qos: make debugging configurable > qos: drop debug #ifdef's for credit check > qos: remove debug conditional code around ENQUEUE > qos: drop RTE_SCHED_WRR #define > qos: cleanup defined constants > qos: allow enabling SSE optimizations in config > sched: fix coding style > sched: allow more subports Applied with deprecation notice removed, thanks. What about this change announced as deprecation notice? +* The scheduler statistics structure will change to allow keeping track of + RED actions.