[dpdk-dev] [PATCH] PPC64: turn off fm10k driver compilation on IBM POWER

2015-11-04 Thread Thomas Monjalon
2015-11-04 08:14, Qiu, Michael: > On 2015/11/4 14:14, Chao Zhu wrote: > > The fm10k vector driver is specific for x86 platform which can't compile > > on IBM POWER for lacking of tmmintrin.h header file. This patch turns > > off fm10k driver compilation on IBM POWER to prevent compile issue. > > >

[dpdk-dev] [PATCH] PPC64: turn off fm10k driver compilation on IBM POWER

2015-11-04 Thread Chao Zhu
The fm10k vector driver is specific for x86 platform which can't compile on IBM POWER for lacking of tmmintrin.h header file. This patch turns off fm10k driver compilation on IBM POWER to prevent compile issue. Signed-off-by: Chao Zhu --- config/defconfig_ppc_64-power8-linuxapp-gcc |1 + 1

[dpdk-dev] [PATCH] PPC64: turn off fm10k driver compilation on IBM POWER

2015-11-04 Thread Qiu, Michael
On 2015/11/4 14:14, Chao Zhu wrote: > The fm10k vector driver is specific for x86 platform which can't compile > on IBM POWER for lacking of tmmintrin.h header file. This patch turns > off fm10k driver compilation on IBM POWER to prevent compile issue. > > Signed-off-by: Chao Zhu Acked-by: