From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp1.rs.github.com (smtp1-ext.rs.github.com [207.97.227.250]) by huchra.bufferbloat.net (Postfix) with ESMTP id D19A82002E7 for ; Wed, 28 Dec 2011 09:19:17 -0800 (PST) Received: from github.com (sh1.rs.github.com [172.17.1.41]) by smtp1.rs.github.com (Postfix) with ESMTP id 4468442554 for ; Wed, 28 Dec 2011 09:19:16 -0800 (PST) Date: Wed, 28 Dec 2011 09:19:16 -0800 To: cerowrt-commits@lists.bufferbloat.net Subject: [dtaht/deBloat] e2c09b: Iperf wrapper in lua for translating csv values Content-Type: text/plain; charset=UTF-8 Message-Id: <20111228171916.4468442554@smtp1.rs.github.com> From: noreply@github.com X-BeenThere: cerowrt-commits@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: Development commits for the cerowrt project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Dec 2011 17:19:18 -0000 Branch: refs/heads/master Home: https://github.com/dtaht/deBloat Commit: e2c09b18d893e29d0f0da6e467c516a7dae6a111 https://github.com/dtaht/deBloat/commit/e2c09b18d893e29d0f0da6e467c516a7dae6a111 Author: Dave Taht Date: 2011-12-28 (Wed, 28 Dec 2011) Changed paths: A test/iperf.csv A test/iperf.lua Log Message: ----------- Iperf wrapper in lua for translating csv values Commit: 5c41f9447aa4cf01eaee7603eb81946222cc7422 https://github.com/dtaht/deBloat/commit/5c41f9447aa4cf01eaee7603eb81946222cc7422 Author: Dave Taht Date: 2011-12-28 (Wed, 28 Dec 2011) Changed paths: A wip/iptables/ame.conf A wip/iptables/ame_dbg A wip/iptables/classify.conf A wip/iptables/codepoints.sh A wip/iptables/dhcprule A wip/iptables/diffserv.lua A wip/iptables/fixbad.lua A wip/iptables/functions.sh A wip/iptables/fw A wip/iptables/ifnamefix A wip/iptables/sed A wip/iptables/user.conf Log Message: ----------- Took a stab at porting over the old shell based diffserv code Didn't quite finish by any respect. But I'm thinking that fw rules, classification, nat, and AQM all have to be in the same langauge with the same assumptions throughout. Commit: 81548e4d5a2bedd251de3b5f312a51521c25fbf6 https://github.com/dtaht/deBloat/commit/81548e4d5a2bedd251de3b5f312a51521c25fbf6 Author: Dave Taht Date: 2011-12-28 (Wed, 28 Dec 2011) Changed paths: M src/staqfq.lua Log Message: ----------- Made staqfq just work on cerowrt the version of tc I have there is qfq capable. Code is now pretty portable between openwrt and ubuntu. Commit: 67f858a95de4714a765e8c4a7239417d2d806d41 https://github.com/dtaht/deBloat/commit/67f858a95de4714a765e8c4a7239417d2d806d41 Author: Dave Taht Date: 2011-12-28 (Wed, 28 Dec 2011) Changed paths: A ideas/aggregation.org Log Message: ----------- some ideas towards eventually handling aggregation better Commit: 78891a4c05b32988d0d9fa42cc3daee51a4e80c2 https://github.com/dtaht/deBloat/commit/78891a4c05b32988d0d9fa42cc3daee51a4e80c2 Author: Dave Taht Date: 2011-12-28 (Wed, 28 Dec 2011) Changed paths: M test/README.org M test/itest4 M test/runtest Log Message: ----------- More notes regarding a lua based test framework Commit: ff790594c69ffa2f99250c18c4c41de742c2cc73 https://github.com/dtaht/deBloat/commit/ff790594c69ffa2f99250c18c4c41de742c2cc73 Author: Dave Taht Date: 2011-12-28 (Wed, 28 Dec 2011) Changed paths: A test/genpackets.lua Log Message: ----------- Consider straight lua for shaper and bandwidth detection Given the wide range of tools at hand that don't quite do the job we want, perhaps we can get a latency under load test on our own Compare: https://github.com/dtaht/deBloat/compare/c710046...ff79059