From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] mk: disable SCHED_VECTOR in the default config Date: Sun, 06 Dec 2015 00:28:41 +0100 Message-ID: <3093609.RYVnPMZmGn@xps13> References: <1448982803-28760-1-git-send-email-christian.ehrhardt@canonical.com> <20151201072032.343befed@xeon-e3> 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-wm0-f52.google.com (mail-wm0-f52.google.com [74.125.82.52]) by dpdk.org (Postfix) with ESMTP id 6E7A1920C for ; Sun, 6 Dec 2015 00:29:55 +0100 (CET) Received: by wmvv187 with SMTP id v187so120531136wmv.1 for ; Sat, 05 Dec 2015 15:29:55 -0800 (PST) In-Reply-To: <20151201072032.343befed@xeon-e3> 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-12-01 07:20, Stephen Hemminger: > 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 Looks safe for the release 2.2. May be re-enabled in 2.3. Applied, thanks