From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH] config: disable CONFIG_RTE_SCHED_VECTOR for arm Date: Fri, 27 Nov 2015 16:20:17 +0530 Message-ID: <20151127105014.GA12878@localhost.localdomain> References: <1448617997-18040-1-git-send-email-jerin.jacob@caviumnetworks.com> <2297109.XH6RklrXdH@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org To: Thomas Monjalon Return-path: Received: from na01-bl2-obe.outbound.protection.outlook.com (mail-bl2on0062.outbound.protection.outlook.com [65.55.169.62]) by dpdk.org (Postfix) with ESMTP id BDF5458F1 for ; Fri, 27 Nov 2015 11:50:40 +0100 (CET) Content-Disposition: inline In-Reply-To: <2297109.XH6RklrXdH@xps13> 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" 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 ("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. armv7 and armv8 config parameters are quite different.I think we can converge all the common configs of defconfig_arm64-* > I think having an arm config base would also make clearer the differences > between the arm platforms. Yes, For armv8, I can update arm64-armv8a-linuxapp-gcc as a base config and only absolute delta changes can be added to thunderx/xgene1 config. I will send out the next revision with arm64-armv8a-linuxapp-gcc as a base config. Thanks Jerin