From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH v3 0/2] disable CONFIG_RTE_SCHED_VECTOR for arm Date: Mon, 30 Nov 2015 08:37:03 -0800 Message-ID: <20151130083703.1903172e@xeon-e3> References: <1448631268-10692-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-pa0-f45.google.com (mail-pa0-f45.google.com [209.85.220.45]) by dpdk.org (Postfix) with ESMTP id 85DC458DB for ; Mon, 30 Nov 2015 17:36:54 +0100 (CET) Received: by pacdm15 with SMTP id dm15so189615660pac.3 for ; Mon, 30 Nov 2015 08:36:54 -0800 (PST) In-Reply-To: <1448631268-10692-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" On Fri, 27 Nov 2015 19:04:26 +0530 Jerin Jacob wrote: > 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 > > Jerin Jacob (2): > config: arm64: create common arm64 configs under common_arm64 file > config: disable CONFIG_RTE_SCHED_VECTOR for arm > > config/common_arm64 | 49 ++++++++++++++++++++++++++++ > config/defconfig_arm-armv7a-linuxapp-gcc | 1 + > config/defconfig_arm64-armv8a-linuxapp-gcc | 18 +--------- > config/defconfig_arm64-thunderx-linuxapp-gcc | 18 +--------- > config/defconfig_arm64-xgene1-linuxapp-gcc | 18 +--------- > 5 files changed, 53 insertions(+), 51 deletions(-) > create mode 100644 config/common_arm64 > Since the RTE_SCHED_VECTOR is lightly tested and doesn't provide really significant performance improvement, it should probably be disabled by default on all platforms.