Re: [PATCH v2] Pre Release: Strong APA

2020-08-26 Thread Richi Dubey
> > > @@ -257,16 +257,14 @@ >> >#define RTEMS_SCHEDULER_STRONG_APA( name, prio_count ) \ >> > static struct { \ >> >Scheduler_strong_APA_Context Base; \ >> > - Chain_ControlReady[ ( prio_count ) ]; \ >> > + Scheduler_strong_APA_Struct Struct[ CONFIGURE_MAX

Re: [PATCH v2] Pre Release: Strong APA

2020-08-25 Thread Richi Dubey
Hi, Thanks a lot for this detailed review. I will work on each point that you mentioned. On Mon, Aug 24, 2020 at 11:07 PM Gedare Bloom wrote: > On Mon, Aug 24, 2020 at 10:14 AM Richi Dubey wrote: > > > > --- > > cpukit/include/rtems/scheduler.h | 6 +- > > .../include/rtems/sco

Re: [PATCH v2] Pre Release: Strong APA

2020-08-24 Thread Gedare Bloom
On Mon, Aug 24, 2020 at 10:14 AM Richi Dubey wrote: > > --- > cpukit/include/rtems/scheduler.h | 6 +- > .../include/rtems/score/schedulerstrongapa.h | 284 -- > cpukit/score/src/schedulerstrongapa.c | 913 ++ > 3 files changed, 901 insertions(+), 302 d