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 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) 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=xkQkm2/WYrN9rIwsfOFrrbMxW9fx22u4wQ+FpaFpC1g=; b=YFOpiSXoGyJK/oNc2oQM0UBVGKk7gSJgUG0XtwBsMzlTvfvEKq6ERRRicQKv218k4c IObsNw3gH3IfaoFOGVPEcKDqMOd1yP59O2dD/XFyL4hl8LUljImeN7iQOPZ2LS+dc3Bl BEawTelrGz7y35oy5g0kxftiffzMw5gWy+yFh4iEDkNapTsLplDR71cr5zBB4fDV1Nno 8r1Z/kWEthMGGZUJyh1wSddKlN85Thr8G4z2Uifplczx/+iwentLMRoeg+JbeLgM3dU4 Yeo7tW1AoLSVJeY0RW2beYYXjDoLa0SZEgAco3xJxiTVTNVQR09zNoX0TXc9ivSYSz9X A+5A== X-Gm-Message-State: ALoCoQmT403/EcGb5SUieH2vR1XGlcKlCf8bpEKkN5LwjL+wCzuLh76ulwt0ZX5lehAgwxjq+V2g X-Received: by 10.180.76.8 with SMTP id g8mr29447515wiw.79.1431436846823; Tue, 12 May 2015 06:20:46 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id g14sm27734607wjs.47.2015.05.12.06.20.45 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 12 May 2015 06:20:46 -0700 (PDT) From: Thomas Monjalon To: Stephen Hemminger Date: Tue, 12 May 2015 15:20:05 +0200 Message-ID: <3059494.D4I5cGam7q@xps13> Organization: 6WIND User-Agent: KMail/4.14.7 (Linux/4.0.1-1-ARCH; KDE/4.14.7; x86_64; ; ) In-Reply-To: <1431364071-27298-1-git-send-email-stephen@networkplumber.org> References: <1431364071-27298-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 v3 0/6] rte_sched: cleanups and API changes 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, 12 May 2015 13:20:47 -0000 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