From: Thomas Graf Date: Sat, 5 Nov 2005 20:14:03 +0000 (+0100) Subject: [PKT_SCHED]: Generic RED layer X-Git-Tag: v2.6.15-rc1~452^2^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a783474591f2eed0348e08b15934fa9a25e23b3e;p=pandora-kernel.git [PKT_SCHED]: Generic RED layer Extracts the RED algorithm from sch_red.c and puts it into include/net/red.h for use by other RED based modules. The statistics are extended to be more fine grained in order to differ between probability/forced marks/drops. We now reset the average queue length when setting new parameters, leaving it might result in an unreasonable qavg for a while depending on the value of W. Signed-off-by: Thomas Graf Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed