Skip to content

Commit

Permalink
Made wireless work with redsfq
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
Dave Taht committed Jan 10, 2012
1 parent 7855510 commit 4a6653c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/debloat
Expand Up @@ -634,7 +634,7 @@ local function efq(parent, handle, speed, flows)
end

local function efqr(parent, handle, speed, flows)
qa(sf("parent %s handle %x: est 1sec 4sec sfq limit 3000 headdrop flows %d divisor 16384 redflowlimit 100000 min 8000 max 60000 probability 0.20 ecn",parent,handle,speed,flows))
qa(sf("parent %s handle %x: est 1sec 4sec sfq limit 3000 headdrop flows %d divisor 16384 redflowlimit 100000 min 8000 max 60000 probability 0.20 ecn",parent,handle,flows))
end

function iptables4(...)
Expand Down

0 comments on commit 4a6653c

Please sign in to comment.