From: Eric Dumazet Date: Tue, 25 Nov 2014 16:57:29 +0000 (-0800) Subject: pkt_sched: fq: increase max delay from 125 ms to one second X-Git-Tag: omap-for-v3.20/drop-legacy-3517~122^2~113 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ced7a04e394fe1df41d13b833baab5cfcb1d03b3;p=pandora-kernel.git pkt_sched: fq: increase max delay from 125 ms to one second FQ/pacing has a clamp of delay of 125 ms, to avoid some possible harm. It turns out this delay is too small to allow pacing low rates : Some ISP setup very aggressive policers as low as 16kbit. Now TCP stack has spurious rtx prevention, it seems safe to increase this fixed parameter, without adding a qdisc attribute. Signed-off-by: Eric Dumazet Cc: Yang Yingliang Signed-off-by: David S. Miller --- Reading git-diff-tree failed