Received: with ECARTIS (v1.0.0; list netdev); Thu, 28 Aug 2003 17:04:25 -0700 (PDT) Received: from Cantor.suse.de (ns.suse.de [195.135.220.2]) by oss.sgi.com (8.12.9/8.12.5) with SMTP id h7T03mWZ005680 for ; Thu, 28 Aug 2003 17:03:49 -0700 Received: from Hermes.suse.de (Hermes.suse.de [195.135.221.8]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by Cantor.suse.de (Postfix) with ESMTP id 68A0F157AB0A; Fri, 29 Aug 2003 02:03:42 +0200 (CEST) Date: Fri, 29 Aug 2003 02:03:41 +0200 From: Andi Kleen To: Ben Greear Cc: anton@samba.org, netdev@oss.sgi.com Subject: Re: 100 network limit Message-Id: <20030829020341.706356e7.ak@suse.de> In-Reply-To: <3F4E783F.6080707@candelatech.com> References: <20030828180019.GH12541@krispykreme> <20030828210855.58759b69.ak@suse.de> <3F4E783F.6080707@candelatech.com> X-Mailer: Sylpheed version 0.8.9 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-archive-position: 5361 X-ecartis-version: Ecartis v1.0.0 Sender: netdev-bounce@oss.sgi.com Errors-to: netdev-bounce@oss.sgi.com X-original-sender: ak@suse.de Precedence: bulk X-list: netdev Content-Length: 395 Lines: 13 On Thu, 28 Aug 2003 14:46:39 -0700 Ben Greear wrote: > > Since you can rename devices, that might not work. When someone renames eth1 to eth2 and the bitmap doesn't have eth2 set and selects it then you can just retry, searching for further free bits. When someone renames eth2 to eth1 the rename code should just clear the bit of eth2 before the rename. -Andi