From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Lunn Subject: Re: DSA switch Date: Thu, 3 May 2018 16:01:04 +0200 Message-ID: <20180503140104.GD17027@lunn.ch> References: <20180502205620.GE24748@lunn.ch> <20180503071124.GM19250@nanopsycho> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Jiri Pirko , netdev@vger.kernel.org To: Ran Shalit Return-path: Received: from vps0.lunn.ch ([185.16.172.187]:48240 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751076AbeECOBF (ORCPT ); Thu, 3 May 2018 10:01:05 -0400 Content-Disposition: inline In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: > It seems that although the bridge command functions, it takes several > seconds (~6-7 seconds !) from the time it resturns to shell till a > real communication works (ping between 2 PCs connected to switch). > Does it usually takes so much time ? PHY link up can take a second or two. Less if you use interrupts. What do you have the bridge forwarding delay set to? I would suggest profiling it, see what is take time, and how you can tune it. Andrew