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

2017-05-04 Thread Jan Viktorin
On Wed, 3 May 2017 23:57:00 -0700 Ashwin Sekhar T K wrote: > moved the definition of GCC_VERSION from lib/librte_table/rte_lru.h s/moved/Moved/ > to lib/librte_eal/common/include/rte_common.h dot after the sentence > > Tested compilation on arm64 with gcc > > Tested compilation on x86 with

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

2017-05-03 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 Tested compilation on x86 with gcc and clang Signed-off-by: Ashwin Sekhar T K --- v3: * Moved changes for GCC_VERSION into a separate commit * M