From: Jesper Dangaard Brouer Date: Wed, 12 Sep 2007 14:35:24 +0000 (+0200) Subject: [NET_SCHED]: Cleanup L2T macros and handle oversized packets X-Git-Tag: v2.6.24-rc1~1454^2~678 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9bef55d3d062ee7a78fde2913ec87ca9305a1e0;p=pandora-kernel.git [NET_SCHED]: Cleanup L2T macros and handle oversized packets Change L2T (length to time) macros, in all rate based schedulers, to call a common function qdisc_l2t() that does the rate table lookup. This function handles if the packet size lookup is larger than the rate table, which often occurs with TSO enabled. Signed-off-by: Jesper Dangaard Brouer Acked-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed