You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/05/25 07:24:10 UTC

[GitHub] [incubator-nuttx] anchao opened a new pull request #3776: net/dev: link the net device as order of registration

anchao opened a new pull request #3776:
URL: https://github.com/apache/incubator-nuttx/pull/3776


   ## Summary
   
   net/dev: link the net device as order of registration
   
   When multiple network cards are available on the device (with IFF_UP flag), 
   the flipped list will cause the netdev_default() to find a wrong default device
   
   https://github.com/apache/incubator-nuttx/blob/7a49fade033adf373004631f6e53e202cd97e143/net/netdev/netdev_default.c#L57-L86
   
   ## Impact
   
   netdev_register order
   
   ## Testing
   
   data receive/send works as expected if multiple network cards in IFF_UP/RUNNING status
   


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #3776: net/dev: link the net device as order of registration

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged pull request #3776:
URL: https://github.com/apache/incubator-nuttx/pull/3776


   


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org