From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Lunn Subject: Re: cascaded switch Date: Fri, 18 May 2018 22:51:29 +0200 Message-ID: <20180518205129.GJ23100@lunn.ch> References: <20180518191357.GH23100@lunn.ch> <20180518202920.GI23100@lunn.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netdev@vger.kernel.org To: Ran Shalit Return-path: Received: from vps0.lunn.ch ([185.16.172.187]:37231 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751696AbeERUva (ORCPT ); Fri, 18 May 2018 16:51:30 -0400 Content-Disposition: inline In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: > So, it is used so that the 2 switch will behave as if it is one big switch. Yes. This particularly important with offloading. When your offload a bridge, you don't need to care which switch the ports or on. If traffic needs to go from one switch to the other, it will. If you modelled it as two switches, you would need to manually setup that cross switch connection. Andrew