From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from codeconstruct.com.au (pi.codeconstruct.com.au [203.29.241.158]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id ED5413B29E for ; Wed, 26 Jan 2022 22:14:21 -0500 (EST) Received: from [192.168.12.102] (unknown [159.196.94.94]) by mail.codeconstruct.com.au (Postfix) with ESMTPSA id CC3AD20129; Thu, 27 Jan 2022 11:14:14 +0800 (AWST) Message-ID: From: Matt Johnston To: Sebastian Moeller , Toke =?ISO-8859-1?Q?H=F8iland-J=F8rgensen?= Cc: Kevin Darbyshire-Bryant , cake@lists.bufferbloat.net, Jakub Kicinski , "David S . Miller" , netdev@vger.kernel.org Date: Thu, 27 Jan 2022 11:14:13 +0800 In-Reply-To: <242985FC-238B-442D-8D86-A49449FF963E@gmx.de> References: <20220125060410.2691029-1-matt@codeconstruct.com.au> <87r18w3wvq.fsf@toke.dk> <242985FC-238B-442D-8D86-A49449FF963E@gmx.de> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.40.4-1 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Thu, 27 Jan 2022 10:47:28 -0500 Subject: Re: [Cake] [PATCH net] sch_cake: diffserv8 CS1 should be bulk 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, 27 Jan 2022 03:14:22 -0000 On Tue, 2022-01-25 at 12:54 +0100, Sebastian Moeller wrote: > > LE(1) is tin 0 the lowest > CS1(8) is 1 slightly above LE > CS0/BE(0) is 2 > AF1x (10, 12, 14) are all in tin 1 as is CS1 ... > Just as documented in the code: > > * Bog Standard (CS0 etc.) > * High Throughput (AF1x, TOS2) > * Background Traffic (CS1, LE) The documentation doesn't match the code though. Almost, but it's off by one. I can submit a patch instead to change the docs, though it's not clear the divergence between code and docs was intended in the first place. (diffserv8 also needs a description in the cake manpage, I'll send a patch for that once the order is clarified) Cheers, Matt