From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 00/18] Increase minimum requirements for x86 platforms Date: Tue, 04 Jul 2017 14:42:24 +0200 Message-ID: <2010277.3gXJ0yu1tV@xps> References: <20170620152313.107642-1-bruce.richardson@intel.com> <2601191342CEEE43887BDE71AB9772583FB186D0@IRSMSX109.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Ananyev, Konstantin" To: "Richardson, Bruce" Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id C7AE51094 for ; Tue, 4 Jul 2017 14:42:25 +0200 (CEST) In-Reply-To: <2601191342CEEE43887BDE71AB9772583FB186D0@IRSMSX109.ger.corp.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" > > Bruce Richardson (18): > > mk: require SSE4.2 support on all x86 platforms > > acl: remove checks for SSE4 > > distributor: remove checks for SSE4 > > eal: remove unneeded conditionals for SSE headers > > hash: remove checks for SSE4 > > ip_frag: check for x86 rather than SSE4 > > net: remove check for SSE4 > > sched: remove check for SSE4 > > crypto/aesni_mb: remove check for SSE4 > > crypto/kasumi: remove check for SSE4 > > crypto/snow3g: remove check for SSE4 > > crypto/zuc: remove check for SSE4 > > net/enic: replace check for SSE4 with check for x86 > > net/i40e: remove checks for SSE4 > > net/ixgbe: remove fallback code for non-SSE4 systems > > examples/ip_pipeline: remove macro check for SSE4 > > examples/l3fwd: remove checks for SSE4 > > examples/performance-thread: remove non-SSE4 fallbacks > > Acked-by: Konstantin Ananyev Applied and rebased with additions (in this thread), thanks.