From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=7cluv3Qa4MmmLlTpEkz4ezP9HvmfQQoQcantqzQ/2cM=; b=1L1T914DrRX1fhtFqmSw0Eyk+Eu/hXu3eO9MicURsVoJN3U54ok/zVotlwHBuLX/Ca 4EGwSQPa8PWfHiMkAPocNUVIU7creB28MhORwxM+KL44oBcAODtVtFAClI55vxRSKb6d K0kkHbkmqidvIDMVKJtji6QB53uIZRhqhnD0IdhI7w/SYOuyczF4JCBSO2fzY5B6uwS8 9BOCn3OEZ+6UhqVTqdovaw0Be5omrwNAYsKmsXj2eDImp+o2RZmNUbM6eZjYRV89Um5A f/vTw1IuaazpXh6Sk7aLFBWsMepyca11e44X90OcmQUKS321xq7Lu5EaNvinKIwmvfTa TMww== 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=7cluv3Qa4MmmLlTpEkz4ezP9HvmfQQoQcantqzQ/2cM=; b=Rcun0bmjBGNgW60TPBfCJeSTk+Wf9NBbtR8ipNLa0LdJtcPlsf0rbp2QsUb5JN5jAN /TRceCqRFifJtJQvNaH5DGl81js45RETq0E/djcTleLY+ITBM7ffRonRR+bfqREPOTGF VElsmlXCE7ARi7unFwXZcnE2MdrfMpzG7SX/8O05yJWlG0qj+nxmU5kOS4bMlTQHBYes +WTlNYHRUkbWLUVqqttpUEvn14i4gjJkojeCijBYmS5vCQyKRrM2rFnDvYKxFZp5/fa+ /8qEiATbTvCFupU1G73uORsl7pDFPZGucdJi2gRKSJCPrARKM8M6uob5/SV9w+Jv2vBH AzgA== X-Gm-Message-State: ALoCoQm2VTl7CF9JAa9xdXc/UBuycoS1/LEGWluhdYQhsChx+3RsDEvIJmA/a7mwTQfzp/R/pHLV X-Received: by 10.194.185.6 with SMTP id ey6mr40026289wjc.42.1448408139848; Tue, 24 Nov 2015 15:35:39 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id d10sm20444015wje.14.2015.11.24.15.35.38 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 24 Nov 2015 15:35:38 -0800 (PST) From: Thomas Monjalon To: Stephen Hemminger Date: Wed, 25 Nov 2015 00:34:20 +0100 Message-ID: <2702091.7i3cFHDW9Q@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1447437516-19152-1-git-send-email-stephen@networkplumber.org> References: <1447437516-19152-1-git-send-email-stephen@networkplumber.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 v2 00/10] rte_sched: enhancements and cleanups 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: Tue, 24 Nov 2015 23:35:40 -0000 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.