Re: [dpdk-dev] [PATCH v5 2/4] eal: move gcc version definition to common header

2017-07-04 Thread Sekhar, Ashwin
On Mon, 2017-07-03 at 22:51 +0200, Thomas Monjalon wrote: > 12/05/2017 12:15, Ashwin Sekhar T K: > > > > Moved the definition of GCC_VERSION from lib/librte_table/rte_lru.h > > to lib/librte_eal/common/include/rte_common.h. > > > > Tested compilation on: > >  * arm64 with gcc > >  * x86 with gcc

Re: [dpdk-dev] [PATCH v5 2/4] eal: move gcc version definition to common header

2017-07-03 Thread Thomas Monjalon
12/05/2017 12:15, Ashwin Sekhar T K: > Moved the definition of GCC_VERSION from lib/librte_table/rte_lru.h > to lib/librte_eal/common/include/rte_common.h. > > Tested compilation on: > * arm64 with gcc > * x86 with gcc and clang > > Signed-off-by: Ashwin Sekhar T K > Reviewed-by: Jan Viktorin

Re: [dpdk-dev] [PATCH v5 2/4] eal: move gcc version definition to common header

2017-05-14 Thread Jianbo Liu
On 12 May 2017 at 18:15, Ashwin Sekhar T K wrote: > Moved the definition of GCC_VERSION from lib/librte_table/rte_lru.h > to lib/librte_eal/common/include/rte_common.h. > > Tested compilation on: > * arm64 with gcc > * x86 with gcc and clang > > Signed-off-by: Ashwin Sekhar T K > Reviewed-by: J

[dpdk-dev] [PATCH v5 2/4] eal: move gcc version definition to common header

2017-05-12 Thread Ashwin Sekhar T K
Moved the definition of GCC_VERSION from lib/librte_table/rte_lru.h to lib/librte_eal/common/include/rte_common.h. Tested compilation on: * arm64 with gcc * x86 with gcc and clang Signed-off-by: Ashwin Sekhar T K Reviewed-by: Jan Viktorin --- lib/librte_eal/common/include/rte_common.h | 6 +