Re: [lng-odp] [API-NEXT PATCHv3 0/6] Scheduler API Enhancements

2015-07-31 Thread Maxim Uvarov
On 07/31/15 05:41, Bill Fischofer wrote: ERROR: do not initialise globals to 0 or NULL #139: FILE: platform/linux-generic/odp_schedule.c:638: + = 0; which makes no sense as this initialization seems necessary. What is that line? Compiler will take care about initial

[lng-odp] [API-NEXT PATCHv3 0/6] Scheduler API Enhancements

2015-07-30 Thread Bill Fischofer
Changes in v3 - Refine API for odp_schedule_release_ordered() and implement it - Numerous bug fixes and cleanup -- Changes in v2 - Incorporate Stuart's review comments - Add odp_schedule_group_count() API to return the count of threads belonging to a schedule group -- This patch series implem