Re: [lng-odp] [PATCH] validation: scheduler: Release context before the end of the scheduler test

2017-04-13 Thread Honnappa Nagarahalli
liljed...@linaro.org>; Savolainen, Petri (Nokia - > FI/Espoo) <petri.savolai...@nokia-bell-labs.com>; Kevin Wang > <kevin.w...@arm.com>; lng-odp@lists.linaro.org > Subject: Re: [lng-odp] [PATCH] validation: scheduler: Release context before > the end of the schedu

Re: [lng-odp] [PATCH] validation: scheduler: Release context before the end of the scheduler test

2017-04-10 Thread Savolainen, Petri (Nokia - FI/Espoo)
in.w...@arm.com>; lng-odp@lists.linaro.org Subject: Re: [lng-odp] [PATCH] validation: scheduler: Release context before the end of the scheduler test So seems a new API odp_schedule_release_context() is required. So I'll redirect the patch to api-next. Should it be an internal function? Your sch

Re: [lng-odp] [PATCH] validation: scheduler: Release context before the end of the scheduler test

2017-04-10 Thread Savolainen, Petri (Nokia - FI/Espoo)
lt;kevin.w...@arm.com>; > lng-odp@lists.linaro.org > Subject: Re: [lng-odp] [PATCH] validation: scheduler: Release context > before the end of the scheduler test > > On 7 April 2017 at 14:06, Savolainen, Petri (Nokia - FI/Espoo) > <petri.savolai...@nokia-bell-labs

Re: [lng-odp] [PATCH] validation: scheduler: Release context before the end of the scheduler test

2017-04-09 Thread Kevin Wang
t; >> To: Savolainen, Petri (Nokia - FI/Espoo) <petri.savolainen@nokia-bell- > labs.com> > >> Cc: Kevin Wang <kevin.w...@arm.com>; lng-odp@lists.linaro.org > >> Subject: Re: [lng-odp] [PATCH] validation: scheduler: Release context > before the end of the schedu

Re: [lng-odp] [PATCH] validation: scheduler: Release context before the end of the scheduler test

2017-04-08 Thread Bill Fischofer
> Sent: Friday, April 07, 2017 11:45 AM >> To: Savolainen, Petri (Nokia - FI/Espoo) >> <petri.savolai...@nokia-bell-labs.com> >> Cc: Kevin Wang <kevin.w...@arm.com>; lng-odp@lists.linaro.org >> Subject: Re: [lng-odp] [PATCH] validation: scheduler: Release co

Re: [lng-odp] [PATCH] validation: scheduler: Release context before the end of the scheduler test

2017-04-08 Thread Ola Liljedahl
.@nokia-bell-labs.com> > Cc: Kevin Wang <kevin.w...@arm.com>; lng-odp@lists.linaro.org > Subject: Re: [lng-odp] [PATCH] validation: scheduler: Release context before > the end of the scheduler test > > 1.Release context is just to be added for scalable scheduler in > sche

Re: [lng-odp] [PATCH] validation: scheduler: Release context before the end of the scheduler test

2017-04-08 Thread Ola Liljedahl
om> wrote: >> >> >> >> >> >> From: Kevin Wang [mailto:kevin.w...@linaro.org] >> >> Sent: Friday, April 07, 2017 11:45 AM >> >> To: Savolainen, Petri (Nokia - FI/Espoo) < >> > petri.savolai...@nokia-bell-labs.com> &g

Re: [lng-odp] [PATCH] validation: scheduler: Release context before the end of the scheduler test

2017-04-08 Thread Kevin Wang
econdary. > > >> > >> -Petri > >> > >> > >> > >> 2017-04-07 16:22 GMT+08:00 Savolainen, Petri (Nokia - FI/Espoo) < > > petri.savolai...@nokia-bell-labs.com > petri.savolai...@nokia-bell-labs.com>>: > >> > >>

Re: [lng-odp] [PATCH] validation: scheduler: Release context before the end of the scheduler test

2017-04-07 Thread Honnappa Nagarahalli
> Sent: Friday, April 07, 2017 11:45 AM >> To: Savolainen, Petri (Nokia - FI/Espoo) < > petri.savolai...@nokia-bell-labs.com> >> Cc: Kevin Wang <kevin.w...@arm.com>; lng-odp@lists.linaro.org >> Subject: Re: [lng-odp] [PATCH] validation: scheduler: Release context > be

Re: [lng-odp] [PATCH] validation: scheduler: Release context before the end of the scheduler test

2017-04-07 Thread Ola Liljedahl
ll-labs.com> > Cc: Kevin Wang <kevin.w...@arm.com>; lng-odp@lists.linaro.org > Subject: Re: [lng-odp] [PATCH] validation: scheduler: Release context before the end of the scheduler test > > 1.Release context is just to be added for scalable scheduler in scheduler_test_groups()

Re: [lng-odp] [PATCH] validation: scheduler: Release context before the end of the scheduler test

2017-04-07 Thread Savolainen, Petri (Nokia - FI/Espoo)
gt; Wang > Sent: Friday, April 07, 2017 11:07 AM > To: lng-odp@lists.linaro.org<mailto:lng-odp@lists.linaro.org> > Cc: Kevin Wang <kevin.w...@arm.com<mailto:kevin.w...@arm.com>> > Subject: [lng-odp] [PATCH] validation: scheduler: Release context before > the end

Re: [lng-odp] [PATCH] validation: scheduler: Release context before the end of the scheduler test

2017-04-07 Thread Kevin Wang
; Sent: Friday, April 07, 2017 11:07 AM > > To: lng-odp@lists.linaro.org > > Cc: Kevin Wang <kevin.w...@arm.com> > > Subject: [lng-odp] [PATCH] validation: scheduler: Release context before > > the end of the scheduler test > > > > If the scheduler syn

Re: [lng-odp] [PATCH] validation: scheduler: Release context before the end of the scheduler test

2017-04-07 Thread Savolainen, Petri (Nokia - FI/Espoo)
> -Original Message- > From: lng-odp [mailto:lng-odp-boun...@lists.linaro.org] On Behalf Of Kevin > Wang > Sent: Friday, April 07, 2017 11:07 AM > To: lng-odp@lists.linaro.org > Cc: Kevin Wang <kevin.w...@arm.com> > Subject: [lng-odp] [PATCH] validation: schedu

[lng-odp] [PATCH] validation: scheduler: Release context before the end of the scheduler test

2017-04-07 Thread Kevin Wang
If the scheduler sync type is atomic or ordered, need to release the context. Signed-off-by: Kevin Wang Reviewed-by: Ola Liljedahl --- .../common_plat/validation/api/scheduler/scheduler.c | 20 +++- 1 file changed, 11 insertions(+), 9