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
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
> -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
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
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
>> > +
> > +#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
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
>
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 ++