Re: [PATCH net-next 0/2] net: phy: don't stop state machine in case of MDIO error

2018-12-16 Thread David Miller
From: Heiner Kallweit Date: Sun, 16 Dec 2018 09:29:16 +0100 > On 15.12.2018 17:17, Heiner Kallweit wrote: >> If we detect a MDIO error, it seems to be a little bit too aggressive >> to stop the state machine and bring down the PHY completely. >> E.g. when polling and we miss one update, then this

Re: [PATCH net-next 0/2] net: phy: don't stop state machine in case of MDIO error

2018-12-16 Thread Heiner Kallweit
On 15.12.2018 17:17, Heiner Kallweit wrote: > If we detect a MDIO error, it seems to be a little bit too aggressive > to stop the state machine and bring down the PHY completely. > E.g. when polling and we miss one update, then this has no relevant > impact. > > Heiner Kallweit (2): > net: phy:

[PATCH net-next 0/2] net: phy: don't stop state machine in case of MDIO error

2018-12-15 Thread Heiner Kallweit
If we detect a MDIO error, it seems to be a little bit too aggressive to stop the state machine and bring down the PHY completely. E.g. when polling and we miss one update, then this has no relevant impact. Heiner Kallweit (2): net: phy: don't stop state machine in case of MDIO error net: fec: