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 8DDE53BA8E for ; Wed, 30 May 2018 16:30:43 -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=1527712241; bh=AY4m4KKkfL0COqPIve/3c89dGcJ9h9BpT4AUdC0RAg8=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=eEuGG6bf7S+oYao0o/s4Rvg+DB+NwYjbmda4o7EkWkzZUvmnmIE9PuYuXkMc+f1Mj irwcdaCWu8vxfAW6LEaZ5WjU2Jm15ZZVogFbavQPII+hmu/Ij0k39zAsrLEbN9rLPl bemDvlVV682RqElS9umUV2onIg/3b6J+jD0JXHooMVRmk9tWf1vEoS5tQ5nCXALsiF k5trwj1gamBYEXmJq6PlaeVIKsDFE2lRt7ZI0jvJx3/0AVwL6JTmw2W+/OI6omWgtw kR4BgvbtwGG3c/EXMm40JYusU2lFf7WmOsBjHN2Ugrw2mDRCeYHh5GVyiVnWT7mESY gWRlo5MXvF09A== To: Dave Taht , Georgios Amanakis Cc: Cake List In-Reply-To: References: <87muwyy34k.fsf@toke.dk> <87tvqoc3vl.fsf@toke.dk> Date: Wed, 30 May 2018 22:30:45 +0200 X-Clacks-Overhead: GNU Terry Pratchett Message-ID: <87r2lsc2dm.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:30:43 -0000 Dave Taht writes: > I am very interested in collecting use cases and howtos as to how to > use this feature. Well, with tc-bpf you can write a BPF program to do any processing you like, and select diffserv tin and/or flow queue based on that... :) -Toke