Re: [PATCH v3] Update Strong APA Scheduler

2021-06-11 Thread Richi Dubey
Thanks, Done. Can you please check v4? On Fri, Jun 11, 2021 at 12:36 PM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 11/06/2021 09:04, Richi Dubey wrote: > > It is only used in /cpukit/score/src/schedulerstrongapa.c. Is it okay if > > I put it there? > > Yes, this is the righ

Re: [PATCH v3] Update Strong APA Scheduler

2021-06-11 Thread Sebastian Huber
On 11/06/2021 09:04, Richi Dubey wrote: It is only used inĀ /cpukit/score/src/schedulerstrongapa.c. Is it okay if I put it there? Yes, this is the right place. -- embedded brains GmbH Herr Sebastian HUBER Dornierstr. 4 82178 Puchheim Germany email: sebastian.hu...@embedded-brains.de phone: +49-

Re: [PATCH v3] Update Strong APA Scheduler

2021-06-11 Thread Richi Dubey
It is only used in /cpukit/score/src/schedulerstrongapa.c. Is it okay if I put it there? Thanks. On Fri, Jun 11, 2021 at 12:12 PM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 11/06/2021 07:45, Richi Dubey wrote: > > diff --git a/cpukit/include/rtems/score/schedulernodeimpl.h

Re: [PATCH v3] Update Strong APA Scheduler

2021-06-10 Thread Sebastian Huber
On 11/06/2021 07:45, Richi Dubey wrote: diff --git a/cpukit/include/rtems/score/schedulernodeimpl.h b/cpukit/include/rtems/score/schedulernodeimpl.h index 5d6f795912..ba116077c7 100644 --- a/cpukit/include/rtems/score/schedulernodeimpl.h +++ b/cpukit/include/rtems/score/schedulernodeimpl.h @@ -4

[PATCH v3] Update Strong APA Scheduler

2021-06-10 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/schedulernodeimpl.h | 3 + .../include/rtems/score/schedulerstrongapa.h |