From: Yang Yingliang Date: Tue, 10 Dec 2013 06:59:28 +0000 (+0800) Subject: net: sched: htb: fix the calculation of quantum X-Git-Tag: v3.13-rc4~3^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1598f7cb4745c40467decc91ee44ec615773eb45;p=pandora-kernel.git net: sched: htb: fix the calculation of quantum Now, 32bit rates may be not the true rate. So use rate_bytes_ps which is from max(rate32, rate64) to calcualte quantum. Signed-off-by: Yang Yingliang Acked-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed