v01d opened a new issue #3379:
URL: https://github.com/apache/incubator-nuttx/issues/3379


   ```
     Description: Many network drivers run the network on the high priority work
                  queue thread (or support an option to do so).  Networking 
should
                  not be done on the high priority work thread because it 
interferes
                  with real-time behavior.  Fix by forcing all network drivers 
to
                  run on the low priority work queue.
     Status:      Open
     Priority:    Low.  Not such big deal for demo network test and demo
                  configurations except that it provides a bad example for a 
product
                  OS configuration.
   ```


-- 
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:
[email protected]


Reply via email to