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 7C77C2009A6 for ; Tue, 10 Jan 2012 03:01:02 -0800 (PST) Received: from github.com (sh1.rs.github.com [172.17.1.41]) by smtp1.rs.github.com (Postfix) with ESMTP id CF36842644 for ; Tue, 10 Jan 2012 03:01:01 -0800 (PST) Date: Tue, 10 Jan 2012 03:01:01 -0800 From: GitHub To: cerowrt-commits@lists.bufferbloat.net Message-ID: <4f0c1a6dca76d_357b3fbac62112fc194120@sh1.rs.github.com.mail> Subject: [dtaht/deBloat] : Fix for the openwrt 'fix' Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_4f0c1a6dc82d3_357b3fbac62112fc193937"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: cerowrt-commits@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list Reply-To: GitHub List-Id: Development commits for the cerowrt project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jan 2012 11:01:02 -0000 ----==_mimepart_4f0c1a6dc82d3_357b3fbac62112fc193937 Date: Tue, 10 Jan 2012 03:01:01 -0800 Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-ID: <4f0c1a6dc98f4_357b3fbac62112fc1940c@sh1.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/dtaht/deBloat Commit: 7855510b62e4ea32d722ea856727ba23d6b67c73 https://github.com/dtaht/deBloat/commit/7855510b62e4ea32d722ea856727ba23d6b67c73 Author: Dave Taht Date: 2012-01-10 (Tue, 10 Jan 2012) Changed paths: M src/debloat Log Message: ----------- Fix for the openwrt 'fix' finger foo'd the variable name Commit: 4a6653cc4a17a10dcca5eefc1706b33a1e0ac8bb https://github.com/dtaht/deBloat/commit/4a6653cc4a17a10dcca5eefc1706b33a1e0ac8bb Author: Dave Taht Date: 2012-01-10 (Tue, 10 Jan 2012) Changed paths: M src/debloat Log Message: ----------- Made wireless work with redsfq Limit and depth are definately wrong, as is the divisor... I have also seen this sort of work with both VO and BE queues on cerowrt. I appear to be on a system now without 802.11e. But I did have some issues, but so many things are in flight that I have to take some steps back to thoroughly think about this and test wireless.... and, mentally, Time in Queue is way easier... qdisc mq 1: root Sent 38941951 bytes 43129 pkt (dropped 0, overlimits 0 requeues 1) backlog 0b 0p requeues 1 qdisc sfq 10: parent 1:1 limit 3000p quantum 1514b depth 127 headdrop divisor 16384 ewma 6 min 8000b max 60000b probability 0.2 ecn prob_mark 0 prob_mark_head 0 prob_drop 0 forced_mark 0 forced_mark_head 0 forced_drop 0 Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0) rate 0bit 0pps backlog 0b 0p requeues 0 qdisc sfq 20: parent 1:2 limit 2540p quantum 1514b depth 127 headdrop divisor 16384 ewma 6 min 8000b max 60000b probability 0.2 ecn prob_mark 0 prob_mark_head 0 prob_drop 0 forced_mark 0 forced_mark_head 0 forced_drop 0 Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0) rate 0bit 0pps backlog 0b 0p requeues 0 qdisc sfq 30: parent 1:3 limit 3000p quantum 1514b depth 127 headdrop divisor 16384 ewma 6 min 8000b max 60000b probability 0.2 ecn prob_mark 0 prob_mark_head 0 prob_drop 0 forced_mark 0 forced_mark_head 0 forced_drop 0 Sent 38941951 bytes 43129 pkt (dropped 0, overlimits 0 requeues 1) Compare: https://github.com/dtaht/deBloat/compare/e24ff88...4a6653c ----==_mimepart_4f0c1a6dc82d3_357b3fbac62112fc193937--