From: Eric Dumazet Date: Tue, 8 Oct 2013 22:16:00 +0000 (-0700) Subject: pkt_sched: fq: fix non TCP flows pacing X-Git-Tag: v3.12-rc7~20^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7eec4174ff29cd42f2acfae8112f51c228545d40;p=pandora-kernel.git pkt_sched: fq: fix non TCP flows pacing Steinar reported FQ pacing was not working for UDP flows. It looks like the initial sk->sk_pacing_rate value of 0 was a wrong choice. We should init it to ~0U (unlimited) Then, TCA_FQ_FLOW_DEFAULT_RATE should be removed because it makes no real sense. The default rate is really unlimited, and we need to avoid a zero divide. Reported-by: Steinar H. Gunderson Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed