From: Patrick McHardy Date: Fri, 11 Aug 2006 06:11:47 +0000 (-0700) Subject: [DECNET]: Increase number of possible routing tables to 2^32 X-Git-Tag: v2.6.19-rc1~1272^2~282 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abcab268303c22d24fc89fedd35d82271d20f5da;p=pandora-kernel.git [DECNET]: Increase number of possible routing tables to 2^32 Increase the number of possible routing tables to 2^32 by replacing the fixed sized array of pointers by a hash table and replacing iterations over all possible table IDs by hash table walking. Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed