From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Lunn Subject: Re: DSA switch Date: Thu, 3 May 2018 23:05:45 +0200 Message-ID: <20180503210545.GJ17027@lunn.ch> References: <20180502205620.GE24748@lunn.ch> <20180503204150.GH17027@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]:48654 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751074AbeECVFq (ORCPT ); Thu, 3 May 2018 17:05:46 -0400 Content-Disposition: inline In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: > I am using kernel 2.6.37, but I think it is not kernel issue, but more > bad patches done on kernel. > It is based on TI's kernel, but with some custom modifications on > driver's switch, to make it work with TI's cpsw switch. > Seems like someone made some bad patch, I'll continue investigating it. > You can ignore the question... > > Many thanks a lot for the help, > Ran There is no DSA driver for the cpsw. Are you just using the cpsw to pass frames to a switch which is supported by DSA? In theory, mainline CPSW should just work for passing frames to an external switch. So why not just use mainline? Andrew