From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [DECNET 05/06]: Increase number of possible routing tables to 2^32 Date: Thu, 10 Aug 2006 23:11:55 -0700 (PDT) Message-ID: <20060810.231155.71845989.davem@davemloft.net> References: <20060810192957.14867.71965.sendpatchset@localhost.localdomain> <20060810193004.14867.2690.sendpatchset@localhost.localdomain> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, patrick@tykepenguin.com Return-path: Received: from dsl027-180-168.sfo1.dsl.speakeasy.net ([216.27.180.168]:38085 "EHLO sunset.davemloft.net") by vger.kernel.org with ESMTP id S1751581AbWHKGLq (ORCPT ); Fri, 11 Aug 2006 02:11:46 -0400 To: kaber@trash.net In-Reply-To: <20060810193004.14867.2690.sendpatchset@localhost.localdomain> Sender: netdev-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Patrick McHardy 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 iterations > over all possible table IDs by hash table walking. > > Signed-off-by: Patrick McHardy Applied.