Re: [U-Boot] [PATCH v3 08/11] drivers: net: aquantia: check system interface too when checking for link up

2019-11-29 Thread Joe Hershberger
On Thu, Nov 14, 2019 at 10:32 AM Alex Marginean wrote: > > In some cases the link on the system interface of the aquantia PHY comes up > after the link on line interface. The link state loop only checks the line > side, which may result in first packet sent being lost. > Use aquantia_link_is_up i

[U-Boot] [PATCH v3 08/11] drivers: net: aquantia: check system interface too when checking for link up

2019-11-14 Thread Alex Marginean
In some cases the link on the system interface of the aquantia PHY comes up after the link on line interface. The link state loop only checks the line side, which may result in first packet sent being lost. Use aquantia_link_is_up instead, which checks both system and line side on gen 2/3 PHYs to