[dpdk-dev] [PATCH] config: disable CONFIG_RTE_SCHED_VECTOR for arm

2015-11-27 Thread Jerin Jacob
On Fri, Nov 27, 2015 at 11:23:01AM +0100, Thomas Monjalon wrote: > Hi Jerin, > > 2015-11-27 15:23, Jerin Jacob: > > Commit 42ec27a0178a causes compiling error on arm, as RTE_SCHED_VECTOR > > does support only SSE intrinsic, so disable it till we have neon support. > > > > Fixes: 42ec27a0178a ("sc

[dpdk-dev] [PATCH] config: disable CONFIG_RTE_SCHED_VECTOR for arm

2015-11-27 Thread Jerin Jacob
Commit 42ec27a0178a causes compiling error on arm, as RTE_SCHED_VECTOR does support only SSE intrinsic, so disable it till we have neon support. Fixes: 42ec27a0178a ("sched: enable SSE optimizations in config") Signed-off-by: Jerin Jacob --- config/defconfig_arm-armv7a-linuxapp-gcc | 1 + c

[dpdk-dev] [PATCH] config: disable CONFIG_RTE_SCHED_VECTOR for arm

2015-11-27 Thread Thomas Monjalon
Hi Jerin, 2015-11-27 15:23, Jerin Jacob: > Commit 42ec27a0178a causes compiling error on arm, as RTE_SCHED_VECTOR > does support only SSE intrinsic, so disable it till we have neon support. > > Fixes: 42ec27a0178a ("sched: enable SSE optimizations in config") > > Signed-off-by: Jerin Jacob > --