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 ABB473CB35 for ; Sun, 3 Mar 2019 23:38:51 -0500 (EST) Received: from localhost (unknown [IPv6:2601:601:9f80:35cd::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 8110814D06D64; Sun, 3 Mar 2019 20:38:50 -0800 (PST) Date: Sun, 03 Mar 2019 20:38:47 -0800 (PST) Message-Id: <20190303.203847.200656694588286159.davem@davemloft.net> To: toke@redhat.com Cc: netdev@vger.kernel.org, cake@lists.bufferbloat.net From: David Miller In-Reply-To: <155145264557.2564.18246059144961803752.stgit@alrua-x1> References: <155145264557.2564.18246059144961803752.stgit@alrua-x1> X-Mailer: Mew version 6.8 on Emacs 26.1 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]); Sun, 03 Mar 2019 20:38:50 -0800 (PST) Subject: Re: [Cake] [PATCH net-next v1 0/3] sched: Patches from out-of-tree version of 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: Mon, 04 Mar 2019 04:38:51 -0000 From: Toke H=F8iland-J=F8rgensen Date: Fri, 01 Mar 2019 16:04:05 +0100 > This series includes a couple of patches with updates from the out-of= -tree > version of sch_cake. The first one is a fix to the fairness schedulin= g when > dual-mode fairness is enabled. The second patch is an additional feat= ure flag > that allows using fwmark as a tin selector, as a convenience for peop= le who want > to customise tin selection. The third patch is just a cleanup to the = tin > selection logic. Series applied, thanks Toke.