From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7D434C433F5 for ; Thu, 27 Jan 2022 03:14:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232779AbiA0DO3 (ORCPT ); Wed, 26 Jan 2022 22:14:29 -0500 Received: from pi.codeconstruct.com.au ([203.29.241.158]:53530 "EHLO codeconstruct.com.au" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229997AbiA0DO3 (ORCPT ); Wed, 26 Jan 2022 22:14:29 -0500 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: Subject: Re: [Cake] [PATCH net] sch_cake: diffserv8 CS1 should be bulk 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 Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org 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