Re: [lng-odp] [API-NEXT PATCH 2/5] linux-generic: schedule: implement scheduler groups

2015-07-30 Thread Mario Torrecillas Rodriguez
@lists.linaro.orgmailto:lng-odp@lists.linaro.org Subject: Re: [lng-odp] [API-NEXT PATCH 2/5] linux-generic: schedule: implement scheduler groups Thanks for the comments. On Wed, Jul 29, 2015 at 6:53 AM, Stuart Haslam stuart.has...@linaro.orgmailto:stuart.has...@linaro.org wrote: On Tue, Jul 28, 2015 at 08:56

Re: [lng-odp] [API-NEXT PATCH 2/5] linux-generic: schedule: implement scheduler groups

2015-07-30 Thread Bill Fischofer
bill.fischo...@linaro.org Date: Wednesday, 29 July 2015 13:09 To: Stuart Haslam stuart.has...@linaro.org Cc: LNG ODP Mailman List lng-odp@lists.linaro.org Subject: Re: [lng-odp] [API-NEXT PATCH 2/5] linux-generic: schedule: implement scheduler groups Thanks for the comments. On Wed, Jul 29, 2015

Re: [lng-odp] [API-NEXT PATCH 2/5] linux-generic: schedule: implement scheduler groups

2015-07-29 Thread Stuart Haslam
On Tue, Jul 28, 2015 at 08:56:53PM -0500, Bill Fischofer wrote: Signed-off-by: Bill Fischofer bill.fischo...@linaro.org --- include/odp/api/config.h | 5 + .../include/odp/plat/schedule_types.h | 4 + platform/linux-generic/odp_schedule.c

Re: [lng-odp] [API-NEXT PATCH 2/5] linux-generic: schedule: implement scheduler groups

2015-07-29 Thread Bill Fischofer
Thanks for the comments. On Wed, Jul 29, 2015 at 6:53 AM, Stuart Haslam stuart.has...@linaro.org wrote: On Tue, Jul 28, 2015 at 08:56:53PM -0500, Bill Fischofer wrote: Signed-off-by: Bill Fischofer bill.fischo...@linaro.org --- include/odp/api/config.h | 5 +

[lng-odp] [API-NEXT PATCH 2/5] linux-generic: schedule: implement scheduler groups

2015-07-28 Thread Bill Fischofer
Signed-off-by: Bill Fischofer bill.fischo...@linaro.org --- include/odp/api/config.h | 5 + .../include/odp/plat/schedule_types.h | 4 + platform/linux-generic/odp_schedule.c | 149 + platform/linux-generic/odp_thread.c