From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3 0/6] rte_sched: cleanups and API changes Date: Tue, 12 May 2015 15:20:05 +0200 Message-ID: <3059494.D4I5cGam7q@xps13> References: <1431364071-27298-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-wi0-f169.google.com (mail-wi0-f169.google.com [209.85.212.169]) by dpdk.org (Postfix) with ESMTP id E0F9912A8 for ; Tue, 12 May 2015 15:20:46 +0200 (CEST) Received: by wief7 with SMTP id f7so112101159wie.0 for ; Tue, 12 May 2015 06:20:46 -0700 (PDT) In-Reply-To: <1431364071-27298-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" Hi Stephen, 2015-05-11 10:07, Stephen Hemminger: > This is 3rd rev of DPDK changes to QoS scheduler. > The change from last revision was to fix the example and fix whitespace. > > Stephen Hemminger (6): > rte_sched: make RED optional at runtime > rte_sched: expand scheduler hierarchy for more VLAN's > rte_sched: keep track of RED drops > rte_sched: allow reading without clearing > rte_sched: don't put tabs in log messages > rte_sched: use correct log level You didn't include the acknowledgement from Cristian. I think it should be kept at least for patches which didn't change. And please try to add the v3 suffix to every patches of the series. Thanks