[dpdk-dev] [PATCH v3 08/14] Add CPU flag checking for IBM Power architecture

2014-11-25 Thread Chao Zhu
Neil, I didn't compiled ACL library on Power because SSE is not supported by Power. This is why ACL compiling was turned off on Power. rte_cpu_flag_t is an architecture specific value, each CPU has its own rte_cpu_flag_t . The Power one has no influence on x86, so I think there should be no bui

[dpdk-dev] [PATCH v3 08/14] Add CPU flag checking for IBM Power architecture

2014-11-25 Thread Neil Horman
On Tue, Nov 25, 2014 at 11:27:31AM +0800, Chao Zhu wrote: > Neil, > > I didn't compiled ACL library on Power because SSE is not supported by > Power. This is why ACL compiling was > turned off on Power. rte_cpu_flag_t is an architecture specific value, each > CPU has its own rte_cpu_flag_t . The P

[dpdk-dev] [PATCH v3 08/14] Add CPU flag checking for IBM Power architecture

2014-11-24 Thread Neil Horman
On Sun, Nov 23, 2014 at 08:22:16PM -0500, Chao Zhu wrote: > IBM Power processor doesn't have CPU flag hardware registers. This patch > uses aux vector software register to get CPU flags and add CPU flag > checking support for IBM Power architecture. > > Signed-off-by: Chao Zhu > --- > app/test/t

[dpdk-dev] [PATCH v3 08/14] Add CPU flag checking for IBM Power architecture

2014-11-23 Thread Chao Zhu
IBM Power processor doesn't have CPU flag hardware registers. This patch uses aux vector software register to get CPU flags and add CPU flag checking support for IBM Power architecture. Signed-off-by: Chao Zhu --- app/test/test_cpuflags.c | 35 .../common/include