From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 08/18] sched: remove check for SSE4 Date: Tue, 04 Jul 2017 14:40:45 +0200 Message-ID: <1634974.p0oARI4E1u@xps> References: <20170620152313.107642-1-bruce.richardson@intel.com> <20170620152313.107642-9-bruce.richardson@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Cristian Dumitrescu To: Bruce Richardson Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 012A6235 for ; Tue, 4 Jul 2017 14:40:46 +0200 (CEST) In-Reply-To: <20170620152313.107642-9-bruce.richardson@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 20/06/2017 17:23, Bruce Richardson: > Since SSE4 is now part of the minimum requirements for DPDK, we don't need > to check for its presence any more. > > Signed-off-by: Bruce Richardson > --- > lib/librte_sched/rte_sched.c | 2 +- > lib/librte_table/rte_lru.h | 7 +------ > 2 files changed, 2 insertions(+), 7 deletions(-) You have squashed sched and table together. Resurrecting commit for librte_table: table: remove check for SSE4 Since SSE4 is now part of the minimum requirements for DPDK, we don't need the scalar version on x86.