From: Eric Dumazet Date: Thu, 5 Jan 2012 02:25:16 +0000 (+0000) Subject: net_sched: red: split red_parms into parms and vars X-Git-Tag: v3.3-rc1~182^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eeca6688d6599c28bc449a45facb67d7f203be74;p=pandora-kernel.git net_sched: red: split red_parms into parms and vars This patch splits the red_parms structure into two components. One holding the RED 'constant' parameters, and one containing the variables. This permits a size reduction of GRED qdisc, and is a preliminary step to add an optional RED unit to SFQ. SFQRED will have a single red_parms structure shared by all flows, and a private red_vars per flow. Signed-off-by: Eric Dumazet CC: Dave Taht CC: Stephen Hemminger Signed-off-by: David S. Miller --- Reading git-diff-tree failed