From: Eric Dumazet Date: Tue, 19 May 2009 02:26:37 +0000 (-0700) Subject: pkt_sched: gen_estimator: use 64 bit intermediate counters for bps X-Git-Tag: v2.6.30-rc7~20^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=511e11e396dc596825ce04d53d7f6d579404bc01;p=pandora-kernel.git pkt_sched: gen_estimator: use 64 bit intermediate counters for bps gen_estimator can overflow bps (bytes per second) with Gb links, while it was designed with a u32 API, with a theorical limit of 34360Mbit (2^32 bytes) Using 64 bit intermediate avbps/brate counters can allow us to reach this theorical limit. Signed-off-by: Eric Dumazet Signed-off-by: Jarek Poplawski Signed-off-by: David S. Miller --- Reading git-diff-tree failed