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 5F79C3B29D for ; Thu, 25 Jun 2020 19:25:25 -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 BB294154B29C4; Thu, 25 Jun 2020 16:25:22 -0700 (PDT) Date: Thu, 25 Jun 2020 16:25:21 -0700 (PDT) Message-Id: <20200625.162521.1969089330932064146.davem@davemloft.net> To: toke@redhat.com Cc: netdev@vger.kernel.org, cake@lists.bufferbloat.net From: David Miller In-Reply-To: <159311592607.207748.5904268231642411759.stgit@toke.dk> References: <159311592607.207748.5904268231642411759.stgit@toke.dk> 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:25:22 -0700 (PDT) Subject: Re: [Cake] [PATCH net 0/3] sched: A couple of fixes for sch_cake 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:25:25 -0000 From: Toke H=F8iland-J=F8rgensen Date: Thu, 25 Jun 2020 22:12:06 +0200 > This series contains a couple of fixes for diffserv handling in sch_c= ake that > provide a nice speedup (with a somewhat pedantic nit fix tacked on to= the end). > = > Not quite sure about whether this should go to stable; it does provid= e a nice > speedup, but it's not strictly a fix in the "correctness" sense. I le= an towards > including this in stable as well, since our most important consumer o= f that > (OpenWrt) is likely to backport the series anyway. Series applied and queued up for -stable, thanks.