Re: [PATCH] net: dwc_eth_qos: Fix needless phy auto-negotiation restarts

2021-06-12 Thread Ramon Fried
On Mon May 24, 2021 at 1:24 AM IDT, Daniil Stas wrote: > Disabling clk_ck clock leads to link up status loss in phy, which > leads to auto-negotiation restart before each network command > execution. > > This issue is especially big for PXE boot protocol because of > auto-negotiation restarts

Re: [PATCH] net: dwc_eth_qos: Fix needless phy auto-negotiation restarts

2021-06-01 Thread Patrick DELAUNAY
Hi, On 5/24/21 12:24 AM, Daniil Stas wrote: Disabling clk_ck clock leads to link up status loss in phy, which leads to auto-negotiation restart before each network command execution. This issue is especially big for PXE boot protocol because of auto-negotiation restarts before each

Re: [PATCH] net: dwc_eth_qos: Fix needless phy auto-negotiation restarts

2021-05-25 Thread Ramon Fried
On Mon, May 24, 2021 at 1:18 AM Daniil Stas wrote: > > Disabling clk_ck clock leads to link up status loss in phy, which > leads to auto-negotiation restart before each network command > execution. > > This issue is especially big for PXE boot protocol because of > auto-negotiation restarts

Re: [PATCH] net: dwc_eth_qos: Fix needless phy auto-negotiation restarts

2021-05-24 Thread Patrice CHOTARD
Hi Daniil +Christophe Thanks Patrice On 5/24/21 12:24 AM, Daniil Stas wrote: > Disabling clk_ck clock leads to link up status loss in phy, which > leads to auto-negotiation restart before each network command > execution. > > This issue is especially big for PXE boot protocol because of >

[PATCH] net: dwc_eth_qos: Fix needless phy auto-negotiation restarts

2021-05-23 Thread Daniil Stas
Disabling clk_ck clock leads to link up status loss in phy, which leads to auto-negotiation restart before each network command execution. This issue is especially big for PXE boot protocol because of auto-negotiation restarts before each configuration filename trial. To avoid this issue don't