From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.toke.dk (mail.toke.dk [52.28.52.200]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id 4A17A3B29E for ; Fri, 1 Jun 2018 13:42:18 -0400 (EDT) From: Toke =?utf-8?Q?H=C3=B8iland-J=C3=B8rgensen?= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=toke.dk; s=20161023; t=1527874936; bh=Ay0uOreSkRKULEAiPpp2OUWwhSUcyijFoFxFFOApKZI=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=IIlakzm0Idu6ZvNXCv6CeI2oWORbyNiA8WPvaulDycRv0mZV/bGYTAtJ8HKzu3qag 8x+UhBTuz8aPWasNGIu2NaJJi0WsEbt/Peh/fmLij4E98NvlQYrZ7SmwubEHmuuePH wNrb4cTCdqiQU7uXhr7Uy/Ya1yES9Y/J0jEb7dBAxAdbEnvqs71z6jNZe2FbN9N96C ba0fz2u6/ZeSWfS5tG6EFFx7BDUNdk+SySlQzBWVmcVo+G6HCuT1F69GLptuHzb7vw s6lMaTbq+sMiT0shKvzMzzysGIUMMOz4DmngYQe6lhXt3XoyXOAoZFjm5NQcFecwDl Srybf0/y5bFZA== To: netdev@vger.kernel.org, cake@lists.bufferbloat.net Cc: Georgios Amanakis , Pete Heist , Yuchung Cheng , Neal Cardwell , Dave Taht , netfilter-devel@vger.kernel.org In-Reply-To: <152776056580.16347.7216549227396672873.stgit@alrua-kau> References: <152776056580.16347.7216549227396672873.stgit@alrua-kau> Date: Fri, 01 Jun 2018 19:42:12 +0200 X-Clacks-Overhead: GNU Terry Pratchett Message-ID: <87r2lq9zez.fsf@toke.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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 17:42:18 -0000 Toke H=C3=B8iland-J=C3=B8rgensen 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 patc= h. > 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 CAKE at high speeds (>40 Gbps in my tests). Please drop this series for now, we'll return for 4.19 with a revised version. -Toke