From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751424AbZHRE42 (ORCPT ); Tue, 18 Aug 2009 00:56:28 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751301AbZHRE41 (ORCPT ); Tue, 18 Aug 2009 00:56:27 -0400 Received: from 1wt.eu ([62.212.114.60]:44428 "EHLO 1wt.eu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751266AbZHRE40 (ORCPT ); Tue, 18 Aug 2009 00:56:26 -0400 Date: Tue, 18 Aug 2009 06:56:03 +0200 From: Willy Tarreau To: david@lang.hm Cc: Rick Jones , David Miller , tim.bird@am.sony.com, r.schwebel@pengutronix.de, vda.linux@googlemail.com, linux-kernel@vger.kernel.org, linux-embedded@vger.kernel.org, arjan@linux.intel.com, kernel@pengutronix.de, netdev@vger.kernel.org Subject: Re: new ipdelay= option for faster netboot Message-ID: <20090818045603.GD11624@1wt.eu> References: <20090814204305.GA31727@pengutronix.de> <4A89AC40.2040109@am.sony.com> <4A89DB15.6060101@am.sony.com> <20090817.180323.253692704.davem@davemloft.net> <4A8A0454.8000902@hp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.11 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Aug 17, 2009 at 07:45:33PM -0700, david@lang.hm wrote: > On Mon, 17 Aug 2009, Rick Jones wrote: > > >David Miller wrote: > >>I have card/switch combinations that take up to 10 seconds to > >>negotiate a proper link. > > > >Gotta love it when things adhere to specs... > > the default on Cisco switches is to wait 30 seconds before fully enabling > the port so that it can listen for spanning tree broadcasts. And this causes a lot of trouble in high availability environments, because the link is up but unusable. So if you're using it as a primary bond link you can lose connectivity for that time. Fortunately, you can configure the port in "switchport mode access", "portfast" mode to avoid this annoying delay. Willy