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 events. The test has a conf

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

2016-09-21 Thread Brian Brooks
t; Cc: Elo, Matias (Nokia - FI/Espoo) ; 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 Brooks > > wrote: > > > &

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 TRAFFIC events and few SAMPLE e

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

2016-09-20 Thread Savolainen, Petri (Nokia - FI/Espoo)
lto:lng-odp-boun...@lists.linaro.org] On Behalf Of Bill > Fischofer > Sent: Monday, September 19, 2016 11:41 PM > To: Brian Brooks > Cc: Elo, Matias (Nokia - FI/Espoo) ; lng- > o...@lists.linaro.org > Subject: Re: [lng-odp] [PATCH v2 1/2] test: perf: add new scheduling > latenc

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(); > > > > + > > > > + while (1) { > > > >

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(&src_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) > Cc: lng-odp@lists.linaro.org > Subject: Re: [lng-odp] [PATCH v2 1/2] test: perf: add new scheduling latency

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(&src_queue, ODP_SCHED_NO_WAIT); > + > + if (ev == ODP_EVENT_INVALID) > + break; > + >

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

2016-09-14 Thread Matias Elo
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 TRAFFIC events and few SAMPLE events (one common or one per priority). The scheduling latency is only measured from the SAMPLE e