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 ==

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.