Re: [DECNET 05/06]: Increase number of possible routing tables to 2^32

2006-08-10 Thread David Miller
From: Patrick McHardy <[EMAIL PROTECTED]> Date: Thu, 10 Aug 2006 21:30:04 +0200 (MEST) > [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 iteration

[DECNET 05/06]: Increase number of possible routing tables to 2^32

2006-08-10 Thread Patrick McHardy
[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 <[EMAIL PRO