Re: [lng-odp] [PATCH v2 1/2] test: perf: add new scheduling latency test

2016-09-22 Thread Maxim Uvarov
Merged, Maxim. On 09/22/16 01:11, Brian Brooks wrote: For series: Reviewed-and-tested-by: Brian Brooks On 09/14 11:53:06, Matias Elo wrote: Add new scheduling latency benchmark application. The application measures delays (avg, min, max) for high and low priority

Re: [lng-odp] [PATCH v2 1/2] test: perf: add new scheduling latency test

2016-09-21 Thread Brian Brooks
inaro.org> > > Cc: Elo, Matias (Nokia - FI/Espoo) <matias....@nokia-bell-labs.com>; lng- > > o...@lists.linaro.org > > Subject: Re: [lng-odp] [PATCH v2 1/2] test: perf: add new scheduling > > latency test > > > > On Mon, Sep 19, 2016 at 2:11 PM, Brian B

Re: [lng-odp] [PATCH v2 1/2] test: perf: add new scheduling latency test

2016-09-21 Thread Brian Brooks
For series: Reviewed-and-tested-by: Brian Brooks On 09/14 11:53:06, Matias Elo wrote: > Add new scheduling latency benchmark application. The application > measures delays (avg, min, max) for high and low priority events. > > The test has a configurable number of

Re: [lng-odp] [PATCH v2 1/2] test: perf: add new scheduling latency test

2016-09-20 Thread Savolainen, Petri (Nokia - FI/Espoo)
p-boun...@lists.linaro.org] On Behalf Of Bill > Fischofer > Sent: Monday, September 19, 2016 11:41 PM > To: Brian Brooks <brian.bro...@linaro.org> > Cc: Elo, Matias (Nokia - FI/Espoo) <matias@nokia-bell-labs.com>; lng- > o...@lists.linaro.org > Subject: Re: [lng-odp

Re: [lng-odp] [PATCH v2 1/2] test: perf: add new scheduling latency test

2016-09-19 Thread Bill Fischofer
On Mon, Sep 19, 2016 at 2:11 PM, Brian Brooks wrote: > On 09/19 07:55:22, Elo, Matias (Nokia - FI/Espoo) wrote: > > > > > > On 09/14 11:53:06, Matias Elo wrote: > > > > + > > > > + /* Clear possible locally stored buffers */ > > > > + odp_schedule_pause(); > > > > + > >

Re: [lng-odp] [PATCH v2 1/2] test: perf: add new scheduling latency test

2016-09-19 Thread Brian Brooks
On 09/19 07:55:22, Elo, Matias (Nokia - FI/Espoo) wrote: > > > > On 09/14 11:53:06, Matias Elo wrote: > > > + > > > + /* Clear possible locally stored buffers */ > > > + odp_schedule_pause(); > > > + > > > + while (1) { > > > + ev = odp_schedule(_queue, ODP_SCHED_NO_WAIT); > > > + > > > +

Re: [lng-odp] [PATCH v2 1/2] test: perf: add new scheduling latency test

2016-09-19 Thread Elo, Matias (Nokia - FI/Espoo)
> -Original Message- > From: Brian Brooks [mailto:brian.bro...@linaro.org] > Sent: Saturday, September 17, 2016 1:05 AM > To: Elo, Matias (Nokia - FI/Espoo) <matias@nokia-bell-labs.com> > Cc: lng-odp@lists.linaro.org > Subject: Re: [lng-odp] [PATCH v2

Re: [lng-odp] [PATCH v2 1/2] test: perf: add new scheduling latency test

2016-09-16 Thread Brian Brooks
On 09/14 11:53:06, Matias Elo wrote: > + > + /* Clear possible locally stored buffers */ > + odp_schedule_pause(); > + > + while (1) { > + ev = odp_schedule(_queue, ODP_SCHED_NO_WAIT); > + > + if (ev == ODP_EVENT_INVALID) > + break; > + > +