From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v4 0/2] disable CONFIG_RTE_SCHED_VECTOR for arm Date: Wed, 02 Dec 2015 23:21:31 +0100 Message-ID: <2268404.Qtj7mI8jdm@xps13> References: <1448904038-12719-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-f51.google.com (mail-wm0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id 69812A2F for ; Wed, 2 Dec 2015 23:22:42 +0100 (CET) Received: by wmww144 with SMTP id w144so234275662wmw.1 for ; Wed, 02 Dec 2015 14:22:42 -0800 (PST) In-Reply-To: <1448904038-12719-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" 2015-11-30 22:50, Jerin Jacob: > > v1..v2 > created common arm64 configs under common_arm64 file. > let each armv8 machine targets capture only the differences > between the common arm64 config. > > v2..v3 > Fix whitespace issue with git am > > v3..v4 > removed common_arm64 file and used defconfig_arm64-armv8a-linuxapp-gcc > as base > > Jerin Jacob (2): > config: use defconfig_arm64-armv8a-linuxapp-gcc as base for arm64 > targets > config: disable CONFIG_RTE_SCHED_VECTOR for arm Applied, thanks Even if the compilation is already fixed, it is a good idea to explicitly mark SCHED_VECTOR as disabled instead of relying on internal disabling.