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 779623BA8E for ; Mon, 16 Jul 2018 08:28:23 -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=1531744102; bh=vZ4CM2KoMdkkTuCMoe5UlIEmviMRK1LyXRbzSZAmk3g=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=Hw5+b18VYsvIVngr7uoH0S6YDhkGkxP0f/mAFUw027yCHbDnVZznmNk0QcsuaCzlL eMRba44RyBpk9ecqpTULu5ioOvSQCegrrOOgbM8h97Tv85NTXzsULbRgh+ZzstE5Pq gpK3k4FqPuhXgBoY7mFaag52FCry4stfEHL+ozgybsGqFFVHyD+79gx8nz1LyQV13U l7DxQQ+/0tzb05bAsuoxwo5fMgfecfS90l9ZXV+oYUWX7uuQ/j7ZYlCMnydfCLmjnb HDdSY/RXT0SD7H3ydsGEqWYuzNUJWRL/afgf3ifqWFijQ01xRsFCOChiyOIPgIG/CJ 2tKagkmC0V/hg== To: Georgios Amanakis , Jonathan Morton Cc: Cake List In-Reply-To: <2281e4af0c42b2affcf5a0f39d8b4155a21dad56.camel@gmail.com> References: <8736wla3lq.fsf@toke.dk> <4C12C6A1-84E3-4B78-885F-F5C212CD13FF@darbyshire-bryant.me.uk> <87wotw96el.fsf@toke.dk> <83B2AEF4-C052-444F-8AFA-E8C3EE2F4A7F@darbyshire-bryant.me.uk> <87wotw6yeo.fsf@toke.dk> <87o9f77cj8.fsf@toke.dk> <87a7qr7ac4.fsf@toke.dk> <2281e4af0c42b2affcf5a0f39d8b4155a21dad56.camel@gmail.com> Date: Mon, 16 Jul 2018 14:28:16 +0200 X-Clacks-Overhead: GNU Terry Pratchett Message-ID: <874lgz74bj.fsf@toke.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Cake] Backporting 'tc class' support 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, 16 Jul 2018 12:28:23 -0000 Georgios Amanakis writes: > On Mon, 2018-07-16 at 12:18 +0200, Toke H=C3=B8iland-J=C3=B8rgensen wrote: >> Right, pushed an update to this effect. Will submit it upstream as >> well >> once someone has verified that it does what it's supposed to :) > > I just verified it works as it should on diffserv3. > > # tc qdisc add dev ens4 root handle 8011 cake bandwidth 18000kbit dual- > dsthost docsis ingress > # tc filter add dev ens4 parent 8011: protocol all u32 match u32 0 0 > action skbedit priority 8011:1 > > In the second command:=20 > skbedit priority 8011:1 --> Bulk > skbedit priority 8011:2 --> Best Effort > skbedit priority 8011:3 --> Voice Great, thanks for testing! :) -Toke