From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from vps0.lunn.ch ([185.16.172.187]:36945 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751917AbeCTPwC (ORCPT ); Tue, 20 Mar 2018 11:52:02 -0400 Date: Tue, 20 Mar 2018 16:51:57 +0100 From: Andrew Lunn To: David Miller Cc: f.fainelli@gmail.com, netdev@vger.kernel.org, privat@egil-hjelmeland.no, vivien.didelot@savoirfairelinux.com, rmk+kernel@armlinux.org.uk, sean.wang@mediatek.com, Woojung.Huh@microchip.com, john@phrozen.org, cphealy@gmail.com Subject: Re: [PATCH net-next 0/4] net: dsa: Plug in PHYLINK support Message-ID: <20180320155157.GA24516@lunn.ch> References: <20180318185246.19311-1-f.fainelli@gmail.com> <20180320.112842.2181273000289842954.davem@davemloft.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180320.112842.2181273000289842954.davem@davemloft.net> Sender: netdev-owner@vger.kernel.org List-ID: On Tue, Mar 20, 2018 at 11:28:42AM -0400, David Miller wrote: > From: Florian Fainelli > Date: Sun, 18 Mar 2018 11:52:42 -0700 > > > This patch series adds PHYLINK support to DSA which is necessary to > > support more complex PHY and pluggable modules setups. > > This series is kinda stuck in the mud because of the discussion about > putting a phylink reference into netdevice. It is only partially stuck. I've run some tests with the current patches and found some regressions. I'm working on the Marvell switch support to fix this. However, i agree, it would be good to have a repost of Russells patches. Andrew