Re: [dpdk-dev] [PATCH v2] sched: add neon optimizations

2017-07-03 Thread Thomas Monjalon
28/04/2017 10:50, Jianbo Liu: > On 28 April 2017 at 14:15, Ashwin Sekhar T K > wrote: > > * Removed setting CONFIG_RTE_SCHED_VECTOR=n from armv8a config > > so that the setting from common_base is taken as the default > > setting for armv8a > > * Verified the changes with sched_autotest unit t

Re: [dpdk-dev] [PATCH v2] sched: add neon optimizations

2017-04-28 Thread Jianbo Liu
On 28 April 2017 at 14:15, Ashwin Sekhar T K wrote: > * Removed setting CONFIG_RTE_SCHED_VECTOR=n from armv8a config > so that the setting from common_base is taken as the default > setting for armv8a > * Verified the changes with sched_autotest unit test case > > Signed-off-by: Ashwin Sekhar

[dpdk-dev] [PATCH v2] sched: add neon optimizations

2017-04-27 Thread Ashwin Sekhar T K
* Removed setting CONFIG_RTE_SCHED_VECTOR=n from armv8a config so that the setting from common_base is taken as the default setting for armv8a * Verified the changes with sched_autotest unit test case Signed-off-by: Ashwin Sekhar T K --- v2: * Removed line CONFIG_RTE_SCHED_VECTOR=n from conf