From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from k0ste.ru (k0ste.ru [212.20.43.218]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id 9E92D3B2A4 for ; Thu, 6 Apr 2017 09:19:34 -0400 (EDT) Received: from [192.168.0.200] (unknown [192.168.0.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: k0ste@k0ste.ru) by k0ste.ru (Postfix) with ESMTPSA id 46C2A74008E; Thu, 6 Apr 2017 20:19:32 +0700 (+07) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=k0ste.ru; s=selector; t=1491484772; bh=oudUNgw8lzdRXk7uXK9q2qiw29qanib2+3pfGJQciDw=; h=To:From:Subject:Date; b=fOhxmD4BmS/O0EypEJQE0uVoVtdTS0XaaPh99ogGxHOKfLnu2Z7Y4KAdoS0glmbmE 7Vocgf0W1mXrLMwTIst4smJFg7OJ4wqnNlc61OSCWkZIt1PMmFG2oslRZBiqoMHS+a 87aUodHFWbd2fMePethQQxgDIzBPTP9IiBRH8/nnSvZLFfyOk+0gUfBnV+t1Kpzz2Y wQQokWbFIj9YZJIeSTA7W5mfiEp074csGQZW/Y1xAzP56BFdYO/EFpp/nUrDEe7lPQ FD/epu29xkMm+ZJ+oxgZfabmw5tx5oEJw8z5bc5R2RfNMsSRPFg3T0NxrkaY1d1s0N VZJBiLd3FIMOmaHmkXc3MSKb47+yEe/g50vJT3K0BhJfnqZI6tpvFubA5gH1W1FuHQ Vc/V2CdRu7Oxu8Qyi+ifd3Xgx0s9GCuxQudIhPv0STkuURgwDUSlkBIG1qVkLUe/L0 h5u0KaVFTR1luJ/UM5VYm3LJPRJ/dSBpuh9Za3vbHccKyPGTX7l7vFmlm1MyVSWeIh XrGW66zZ3AME2xRUVsFzjNyhpZ4yDJOBSvAl4xiJjuUcXg5R/9QsDwEtXgr8aonw2D Vt25TszQEXBnHAs8RZkWgi0A322mdLNvFgcMTROUblGFJXJ7l2bMjDCVyblwl+2xyp zaYPORNN2XAtzQAzIpUJMnT4= To: cake@lists.bufferbloat.net, Pete Heist From: Konstantin Shalygin Message-ID: <533c6fdc-72cb-4dce-0fa7-2a95d6effd10@k0ste.ru> Date: Thu, 6 Apr 2017 20:19:31 +0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.0 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="------------0929685C5C5AB1F8EC71FBAD" Content-Language: en-US Subject: Re: [Cake] flow isolation for ISPs 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, 06 Apr 2017 13:19:34 -0000 This is a multi-part message in MIME format. --------------0929685C5C5AB1F8EC71FBAD Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Hello. If you don't know how to shape gigabits via HTB and u32 flow filters, maybe for you will be useful to sc - this is tool for ISP, do all work for you. Hope this helps. > I get the part about matching with tc-filter and the u32 selector (as intuitive as that is :), but am not sure of the action the filter needs to take. However, I do see the example towards the bottom of the tc-u32 man page where a hash table is created and filters move packets into the right buckets. Perhaps it will be eventually decipherable from this… :) --------------0929685C5C5AB1F8EC71FBAD Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 8bit Hello.

If you don't know how to shape gigabits via HTB and u32 flow filters, maybe for you will be useful to sc - this is tool for ISP, do all work for you.
Hope this helps.

I get the part about matching with tc-filter and the u32 selector (as intuitive as that is :), but am not sure of the action the filter needs to take. However, I do see the example towards the bottom of the tc-u32 man page where a hash table is created and filters move packets into the right buckets. Perhaps it will be eventually decipherable from this… :)


--------------0929685C5C5AB1F8EC71FBAD--