From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.toke.dk (mail.toke.dk [IPv6:2001:470:dc45:1000::1]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id 61EEF3BA8E for ; Wed, 30 May 2018 16:51:26 -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=1527713485; bh=gL6qNl44UCbTSSk7SnXCN7OTXGTl8O2j06Vw4aAFZpA=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=vuo6LIT68UCc4nsgellE1ZLaEVwQMTSIex69ucqPRLM0wwHBe6Go0Oz/1RqnN0ep3 OrZUvHJgOH+JlL4XzRHzXH2vvfcTZo8raSlNi4qTaB7dwSSTKFezg7csuumM0Rvv6I /mIPsIQRg8Irr56XAassX5hh2bE415imntY3tFOBvazZy/zZgtLxMQgguDC53hfANP Bt0uWbbfHyMQ+aNEcWQhDNowteqCOoPVahYcSp0QoWAh/f4PtBGb9SbRsSC6OLj+MX D90IZeT/2TDAAp2r76AsKL6tF88lJhYJNHyFigM9k56wQXaAB8x2SAdEm+G8imqoVG pSSHIFsLSLHjQ== To: Georgios Amanakis , Dave Taht Cc: Cake List In-Reply-To: References: <87muwyy34k.fsf@toke.dk> <87tvqoc3vl.fsf@toke.dk> <87r2lsc2dm.fsf@toke.dk> Date: Wed, 30 May 2018 22:51:29 +0200 X-Clacks-Overhead: GNU Terry Pratchett Message-ID: <87bmcwc1f2.fsf@toke.dk> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Cake] Fwd: Does the latest cake support "tc filter"? 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: Wed, 30 May 2018 20:51:26 -0000 Georgios Amanakis writes: > I don't have an explicit use case right now, but it gives somewhat > greater flexibility in classifying packets. > > Particularly in the ingress mode with ifb (this would mostly apply to > an end-device, not so much to traffic being forwarded through a > router). We cannot set DSCP flags on incoming packets, since they just > arrived. However, we can use a filter on cake to assign them > explicitly to a tin. Yes, I think the main use case is for the people who for whatever reason want to assign static diffserv priorities, and who can't use iptables to do so on ingress. -Toke