From: Eric Dumazet Date: Thu, 19 Sep 2013 16:10:20 +0000 (-0700) Subject: net_sched: htb: support of 64bit rates X-Git-Tag: v3.13-rc1~105^2~387 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df62cdf348c91baac61b4cb19d19ea1ef87b271e;p=pandora-kernel.git net_sched: htb: support of 64bit rates HTB already can deal with 64bit rates, we only have to add two new attributes so that tc can use them to break the current 32bit ABI barrier. TCA_HTB_RATE64 : class rate (in bytes per second) TCA_HTB_CEIL64 : class ceil (in bytes per second) This allows us to setup HTB on 40Gbps links, as 32bit limit is actually ~34Gbps Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed