From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 9958820B4B; Tue, 4 Jul 2017 08:40:46 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Tue, 04 Jul 2017 08:40:46 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=R7DEOI7qU3YNWEA cytPsr6txcEVVdE9ik0LOB6H+Mr8=; b=NIDVb45XH1Ua/RRyYWwVZh9+4H369Vl Rlq1StaiqCTgrBV27NzXnLIwJVdEz3rm7O85XCNmdBSc9KWT8YAfNrQfo++y/Gtp ITY21TSuOFWVtQl8Bv2UbqfGelmtg2wBDfklllxr7fLHW9DZaIV1fuTg3nLk3WT8 yRdAA/y7PaqU= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s= fm1; bh=R7DEOI7qU3YNWEAcytPsr6txcEVVdE9ik0LOB6H+Mr8=; b=U+2cP/u3 zKFShUTzBs+8r/zGYmWO1Eq1Rvxe37IxQs2fF8e4quK37H3u6sAlbwyxJ8pFvlq+ 9gmHk6i5uil6UfIrENwWAwiEcwjQdDmAgCLp1S/KAw5u0rWIq00NrhiGXuNFF1Vc JsSg8rPd//CqUP8TqNv0yqhIqRsJGPDlHDwCuV13hp5PhxqzV36U7twTem3ABViP /V0rB2B4iGgFIsDaVAuOf7BLfNXLAgzaSYXoADApLGpCOyq5bqmDhupNjR/W7Y0X J0wZKH36Kx/3xcDnzWGIkxH4d9/wv+hqgdTtV0UxsPc3HTKALW3URnkUQcrnBUJc YjsfLA10Cc96gQ== X-ME-Sender: X-Sasl-enc: qqbAyEpJ34PXl20ghecrPl2MMaXFIqSgclH4s9DHpXQr 1499172046 Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 4DFDF247AC; Tue, 4 Jul 2017 08:40:46 -0400 (EDT) From: Thomas Monjalon To: Bruce Richardson Cc: dev@dpdk.org, Cristian Dumitrescu Date: Tue, 04 Jul 2017 14:40:45 +0200 Message-ID: <1634974.p0oARI4E1u@xps> In-Reply-To: <20170620152313.107642-9-bruce.richardson@intel.com> References: <20170620152313.107642-1-bruce.richardson@intel.com> <20170620152313.107642-9-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 08/18] sched: remove check for SSE4 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2017 12:40:47 -0000 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.