On 4/4/2024 7:59 PM, James Dutton wrote: > Hi, > > I have source code for a sfp phy that is setting > phydev->link = 1 > What else do I have to do to make ethtool think the > Link detected: yes > > Is there a function I need to call from the phy code to cause the > carrier state to be UP ? > ethtool always shows "Link detected: no" state.
Hi James, Not sure what this has to do with intel-wired-lan, but you just need netif_carrier_on()