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