Re: Strong APA Scheduler Implementation

2016-06-30 Thread Sebastian Huber
Hello Darshit, I update the smpstrongapa01 test to use table driven test actions to carry out test cases: https://git.rtems.org/rtems/tree/testsuites/smptests/smpstrongapa01/init.c#n103 This should be enough to thoroughly test this scheduler. You can run the test via: qemu-system-arm -no-r

Re: Strong APA Scheduler Implementation

2016-06-29 Thread Sebastian Huber
Hello Darshit, On 29/06/16 11:56, Darshit Shah wrote: Hi, For the strong APA scheduler, I have added support for storing affinity sets to the Thread node structure. This code was mostly borrowed from the existing code in the priority affinity SMP scheduler. Currently, it was copied, but it s

Strong APA Scheduler Implementation

2016-06-29 Thread Darshit Shah
Hi, For the strong APA scheduler, I have added support for storing affinity sets to the Thread node structure. This code was mostly borrowed from the existing code in the priority affinity SMP scheduler. Currently, it was copied, but it should be possible to simply reuse the entire code as we