From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mout.gmx.net (mout.gmx.net [212.227.15.19]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass DE-1" (verified OK)) by huchra.bufferbloat.net (Postfix) with ESMTPS id 7BB9E21F53D for ; Wed, 25 Nov 2015 08:37:24 -0800 (PST) Received: from [134.2.92.147] ([134.2.92.147]) by mail.gmx.com (mrgmx003) with ESMTPSA (Nemesis) id 0LqzIJ-1aWZuM27dL-00ea9y; Wed, 25 Nov 2015 17:37:21 +0100 Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) From: Sebastian Moeller In-Reply-To: Date: Wed, 25 Nov 2015 17:37:25 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: References: To: =?windows-1252?Q?Dave_T=E4ht?= X-Mailer: Apple Mail (2.1878.6) X-Provags-ID: V03:K0:XAisn9D/IXzXh4Ku0hs1oq4G9WiKOKftVt+ZBkLyXeybofCh50+ tclnLuKep5JXzFthMj9oIKLBqVTQ0ct9Gk9Dxphd1ZcY8Q2xe6hK7poBwVEvtV8C10xBif2 3Y5nvJGTuy5DVul+tcNQqFne2QOl2ozwiAqVKjen29YfOHiTG0X3zu9U3q6CAogIQOMRK27 PkCPEksyVUyNgk1EjQL8g== X-UI-Out-Filterresults: notjunk:1;V01:K0:5jy6BaCrWD0=:e+t0SayfezPAboIRGfNCqw B2A9NAv9ZJbD37EVXJPwFUzXXMnbpME+z7ZWwRbtz+bOLa1MVHyPArvXGO9rJCx9Oxh4b5y+P hgltrsAd1JZlu/1Nw8/B8VyGPti5Wvn14fwtZHjnXEmeGKVvAerWSFZL0mpPp+X1fr1vUUFvm TzYSEUaMmJWhxFE6M6ypRI3pFCIJFKFbVLyQ7TRhZGUUs71cWopanDeTwnNqv3U/0YTcA7381 FEmQGwGEaYehpYCFDiB4sOxU3bVzOp3j69aNIbWyisD06sgT95n36AYm72GQpG/7lgtNSUe5G yhzzAqCrYH22KeLty3KSX9s1c3LXkZq3qjYLdhY1MlMs+e9NjJRH+/Uq838wD0sa2ALjXYNMk JWiZgT++TYhu7+zwMv5zJn4G/uPGBWp6/86893KNbaR1cilfqbxGdk7ePBN9GNP+MY9wg4BF5 IiVwxVO3E5IkxZMyowq4LNYJJV0zqb2ZpeB9VpMwTquSdGMJ95Ul1v8WDcaglNxcuHyILY4Wx bj2yRIFfu1mnNMj9hDsDRf8rZRYJ1UdOHQ26v7j6myuPFGso8JPZzliytICTKnm5QFUUXJ/ib D94KwpJiX7sHPJBu7GpXUmWVzu+qXjEC3XlG761WZoqdqXwFVkh3m+DjX1aiX5iSoX0VZfx0H Dk25GpCfUV+7+qFFIGJOBB3NX/cb7jumv4KwKmFcovwKQL2MeJPgy2FCCqOxKGBXgo478tU1v J8FilDxBITbpe/P2jQpsWx9lEP376N2PeFNOUuwrgSG42UdZgDHliY40yQs0CBOqaFNW0S4vZ +i2Ltxw Cc: cake@lists.bufferbloat.net Subject: Re: [Cake] basic cake X-BeenThere: cake@lists.bufferbloat.net X-Mailman-Version: 2.1.13 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, 25 Nov 2015 16:37:48 -0000 Hi Dave, On Nov 25, 2015, at 17:02 , Dave Taht wrote: > Last night I went about removing nearly every unproven "feature" that > has been added to cake since july, in part to establish a baseline for > a performance comparison directly against sqm-scripts with > htb+fq_codel, on low end hardware, and in part, to be able to test > each newer feature > more fully on the testbed. Oh, shiny, want have ;) So the plan is to assess the performance = cost of each of the individual features to allow a better rationale to = justify keeping or rejecting specific ones? Sounds like a excellent = idea. >=20 > The very long list of commits is here, complete with pithy comments, > in the separate repo. >=20 > https://github.com/dtaht/bcake/commits/master >=20 > I would like it if someone using a low end home router could benchmark > this version of cake > against the mainline version. Hrmmm, for that I would need to build my own firmwares, let=92s = see whether I am up for that=85 oh, will newcake still accept all of = tc-adv=92s command line arguments (and simply ignore them?) >=20 > My plan, such as it is, is to keep simplifying, and testing. I still > don't get the new hashing > API.... >=20 > This reduction effort was fruitful in that I found yet another way to > reuse "now"=85 As long as there are few enough cycles between the uses that = sounds wonderful, otherwise now degrades to once ;) > fixed one bug, maybe spotted another... >=20 > Toke has been busy with flent, which has gained a really abusive 1000 > tcp flows test, bidirectional by any chance? Sort of the full internet simulator = for home-routers? Best Regards Sebastian > and > the ability to parse qdisc statistics, so long as you tell flent where > to get them from: >=20 >=20 > --test-parameter qdisc_stats_hosts=3Dlocalhost\ > --test-parameter qdisc_stats_interfaces=3D$IFACE\ >=20 > http://snapon.cs.kau.se/~d/newcake/t >=20 >=20 > -- > Dave T=E4ht > Let's go make home routers and wifi faster! With better software! > https://www.gofundme.com/savewifi > _______________________________________________ > Cake mailing list > Cake@lists.bufferbloat.net > https://lists.bufferbloat.net/listinfo/cake