Re: [PATCH] net: phy: Fix overlong PHY timeout

2020-03-05 Thread Joe Hershberger
On Sat, Jan 4, 2020 at 3:56 AM Andre Przywara wrote: > > Commit 27c3f70f3b50 ("net: phy: Increase link up delay in > genphy_update_link()") increased the per-iteration waiting time from > 1ms to 50ms, without adjusting the timeout counter. This lead to the > timeout increasing from the typical 4 s

Re: [PATCH] net: phy: Fix overlong PHY timeout

2020-03-04 Thread Simon Goldschmidt
On Fri, Feb 21, 2020 at 5:33 PM Matthias Brugger wrote: > > Hi Joe, > > On 30/01/2020 12:00, Matthias Brugger wrote: > > > > > > On 03/01/2020 23:08, Andre Przywara wrote: > >> Commit 27c3f70f3b50 ("net: phy: Increase link up delay in > >> genphy_update_link()") increased the per-iteration waiting

Re: [PATCH] net: phy: Fix overlong PHY timeout

2020-02-21 Thread Matthias Brugger
Hi Joe, On 30/01/2020 12:00, Matthias Brugger wrote: > > > On 03/01/2020 23:08, Andre Przywara wrote: >> Commit 27c3f70f3b50 ("net: phy: Increase link up delay in >> genphy_update_link()") increased the per-iteration waiting time from >> 1ms to 50ms, without adjusting the timeout counter. This l

Re: [PATCH] net: phy: Fix overlong PHY timeout

2020-01-30 Thread Matthias Brugger
On 03/01/2020 23:08, Andre Przywara wrote: > Commit 27c3f70f3b50 ("net: phy: Increase link up delay in > genphy_update_link()") increased the per-iteration waiting time from > 1ms to 50ms, without adjusting the timeout counter. This lead to the > timeout increasing from the typical 4 seconds to

Re: [PATCH] net: phy: Fix overlong PHY timeout

2020-01-04 Thread Stefan Roese
On 03.01.20 23:08, Andre Przywara wrote: Commit 27c3f70f3b50 ("net: phy: Increase link up delay in genphy_update_link()") increased the per-iteration waiting time from 1ms to 50ms, without adjusting the timeout counter. This lead to the timeout increasing from the typical 4 seconds to over three

[PATCH] net: phy: Fix overlong PHY timeout

2020-01-04 Thread Andre Przywara
Commit 27c3f70f3b50 ("net: phy: Increase link up delay in genphy_update_link()") increased the per-iteration waiting time from 1ms to 50ms, without adjusting the timeout counter. This lead to the timeout increasing from the typical 4 seconds to over three minutes. Adjust the timeout counter evalua