From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Lunn Subject: Re: [PATCH net-next 0/5] net: phy: improve and simplify phylib state machine Date: Wed, 7 Nov 2018 20:48:16 +0100 Message-ID: <20181107194816.GC9599@lunn.ch> References: <922c223b-7bc0-e0ec-345d-2034b796af91@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Florian Fainelli , David Miller , "netdev@vger.kernel.org" To: Heiner Kallweit Return-path: Received: from vps0.lunn.ch ([185.16.172.187]:53927 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726697AbeKHFUH (ORCPT ); Thu, 8 Nov 2018 00:20:07 -0500 Content-Disposition: inline In-Reply-To: <922c223b-7bc0-e0ec-345d-2034b796af91@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: On Wed, Nov 07, 2018 at 08:41:52PM +0100, Heiner Kallweit wrote: > This patch series is based on two axioms: > > - During autoneg a PHY always reports the link being down Hi Heiner I think that is a risky assumption to make. What happens if this assumption is incorrect? Andrew