Re: Explanation about the high level design choices of Strong APA

2020-08-06 Thread Richi Dubey
Yes, This is a serious issue. I will work on finding this and documenting each case to make sure that there are no loose ends. Meanwhile, please have a look at the low-level description. Thank you for the review. On Thu, Aug 6, 2020 at 8:12 PM Gedare Bloom wrote: > Thanks for the detailed writ

Re: Explanation about the high level design choices of Strong APA

2020-08-06 Thread Gedare Bloom
Thanks for the detailed write-up. My only concern with your choice is whether these two function pointers, get_highest_ready and get_lowest_ready, will get called along other paths when there hasn't been a task arrival/departure? This shouldn't cause a correctness problem, but it may cause a perfor

Explanation about the high level design choices of Strong APA

2020-08-04 Thread Richi Dubey
Hi, Implementing the Strong APA scheduler requires finding places to put the two most important algorithms (pages 5 and 6 from the paper ) in the current RTEMS SMP scheduler framework. I have chosen get_highest_ready and get_lowest_ready to