From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] config: disable CONFIG_RTE_SCHED_VECTOR for arm Date: Fri, 27 Nov 2015 11:23:01 +0100 Message-ID: <2297109.XH6RklrXdH@xps13> References: <1448617997-18040-1-git-send-email-jerin.jacob@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Jerin Jacob Return-path: Received: from mail-wm0-f52.google.com (mail-wm0-f52.google.com [74.125.82.52]) by dpdk.org (Postfix) with ESMTP id 025B3374D for ; Fri, 27 Nov 2015 11:24:21 +0100 (CET) Received: by wmec201 with SMTP id c201so63901082wme.0 for ; Fri, 27 Nov 2015 02:24:20 -0800 (PST) In-Reply-To: <1448617997-18040-1-git-send-email-jerin.jacob@caviumnetworks.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 > --- > config/defconfig_arm-armv7a-linuxapp-gcc | 1 + > config/defconfig_arm64-armv8a-linuxapp-gcc | 1 + > config/defconfig_arm64-thunderx-linuxapp-gcc | 1 + > config/defconfig_arm64-xgene1-linuxapp-gcc | 1 + You would not need to update 4 files if the 3 last ones were including the first one. I think having an arm config base would also make clearer the differences between the arm platforms.