[dpdk-dev] [PATCH v3 12/14] Add eal memory support for IBM Power Architecture

2014-11-24 Thread David Marchand
Chao, I think there are two remaining issues, in lib/librte_eal/linuxapp/eal/eal.c and lib/librte_eal/linuxapp/eal/eal_hugepage_info.c. I will send a patch in reply to this patch. I think it can be integrated into your patchset. Thanks. -- David Marchand On Mon, Nov 24, 2014 at 2:22 AM, Chao Z

[dpdk-dev] [PATCH v3 12/14] Add eal memory support for IBM Power Architecture

2014-11-23 Thread Chao Zhu
The mmap of hugepage files on IBM Power starts from high address to low address. This is different from x86. This patch modified the memory segment detection code to get the correct memory segment layout on Power architecture. This patch also added a commond ARCH_PPC_64 defination for 64 bit system