From: Jesper Dangaard Brouer Date: Wed, 12 Sep 2007 14:36:28 +0000 (+0200) Subject: [NET_SCHED]: Making rate table lookups more flexible. X-Git-Tag: v2.6.24-rc1~1454^2~677 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e08b09983fe9cf379faf1aefdf9164268d4610e7;p=pandora-kernel.git [NET_SCHED]: Making rate table lookups more flexible. This is done in order to, add support to changing the rate table to use the upper-boundry L2T (length to time) value. Currently we use the lower-boundry, which result in under-estimating the actual bandwidth usage. Extend the tc_ratespec struct, with two parameters: 1) "cell_align" that allow adjusting the alignment of the rate table. 2) "overhead" that allow adding a packet overhead before the lookup. Signed-off-by: Jesper Dangaard Brouer Acked-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed