Re: [lng-odp] [PATCH] helper: do not break odp_term_global protocol

2016-12-28 Thread Christophe Milard
Still the same: Applying: helper: do not break odp_term_global protocol error: patch failed: helper/linux.c:42 error: helper/linux.c: patch does not apply Patch failed at 0001 helper: do not break odp_term_global protocol The copy of the patch that failed is found in: .git/rebase-apply/patch When y

Re: [lng-odp] [PATCH] helper: do not break odp_term_global protocol

2016-12-28 Thread Stanisław Kardach
That was my mail software messing around with tabs in the patch. Will re-send again. -- Best Regards, Stanisław Kardach On Wed, Dec 28, 2016 at 3:00 PM, Christophe Milard < christophe.mil...@linaro.org> wrote: > This seems a good correction. However I get the following when > applying this patc

[lng-odp] [PATCH] helper: do not break odp_term_global protocol

2016-12-28 Thread Stanisław Kardach
As per API documentation, odp_term_global() should be a final ODP call when terminating the ODP application in a controlled way. Therefore ODP threads or sub-processes created using ODP helper API should not call this function but leave it to the main application thread/process. Signed-off-by: Sta

Re: [lng-odp] [PATCH] helper: do not break odp_term_global protocol

2016-12-28 Thread Christophe Milard
This seems a good correction. However I get the following when applying this patch: git am ~/incoming/lng-odp_PATCH_helper_do_not_break_odp_term_global_protocol.mbox Applying: helper: do not break odp_term_global protocol error: patch failed: helper/linux.c:42 error: helper/linux.c: patch does no

[lng-odp] [PATCH] helper: do not break odp_term_global protocol

2016-12-28 Thread Stanislaw Kardach
As per API documentation, odp_term_global() should be a final ODP call when terminating the ODP application in a controlled way. Therefore ODP threads or sub-processes created using ODP helper API should not call this function but leave it to the main application thread/process. Signed-off-by: St