From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH] mk: disable SCHED_VECTOR in the default config Date: Tue, 1 Dec 2015 07:20:32 -0800 Message-ID: <20151201072032.343befed@xeon-e3> References: <1448982803-28760-1-git-send-email-christian.ehrhardt@canonical.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Christian Ehrhardt Return-path: Received: from mail-io0-f170.google.com (mail-io0-f170.google.com [209.85.223.170]) by dpdk.org (Postfix) with ESMTP id 32E89FE5 for ; Tue, 1 Dec 2015 16:20:24 +0100 (CET) Received: by ioc74 with SMTP id 74so12390041ioc.2 for ; Tue, 01 Dec 2015 07:20:23 -0800 (PST) In-Reply-To: <1448982803-28760-1-git-send-email-christian.ehrhardt@canonical.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 Tue, 1 Dec 2015 16:13:23 +0100 Christian Ehrhardt wrote: > 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