[lng-odp] [API-NEXT PATCHv3] validation: scheduler: add timing tests for scheduled queue types

2016-01-20 Thread Bill Fischofer
Expand the existing scheduler chaos test to provide timing information for mixed queues as well as individual timings for parallel, atomic, and ordered queues. This enables implementation scheduling efficiency to be displayed by queue type. Signed-off-by: Bill Fischofer --- test/validation/sched

Re: [lng-odp] [API-NEXT PATCHv3] validation: scheduler: add timing tests for scheduled queue types

2016-01-20 Thread Ivan Khoronzhuk
On 21.01.16 00:25, Bill Fischofer wrote: Expand the existing scheduler chaos test to provide timing information for mixed queues as well as individual timings for parallel, atomic, and ordered queues. This enables implementation scheduling efficiency to be displayed by queue type. Signed-off-b

Re: [lng-odp] [API-NEXT PATCHv3] validation: scheduler: add timing tests for scheduled queue types

2016-01-22 Thread Maxim Uvarov
WARNING: Missing a blank line after declarations #72: FILE: test/validation/scheduler/scheduler.c:569: +uint32_t ndx = qtype == num_sync ? i % num_sync : qtype; +qp.sched.sync = sync[ndx]; On 01/21/2016 01:28, Ivan Khoronzhuk wrote: On 21.01.16 00:25, Bill Fischofer wrote: Expa

Re: [lng-odp] [API-NEXT PATCHv3] validation: scheduler: add timing tests for scheduled queue types

2016-01-22 Thread Bill Fischofer
v4 submitted to add the extra line to remove that warning. Thanks. On Fri, Jan 22, 2016 at 8:10 AM, Maxim Uvarov wrote: > WARNING: Missing a blank line after declarations > #72: FILE: test/validation/scheduler/scheduler.c:569: > +uint32_t ndx = qtype == num_sync ? i % num_sync : qtype;