From: Christian Ehrhardt Date: Tue, 1 Dec 2015 15:13:23 +0000 (+0100) Subject: config: disable vector optimizations in sched library X-Git-Tag: spdx-start~7905 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=e3787501d29e15758e3ef2e1350e89b2687a028f;p=dpdk.git config: disable vector optimizations in sched library As it causes issues when building with RTE_MACHINE=default due to SSE4.x requirements and in other discussions was so far rated "lightly tested and doesn't provide really significant performance improvement" let us disable that in the default config. (=> http://dpdk.org/ml/archives/dev/2015-November/029067.html) Signed-off-by: Christian Ehrhardt Acked-by: Stephen Hemminger --- diff --git a/config/common_bsdapp b/config/common_bsdapp index 3286481725..07328d9bd3 100644 --- a/config/common_bsdapp +++ b/config/common_bsdapp @@ -440,7 +440,7 @@ CONFIG_RTE_SCHED_RED=n CONFIG_RTE_SCHED_COLLECT_STATS=n CONFIG_RTE_SCHED_SUBPORT_TC_OV=n CONFIG_RTE_SCHED_PORT_N_GRINDERS=8 -CONFIG_RTE_SCHED_VECTOR=y +CONFIG_RTE_SCHED_VECTOR=n # # Compile the distributor library diff --git a/config/common_linuxapp b/config/common_linuxapp index 2866986831..f2d699f525 100644 --- a/config/common_linuxapp +++ b/config/common_linuxapp @@ -451,7 +451,7 @@ CONFIG_RTE_SCHED_RED=n CONFIG_RTE_SCHED_COLLECT_STATS=n CONFIG_RTE_SCHED_SUBPORT_TC_OV=n CONFIG_RTE_SCHED_PORT_N_GRINDERS=8 -CONFIG_RTE_SCHED_VECTOR=y +CONFIG_RTE_SCHED_VECTOR=n # # Compile the distributor library