Skip to content

Commit

Permalink
debloat: the impact on stability is not worth the cost on wireless
Browse files Browse the repository at this point in the history
fiddling with the wireless qlens DOES do nice things on some
benchmarks, however, as we are trying to get stability here,
and this may be a cause of the problems, nuke the change.

Also bump the wired quantum up to 1514 from the current 1000,
which does little good. 300 might be better, but, what the heck.
  • Loading branch information
Dave Taht committed Jul 11, 2014
1 parent 6e50f14 commit 781df34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions net/debloat/files/debloat
Original file line number Diff line number Diff line change
Expand Up @@ -1619,7 +1619,7 @@ local function ethernet_fq_codel(queues)
end

local function ethernet_fq_codel_ll(queues)
qa("handle %x root fq_codel limit 1000 quantum 1000 ",10)
qa("handle %x root fq_codel limit 1000 quantum 1514",10)
end

local function ethernet_codel(queues)
Expand Down Expand Up @@ -1974,7 +1974,7 @@ ECALLBACKS = { ["qfq"] = ethernet_qfq,
local function wireless(model)
print(model)
if WCALLBACKS[model] ~= nil then
wireless_qlen()
-- wireless_qlen()
return WCALLBACKS[model]()
else
usage("AQM model not found")
Expand Down

0 comments on commit 781df34

Please sign in to comment.