From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from shards.monkeyblade.net (shards.monkeyblade.net [184.105.139.130]) (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 A2F743B29E for ; Fri, 1 Jun 2018 14:17:56 -0400 (EDT) Received: from localhost (unknown [144.121.20.163]) (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 E8D7110899B05; Fri, 1 Jun 2018 11:17:54 -0700 (PDT) Date: Fri, 01 Jun 2018 14:17:54 -0400 (EDT) Message-Id: <20180601.141754.1200654092659997748.davem@davemloft.net> To: toke@toke.dk Cc: netdev@vger.kernel.org, cake@lists.bufferbloat.net, gamanakis@gmail.com, peteheist@gmail.com, ycheng@google.com, ncardwell@google.com, dave.taht@gmail.com, netfilter-devel@vger.kernel.org From: David Miller In-Reply-To: <87r2lq9zez.fsf@toke.dk> References: <152776056580.16347.7216549227396672873.stgit@alrua-kau> <87r2lq9zez.fsf@toke.dk> X-Mailer: Mew version 6.7 on Emacs 25.3 / Mule 6.0 (HANACHIRUSATO) 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]); Fri, 01 Jun 2018 11:17:55 -0700 (PDT) Subject: Re: [Cake] [PATCH net-next v18 0/8] sched: Add Common Applications Kept Enhanced (cake) qdisc 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: Fri, 01 Jun 2018 18:17:56 -0000 From: Toke H=F8iland-J=F8rgensen Date: Fri, 01 Jun 2018 19:42:12 +0200 > Toke H=F8iland-J=F8rgensen writes: > = >> This patch series adds the CAKE qdisc, and has been split up to ease= >> review. >> >> I have attempted to split out each configurable feature into its own= patch. >> The first commit adds the base shaper and packet scheduler, while >> subsequent commits add the optional features. The full userspace API= and >> most data structures are included in this commit, but options not >> understood in the base version will be ignored. > = > Hmm, there seems to be a lockup issue being triggered when running CA= KE > at high speeds (>40 Gbps in my tests). Please drop this series for no= w, > we'll return for 4.19 with a revised version. Ok. Thanks for continuing to push this work along.