From: Eric Dumazet Date: Wed, 16 May 2012 04:39:09 +0000 (+0000) Subject: fq_codel: should use qdisc backlog as threshold X-Git-Tag: v3.5-rc1~109^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=865ec5523dadbedefbc5710a68969f686a28d928;p=pandora-kernel.git fq_codel: should use qdisc backlog as threshold codel_should_drop() logic allows a packet being not dropped if queue size is under max packet size. In fq_codel, we have two possible backlogs : The qdisc global one, and the flow local one. The meaningful one for codel_should_drop() should be the global backlog, not the per flow one, so that thin flows can have a non zero drop/mark probability. Signed-off-by: Eric Dumazet Cc: Dave Taht Cc: Kathleen Nichols Cc: Van Jacobson Signed-off-by: David S. Miller --- Reading git-diff-tree failed