From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from shards.monkeyblade.net (shards.monkeyblade.net [IPv6:2620:137:e000::1:9]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id 0C5D33B29D for ; Thu, 25 Jun 2020 19:31:55 -0400 (EDT) Received: from localhost (unknown [IPv6:2601:601:9f00:477::3d5]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: davem-davemloft) by shards.monkeyblade.net (Postfix) with ESMTPSA id 0BD5E154FE830; Thu, 25 Jun 2020 16:31:55 -0700 (PDT) Date: Thu, 25 Jun 2020 16:31:54 -0700 (PDT) Message-Id: <20200625.163154.920576324128273596.davem@davemloft.net> To: toke@redhat.com Cc: ldir@darbyshire-bryant.me.uk, netdev@vger.kernel.org, cake@lists.bufferbloat.net From: David Miller In-Reply-To: <20200625201800.208689-1-toke@redhat.com> References: <20200625201800.208689-1-toke@redhat.com> X-Mailer: Mew version 6.8 on Emacs 26.3 Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Thu, 25 Jun 2020 16:31:55 -0700 (PDT) Subject: Re: [Cake] [PATCH RESEND net-next] sch_cake: add RFC 8622 LE PHB support to CAKE diffserv handling X-BeenThere: cake@lists.bufferbloat.net X-Mailman-Version: 2.1.20 Precedence: list List-Id: Cake - FQ_codel the next generation List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Jun 2020 23:31:56 -0000 From: Toke H=F8iland-J=F8rgensen Date: Thu, 25 Jun 2020 22:18:00 +0200 > From: Kevin Darbyshire-Bryant > = > Change tin mapping on diffserv3, 4 & 8 for LE PHB support, in essence= > making LE a member of the Bulk tin. > = > Bulk has the least priority and minimum of 1/16th total bandwidth in = the > face of higher priority traffic. > = > NB: Diffserv 3 & 4 swap tin 0 & 1 priorities from the default order a= s > found in diffserv8, in case anyone is wondering why it looks a bit od= d. > = > Signed-off-by: Kevin Darbyshire-Bryant = > [ reword commit message slightly ] > Signed-off-by: Toke H=F8iland-J=F8rgensen Applied, thanks!