Re: [lng-odp] [PATCH v2 1/8] abi: event: added the first ABI spec file

2017-01-25 Thread Maxim Uvarov
after first patch code does not compile: make[1]: Entering directory `/opt/Linaro/odp3.git/helper/test' CC chksum.o In file included from chksum.c:8: In file included from ../../include/odp_api.h:38: In file included from ../../platform/linux-generic/include/odp/api/buffer.h:21: ../../platf

Re: [lng-odp] [PATCH v2 1/8] abi: event: added the first ABI spec file

2017-01-24 Thread Brian Brooks
gt; > > Cc: lng-odp@lists.linaro.org > > Subject: Re: [lng-odp] [PATCH v2 1/8] abi: event: added the first ABI spec > > file > > > > On 01/20 16:11:56, Petri Savolainen wrote: > > > Used event API as the first example of an ABI spec file. Used > > > the sam

Re: [lng-odp] [PATCH v2 1/8] abi: event: added the first ABI spec file

2017-01-24 Thread Savolainen, Petri (Nokia - FI/Espoo)
> -Original Message- > From: Brian Brooks [mailto:brian.bro...@linaro.org] > Sent: Tuesday, January 24, 2017 9:25 AM > To: Savolainen, Petri (Nokia - FI/Espoo) labs.com> > Cc: lng-odp@lists.linaro.org > Subject: Re: [lng-odp] [PATCH v2 1/8] abi: event: added the

Re: [lng-odp] [PATCH v2 1/8] abi: event: added the first ABI spec file

2017-01-23 Thread Brian Brooks
On 01/20 16:11:56, Petri Savolainen wrote: > Used event API as the first example of an ABI spec file. Used > the same default architecture file initially for all > architectures. Default ABI files avoid multiple copies > of the same definition. Please consider an alternative approach to achieving

Re: [lng-odp] [PATCH v2 1/8] abi: event: added the first ABI spec file

2017-01-23 Thread Bill Fischofer
OK. For the v2 series: Reviewed-and-tested-by: Bill Fischofer On Mon, Jan 23, 2017 at 5:09 AM, Savolainen, Petri (Nokia - FI/Espoo) wrote: >> > +#ifndef ODP_ABI_EVENT_H_ >> > +#define ODP_ABI_EVENT_H_ >> > + >> > +#ifdef __cplusplus >> > +extern "C" { >> > +#endif >> > + >> > +#include >> > +

Re: [lng-odp] [PATCH v2 1/8] abi: event: added the first ABI spec file

2017-01-23 Thread Savolainen, Petri (Nokia - FI/Espoo)
> > +#ifndef ODP_ABI_EVENT_H_ > > +#define ODP_ABI_EVENT_H_ > > + > > +#ifdef __cplusplus > > +extern "C" { > > +#endif > > + > > +#include > > + > > +/** @internal Dummy type for strong typing */ > > +typedef struct { char dummy; /**< @internal Dummy */ } > _odp_abi_event_t; > > Why change from

Re: [lng-odp] [PATCH v2 1/8] abi: event: added the first ABI spec file

2017-01-21 Thread Bill Fischofer
On Fri, Jan 20, 2017 at 8:11 AM, Petri Savolainen wrote: > Used event API as the first example of an ABI spec file. Used > the same default architecture file initially for all > architectures. Default ABI files avoid multiple copies > of the same definition. > > Signed-off-by: Petri Savolainen >

[lng-odp] [PATCH v2 1/8] abi: event: added the first ABI spec file

2017-01-20 Thread Petri Savolainen
Used event API as the first example of an ABI spec file. Used the same default architecture file initially for all architectures. Default ABI files avoid multiple copies of the same definition. Signed-off-by: Petri Savolainen --- configure.ac | 22 ++