From: Eric Dumazet Date: Tue, 4 Jun 2013 07:11:48 +0000 (+0000) Subject: net_sched: htb: do not mix 1ns and 64ns time units X-Git-Tag: v3.10-rc5~25^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5343a7f8be11951cb3095b91e8e4eb506cfacc0f;p=pandora-kernel.git net_sched: htb: do not mix 1ns and 64ns time units commit 56b765b79 ("htb: improved accuracy at high rates") added another regression for low rates, because it mixes 1ns and 64ns time units. So the maximum delay (mbuffer) was not 60 second, but 937 ms. Lets convert all time fields to 1ns as 64bit arches are becoming the norm. Reported-by: Jesper Dangaard Brouer Signed-off-by: Eric Dumazet Tested-by: Jesper Dangaard Brouer Signed-off-by: David S. Miller --- Reading git-diff-tree failed