pkarashchenko commented on PR #7464:
URL: https://github.com/apache/nuttx/pull/7464#issuecomment-1513605570

   > @pkarashchenko - this looks correct to me. 
   > The only concern I have is that copy loop could add latency and jitter to 
interrupt processing.
   > Do you think it will be significant?
   
   I think that a similar approach is applied in the SMP case. At least I can't 
reproduce an issue in SMP mode (newly added ostest pass in SMP mode). Maybe 
because SMP has ready-to-run and assigned lists, but non-SMP has only 
ready-to-run. I've experimented with a few possible solutions and ended up with 
this because it does not impact SMP mode, but I can try to evaluate something 
that moves tasks only if currently running task downgrades the priority, so the 
overhead is not so big.


-- 
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: commits-unsubscr...@nuttx.apache.org

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

Reply via email to