Re: [lng-odp] [PATCH v4 3/4] helper: move thread implementation under platform

2017-01-26 Thread Mike Holmes
Savolainen, Petri (Nokia - FI/Espoo) > labs.com> > > Cc: lng-odp@lists.linaro.org > > Subject: Re: [lng-odp] [PATCH v4 3/4] helper: move thread implementation > > under platform > > > > On 23 January 2017 at 04:06, Savolainen, Petri (Nokia - FI/Espoo) > > wrote:

Re: [lng-odp] [PATCH v4 3/4] helper: move thread implementation under platform

2017-01-23 Thread Savolainen, Petri (Nokia - FI/Espoo)
> -Original Message- > From: Mike Holmes [mailto:mike.hol...@linaro.org] > Sent: Monday, January 23, 2017 3:01 PM > To: Savolainen, Petri (Nokia - FI/Espoo) labs.com> > Cc: lng-odp@lists.linaro.org > Subject: Re: [lng-odp] [PATCH v4 3/4] helper: move thread i

Re: [lng-odp] [PATCH v4 3/4] helper: move thread implementation under platform

2017-01-23 Thread Mike Holmes
On 23 January 2017 at 04:06, Savolainen, Petri (Nokia - FI/Espoo) wrote: > > > >> --- /dev/null >> +++ b/helper/include/odp/helper/platform/linux-generic/threads_extn.h > > > This file and these functions are not odp-linux specific. Those depend mainly > on Linux and somewhat on ODP, but should n

Re: [lng-odp] [PATCH v4 3/4] helper: move thread implementation under platform

2017-01-23 Thread Savolainen, Petri (Nokia - FI/Espoo)
> --- /dev/null > +++ b/helper/include/odp/helper/platform/linux-generic/threads_extn.h This file and these functions are not odp-linux specific. Those depend mainly on Linux and somewhat on ODP, but should not depend at all on the odp-linux implementation. Should it be moved to here: /help

[lng-odp] [PATCH v4 3/4] helper: move thread implementation under platform

2017-01-20 Thread Mike Holmes
Only the portable api is built by default, use --enable-helper-extn to enable non portable APIs for a helper platform Signed-off-by: Mike Holmes --- configure.ac | 17 +- example/Makefile.inc | 2 +- helper/Makefile.am