From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Wed, 23 Feb 2011 22:37:37 -0800 From: Stephen Hemminger Message-ID: <20110223223737.594932a8@nehalam> In-Reply-To: <89132767-587d-4186-8eac-9692bed59a44@email.android.com> References: <1297811961-19249-1-git-send-email-linus.luessing@web.de> <4D65CD81.4070203@zytor.com> <20110224040412.GA25488@gondor.apana.org.au> <4D65E2B4.1010501@zytor.com> <20110224054232.GA26064@gondor.apana.org.au> <89132767-587d-4186-8eac-9692bed59a44@email.android.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Bridge] Multicast snooping fixes and suggestions List-Id: Linux Ethernet Bridging List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "H. Peter Anvin" Cc: netdev@vger.kernel.org, bridge@lists.linux-foundation.org, linux-kernel@vger.kernel.org, Herbert Xu , Linus =?ISO-8859-1?B?TPxz?= =?ISO-8859-1?B?c2luZw==?= , "David S. Miller" On Wed, 23 Feb 2011 21:57:32 -0800 "H. Peter Anvin" wrote: > Ok, so stupid question... how do hardware switches deal with this? It would seem to me that if everyone behind say a Cisco switch had these kind of issues they would have limited appeal... Real bridges run current newwer Spanning Tree Protocol that converges faster. The current Linux STP code is on older standard (around 2001). The current STP standard use RSTP which converges much faster. http://en.wikipedia.org/wiki/Spanning_Tree_Protocol There is a userspace RSTP daemon that almost nobody uses. There are a number of other STP enhancements that are needed like STP protection and MSTP, as welll as the Cisco non-standard STP VLAN stuff. Fixing STP and testing it is a fairly project, too big for a spare time effort and currently not something high enough on the project chart for me to be able to dedicate much company time on. Contributions welcome.