Re: [lng-odp] [API-NEXT PATCHv2] linux-generic: time: remove posix bleed through on odp_time_t

2015-12-14 Thread Bill Fischofer
On Mon, Dec 14, 2015 at 6:40 AM, Maxim Uvarov wrote: > On 12/14/2015 14:39, Bill Fischofer wrote: > >> >> >> On Mon, Dec 14, 2015 at 3:24 AM, Maxim Uvarov > > wrote: >> >> On 12/11/2015 16:22, Bill Fischofer wrote: >> >> The linux-generic implementation

Re: [lng-odp] [API-NEXT PATCHv2] linux-generic: time: remove posix bleed through on odp_time_t

2015-12-14 Thread Maxim Uvarov
On 12/14/2015 14:39, Bill Fischofer wrote: On Mon, Dec 14, 2015 at 3:24 AM, Maxim Uvarov > wrote: On 12/11/2015 16:22, Bill Fischofer wrote: The linux-generic implementation of odp_time_t makes use of POSIX APIs that are sensitive to the _P

Re: [lng-odp] [API-NEXT PATCHv2] linux-generic: time: remove posix bleed through on odp_time_t

2015-12-14 Thread Bill Fischofer
On Mon, Dec 14, 2015 at 3:24 AM, Maxim Uvarov wrote: > On 12/11/2015 16:22, Bill Fischofer wrote: > >> The linux-generic implementation of odp_time_t makes use of POSIX >> APIs that are sensitive to the _POSIX_C_SOURCE level. Use an indirection >> mechanism so that these dependencies do not "blee

Re: [lng-odp] [API-NEXT PATCHv2] linux-generic: time: remove posix bleed through on odp_time_t

2015-12-14 Thread Maxim Uvarov
On 12/11/2015 16:22, Bill Fischofer wrote: The linux-generic implementation of odp_time_t makes use of POSIX APIs that are sensitive to the _POSIX_C_SOURCE level. Use an indirection mechanism so that these dependencies do not "bleed through" the ODP API. This means that ODP applications can be in

Re: [lng-odp] [API-NEXT PATCHv2] linux-generic: time: remove posix bleed through on odp_time_t

2015-12-11 Thread Bill Fischofer
not point to the same locations when field > sizes do not match. > > -Petri > -- > Lähettäjä: EXT Maxim Uvarov > Lähetetty: ‎11.‎12.‎2015 15:27 > Vastaanottaja: lng-odp@lists.linaro.org > Aihe: Re: [lng-odp] [API-NEXT PATCHv2] linux-generic: time: remov

Re: [lng-odp] [API-NEXT PATCHv2] linux-generic: time: remove posix bleed through on odp_time_t

2015-12-11 Thread Savolainen, Petri (Nokia - FI/Espoo)
__ Lähettäjä: EXT Maxim Uvarov<mailto:maxim.uva...@linaro.org> Lähetetty: ‎11.‎12.‎2015 15:27 Vastaanottaja: lng-odp@lists.linaro.org<mailto:lng-odp@lists.linaro.org> Aihe: Re: [lng-odp] [API-NEXT PATCHv2] linux-generic: time: remove posix bleed through on odp_time_t On 12/11/

Re: [lng-odp] [API-NEXT PATCHv2] linux-generic: time: remove posix bleed through on odp_time_t

2015-12-11 Thread Maxim Uvarov
On 12/11/2015 16:30, Bill Fischofer wrote: On Fri, Dec 11, 2015 at 7:27 AM, Maxim Uvarov > wrote: On 12/11/2015 16:22, Bill Fischofer wrote: The linux-generic implementation of odp_time_t makes use of POSIX APIs that are sensitive to the _P

Re: [lng-odp] [API-NEXT PATCHv2] linux-generic: time: remove posix bleed through on odp_time_t

2015-12-11 Thread Bill Fischofer
On Fri, Dec 11, 2015 at 7:27 AM, Maxim Uvarov wrote: > On 12/11/2015 16:22, Bill Fischofer wrote: > >> The linux-generic implementation of odp_time_t makes use of POSIX >> APIs that are sensitive to the _POSIX_C_SOURCE level. Use an indirection >> mechanism so that these dependencies do not "blee

Re: [lng-odp] [API-NEXT PATCHv2] linux-generic: time: remove posix bleed through on odp_time_t

2015-12-11 Thread Maxim Uvarov
On 12/11/2015 16:22, Bill Fischofer wrote: The linux-generic implementation of odp_time_t makes use of POSIX APIs that are sensitive to the _POSIX_C_SOURCE level. Use an indirection mechanism so that these dependencies do not "bleed through" the ODP API. This means that ODP applications can be in

[lng-odp] [API-NEXT PATCHv2] linux-generic: time: remove posix bleed through on odp_time_t

2015-12-11 Thread Bill Fischofer
The linux-generic implementation of odp_time_t makes use of POSIX APIs that are sensitive to the _POSIX_C_SOURCE level. Use an indirection mechanism so that these dependencies do not "bleed through" the ODP API. This means that ODP applications can be independent of _POSIX_C_SOURCE level. Signed-o