Re: [PATCH 1/4] Update Strong APA Scheduler

2021-06-10 Thread Richi Dubey
Hello Sebastian, Thanks for the quick review. I have sent a new v2 patch. Can you please check if it looks good? On Wed, Jun 9, 2021 at 7:25 PM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Hello Richi, > > could you please adjust your new Doxygen comments so that they are in >

Re: [PATCH 1/4] Update Strong APA Scheduler

2021-06-09 Thread Sebastian Huber
Hello Richi, could you please adjust your new Doxygen comments so that they are in line with the Doxygen comments you are replace. On 09/06/2021 09:39, Richi Dubey wrote: #ifndef _RTEMS_SCORE_SCHEDULERSTRONGAPA_H #define _RTEMS_SCORE_SCHEDULERSTRONGAPA_H #include -#include #incl

[PATCH 1/4] Update Strong APA Scheduler

2021-06-09 Thread Richi Dubey
This change allows for the migration of higher priority tasks on the arrival of a lower priority task limited by affinity constraints. --- cpukit/include/rtems/scheduler.h | 10 +- .../include/rtems/score/schedulerstrongapa.h | 170 +++- cpukit/score/src/schedulerstrongapa.c