[dpdk-dev] [PATCH] eal: fix remaining checks for other 64bits architectures

2014-11-27 Thread Thomas Monjalon
> > RTE_ARCH_X86_64 can not be used as a way to determine if we are building for > > 64bits cpus. Instead, RTE_ARCH_64 should be used. > > > > Signed-off-by: David Marchand > > Acked-by: Chao Zhu Applied Thanks -- Thomas

[dpdk-dev] [PATCH] eal: fix remaining checks for other 64bits architectures

2014-11-24 Thread David Marchand
RTE_ARCH_X86_64 can not be used as a way to determine if we are building for 64bits cpus. Instead, RTE_ARCH_64 should be used. Signed-off-by: David Marchand --- lib/librte_eal/linuxapp/eal/eal.c |2 +- lib/librte_eal/linuxapp/eal/eal_hugepage_info.c |2 +- 2 files changed,

[dpdk-dev] [PATCH] eal: fix remaining checks for other 64bits architectures

2014-11-24 Thread chao...@linux.vnet.ibm.com
Quoting David Marchand : > RTE_ARCH_X86_64 can not be used as a way to determine if we are building for > 64bits cpus. Instead, RTE_ARCH_64 should be used. > > Signed-off-by: David Marchand > --- > lib/librte_eal/linuxapp/eal/eal.c |2 +- > lib/librte_eal/linuxapp/eal/eal_huge