Re: [lng-odp] [PATCHv2] linux-generic: Add odp_errno and adapt packet_io and timer implementations to use it

2015-01-21 Thread Ola Liljedahl
etri (NSN - FI/Espoo); lng-odp@lists.linaro.org >> Subject: Re: [lng-odp] [PATCHv2] linux-generic: Add odp_errno and adapt >> packet_io and timer implementations to use it >> >> Thanks for the review Petri. A short comment inlined. >> >> On 20/01/2015 13:38, "Sav

Re: [lng-odp] [PATCHv2] linux-generic: Add odp_errno and adapt packet_io and timer implementations to use it

2015-01-21 Thread Savolainen, Petri (NSN - FI/Espoo)
> -Original Message- > From: ext Mario Torrecillas Rodriguez > [mailto:mario.torrecillasrodrig...@arm.com] > Sent: Tuesday, January 20, 2015 5:08 PM > To: Savolainen, Petri (NSN - FI/Espoo); lng-odp@lists.linaro.org > Subject: Re: [lng-odp] [PATCHv2] linux-generic: Add o

Re: [lng-odp] [PATCHv2] linux-generic: Add odp_errno and adapt packet_io and timer implementations to use it

2015-01-20 Thread Mario Torrecillas Rodriguez
Thanks for the review Petri. A short comment inlined. On 20/01/2015 13:38, "Savolainen, Petri (NSN - FI/Espoo)" wrote: > >> --- /dev/null >> +++ b/platform/linux-generic/include/api/odp_errno.h >> @@ -0,0 +1,61 @@ >> +/* Copyright (c) 2015, Linaro Limited >> + * All rights reserved. >> + * >> +

Re: [lng-odp] [PATCHv2] linux-generic: Add odp_errno and adapt packet_io and timer implementations to use it

2015-01-20 Thread Savolainen, Petri (NSN - FI/Espoo)
> --- /dev/null > +++ b/platform/linux-generic/include/api/odp_errno.h > @@ -0,0 +1,61 @@ > +/* Copyright (c) 2015, Linaro Limited > + * All rights reserved. > + * > + * SPDX-License-Identifier: BSD-3-Clause > + */ > + > +/** > + * @file > + * > + * ODP errno API > + */ > + > +#ifndef ODP_ERRNO_H

[lng-odp] [PATCHv2] linux-generic: Add odp_errno and adapt packet_io and timer implementations to use it

2015-01-19 Thread Mario Torrecillas Rodriguez
Added odp_errno.c and odp_errno.h Changed odp_packet_io and odp_timer to use it. Signed-off-by: Mario Torrecillas Rodriguez --- (This code contribution is provided under the terms of agreement LES-LTM-21309) Changes from previous version: * Moved __odp_errno declaration to odp_internal.h * Addre