Re: [lng-odp] [PATCH 1/3] test: scheduling: simplify code structure

2016-05-13 Thread Maxim Uvarov
(Nokia - FI/Espoo) *Cc:* LNG ODP Mailman List *Subject:* Re: [lng-odp] [PATCH 1/3] test: scheduling: simplify code structure For this series: Reviewed-and-tested-by: Bill Fischofer <mailto:bill.fischo...@linaro.org>> On Wed, May 11, 2016 at 7:38 AM, Petri Savolainen mailto:petr

Re: [lng-odp] [PATCH 1/3] test: scheduling: simplify code structure

2016-05-13 Thread Savolainen, Petri (Nokia - FI/Espoo)
Ping for merge. I’ll continue scheduler interface development on top of this. -Petri From: EXT Bill Fischofer [mailto:bill.fischo...@linaro.org] Sent: Thursday, May 12, 2016 2:30 AM To: Savolainen, Petri (Nokia - FI/Espoo) Cc: LNG ODP Mailman List Subject: Re: [lng-odp] [PATCH 1/3] test

Re: [lng-odp] [PATCH 1/3] test: scheduling: simplify code structure

2016-05-11 Thread Bill Fischofer
For this series: Reviewed-and-tested-by: Bill Fischofer On Wed, May 11, 2016 at 7:38 AM, Petri Savolainen < petri.savolai...@nokia.com> wrote: > Recorded queue and pool handles into shared data, so that > multiple lookups (and related name generation code) can be > avoided. Use single function

[lng-odp] [PATCH 1/3] test: scheduling: simplify code structure

2016-05-11 Thread Petri Savolainen
Recorded queue and pool handles into shared data, so that multiple lookups (and related name generation code) can be avoided. Use single function (enqueue_events()) to enqueue events into queues on all test cases. Signed-off-by: Petri Savolainen --- test/performance/odp_scheduling.c | 282 ++