PetervdPerk-NXP opened a new issue, #18110:
URL: https://github.com/apache/nuttx/issues/18110

   ### Description / Steps to reproduce the issue
   
   As discussed on #18011 I was having a regression on main.
   
   Which correctly pointed out that state was `UP` instead of `RUNNING`.
   To my surprise the IMXRT enet driver doesn't use the 
`netdev_carrier_on(dev);` call to indicate running.
   
   Since this is now mandatory I think all ethernet driver need to be reviewed 
to use the `netdev_carrier_on(dev);` call correctly otherwise they would also 
regress.
   
   ### On which OS does this issue occur?
   
   [OS: Linux]
   
   ### What is the version of your OS?
   
   Ubuntu 24.04
   
   ### NuttX Version
   
   Main
   
   ### Issue Architecture
   
   [Arch: all]
   
   ### Issue Area
   
   [Area: Networking]
   
   ### Host information
   
   _No response_
   
   ### Verification
   
   - [x] I have verified before submitting the report.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to