[PATCH v4] Update Strong APA Scheduler

2021-06-11 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 | 162 ++- cpukit/score/src/schedulerstrongapa.c

Re: [PATCH v4] Update Strong APA Scheduler

2021-06-15 Thread Sebastian Huber
On 11/06/2021 11:47, Richi Dubey wrote: diff --git a/cpukit/score/src/schedulerstrongapa.c b/cpukit/score/src/schedulerstrongapa.c index dcfb55601a..5aaa8dbd1a 100644 --- a/cpukit/score/src/schedulerstrongapa.c +++ b/cpukit/score/src/schedulerstrongapa.c @@ -3,29 +3,35 @@ * * @ingroup RTEM

Re: [PATCH v4] Update Strong APA Scheduler

2021-06-15 Thread Richi Dubey
Thanks for the review. I have updated ticket 3053 and sent v5. Can you please check? On Tue, Jun 15, 2021 at 4:06 PM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 11/06/2021 11:47, Richi Dubey wrote: > > diff --git a/cpukit/score/src/schedulerstrongapa.c > b/cpukit/score/src/