[lng-odp] [PATCH v3 API-NEXT 1/4] linux-generic: separate x86 ODP_CACHE_LINE_SIZE to its arch file

2016-02-05 Thread hongbo . zhang
From: Hongbo Zhang Currently all ODP_CACHE_LINE_SIZE macros for different architectures are held in one header file, they should be moved to their own arch file. This patch moves ODP_CACHE_LINE_SIZE for x86. Signed-off-by: Hongbo Zhang --- doc/application-api-guide/doxygen.cfg | 1 +

Re: [lng-odp] [PATCH v3 API-NEXT 1/4] linux-generic: separate x86 ODP_CACHE_LINE_SIZE to its arch file

2016-02-09 Thread Anders Roxell
On 2016-02-05 16:56, hongbo.zh...@linaro.org wrote: > From: Hongbo Zhang > > Currently all ODP_CACHE_LINE_SIZE macros for different architectures are > held in one header file, they should be moved to their own arch file. > This patch moves ODP_CACHE_LINE_SIZE for x86. > > Signed-off-by: Hongbo

Re: [lng-odp] [PATCH v3 API-NEXT 1/4] linux-generic: separate x86 ODP_CACHE_LINE_SIZE to its arch file

2016-02-09 Thread Savolainen, Petri (Nokia - FI/Espoo)
> -Original Message- > From: lng-odp [mailto:lng-odp-boun...@lists.linaro.org] On Behalf Of EXT > Anders Roxell > Sent: Tuesday, February 09, 2016 12:42 PM > To: hongbo.zh...@linaro.org > Cc: lng-odp@lists.linaro.org > Subject: Re: [lng-odp] [PATCH v3 API-NE

Re: [lng-odp] [PATCH v3 API-NEXT 1/4] linux-generic: separate x86 ODP_CACHE_LINE_SIZE to its arch file

2016-02-12 Thread Maxim Uvarov
-odp] [PATCH v3 API-NEXT 1/4] linux-generic: separate x86 ODP_CACHE_LINE_SIZE to its arch file On 2016-02-05 16:56, hongbo.zh...@linaro.org wrote: From: Hongbo Zhang Currently all ODP_CACHE_LINE_SIZE macros for different architectures are held in one header file, they should be moved to their own

Re: [lng-odp] [PATCH v3 API-NEXT 1/4] linux-generic: separate x86 ODP_CACHE_LINE_SIZE to its arch file

2016-02-12 Thread Christophe Milard
On 5 February 2016 at 09:56, wrote: > From: Hongbo Zhang > > Currently all ODP_CACHE_LINE_SIZE macros for different architectures are > held in one header file, they should be moved to their own arch file. > This patch moves ODP_CACHE_LINE_SIZE for x86. > > Signed-off-by: Hongbo Zhang > --- >

Re: [lng-odp] [PATCH v3 API-NEXT 1/4] linux-generic: separate x86 ODP_CACHE_LINE_SIZE to its arch file

2016-02-17 Thread Hongbo Zhang
gt;>> Cc: lng-odp@lists.linaro.org >>> Subject: Re: [lng-odp] [PATCH v3 API-NEXT 1/4] linux-generic: separate >>> x86 >>> ODP_CACHE_LINE_SIZE to its arch file >>> >>> On 2016-02-05 16:56, hongbo.zh...@linaro.org wrote: >>>> >>>

Re: [lng-odp] [PATCH v3 API-NEXT 1/4] linux-generic: separate x86 ODP_CACHE_LINE_SIZE to its arch file

2016-02-17 Thread Maxim Uvarov
bo.zh...@linaro.org Cc: lng-odp@lists.linaro.org Subject: Re: [lng-odp] [PATCH v3 API-NEXT 1/4] linux-generic: separate x86 ODP_CACHE_LINE_SIZE to its arch file On 2016-02-05 16:56, hongbo.zh...@linaro.org wrote: From: Hongbo Zhang Currently all ODP_CACHE_LINE_SIZE macros for different architectures are he

Re: [lng-odp] [PATCH v3 API-NEXT 1/4] linux-generic: separate x86 ODP_CACHE_LINE_SIZE to its arch file

2016-02-18 Thread Hongbo Zhang
On 9 February 2016 at 18:41, Anders Roxell wrote: > On 2016-02-05 16:56, hongbo.zh...@linaro.org wrote: >> From: Hongbo Zhang >> >> Currently all ODP_CACHE_LINE_SIZE macros for different architectures are >> held in one header file, they should be moved to their own arch file. >> This patch moves

Re: [lng-odp] [PATCH v3 API-NEXT 1/4] linux-generic: separate x86 ODP_CACHE_LINE_SIZE to its arch file

2016-02-19 Thread Hongbo Zhang
On 5 February 2016 at 16:56, wrote: > From: Hongbo Zhang > > Currently all ODP_CACHE_LINE_SIZE macros for different architectures are > held in one header file, they should be moved to their own arch file. > This patch moves ODP_CACHE_LINE_SIZE for x86. > > Signed-off-by: Hongbo Zhang > --- >