Re: [lng-odp] [PATCH] example: timer: clean up prescheduled events

2015-04-21 Thread Ola Liljedahl
On 20 April 2015 at 19:15, Mike Holmes mike.hol...@linaro.org wrote: I think the current patch solves the bug, there are no longer failures to terminate threads which is a bug in the implementation. It sounds like there is a new lower priority bug to clean out the example which throws up

Re: [lng-odp] [PATCH] example: timer: clean up prescheduled events

2015-04-21 Thread Mike Holmes
On 20 April 2015 at 08:32, Ola Liljedahl ola.liljed...@linaro.org wrote: Fixes https://bugs.linaro.org/show_bug.cgi?id=1450 Signed-off-by: Ola Liljedahl ola.liljed...@linaro.org Reviewed-by: Mike Holmes mike.hol...@linaro.org --- (This document/code contribution attached is provided

[lng-odp] [PATCH] example: timer: clean up prescheduled events

2015-04-20 Thread Ola Liljedahl
Fixes https://bugs.linaro.org/show_bug.cgi?id=1450 Signed-off-by: Ola Liljedahl ola.liljed...@linaro.org --- (This document/code contribution attached is provided under the terms of agreement LES-LTM-21309) example/timer/odp_timer_test.c | 38 ++ 1 file

Re: [lng-odp] [PATCH] example: timer: clean up prescheduled events

2015-04-20 Thread Mike Holmes
I think the current patch solves the bug, there are no longer failures to terminate threads which is a bug in the implementation. It sounds like there is a new lower priority bug to clean out the example which throws up EXAMPLE_ERR. If that makes sense I am happy to add reviewed by. On 20 April