Re: [PATCH v2] net: phy: add XFI, USXGMII types to is_10g_interface() helper

2020-03-05 Thread Joe Hershberger
On Thu, Jan 9, 2020 at 2:50 AM Alex Marginean wrote: > > The helper is used to reset PHYs on connect and it determines the clause > to use (C22/C45) based on interface type. This fixes 'PHY reset timed out' > warnings in console for USXGMII/XFI PHYs. > > Signed-off-by: Alex Marginean Acked-by:

[PATCH v2] net: phy: add XFI, USXGMII types to is_10g_interface() helper

2020-01-09 Thread Alex Marginean
The helper is used to reset PHYs on connect and it determines the clause to use (C22/C45) based on interface type. This fixes 'PHY reset timed out' warnings in console for USXGMII/XFI PHYs. Signed-off-by: Alex Marginean --- Changes in v2: - updated helper comment, I missed that in v1 replaces