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 C7AE51094 for ; Tue, 4 Jul 2017 14:42:25 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 3EA42207FF; Tue, 4 Jul 2017 08:42:25 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Tue, 04 Jul 2017 08:42:25 -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=bHwK928ZLHzua+e vs5Dq1xUD0aWjo04j9m+Gzek+l8w=; b=pkTQ4mpUbKdSBh8RS7lNGPB8kj1thyF I4REv3VoJfBPrRBS+Nd+JJ3TeVju6gfkCVhg5YsXoOoZrQijdUhhoKuj/RxS8W/x oTJSF6f+Y2MJSyPDneMgG06jphHF550WG2SAWyv1PTSIRwW1AxrC5/kB18U6guV2 ZOPN2cKrfIxo= 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=bHwK928ZLHzua+evs5Dq1xUD0aWjo04j9m+Gzek+l8w=; b=V8LPwpLR RlgQVyUm0SJeERHSRqQoZ53SVry1/+9Q0UOq7qUG9n1rJLXCbx16DUDH+f1j1cvV hFVNl39B5lRs8R4/hezTCSK3xFFmbUuZo+OPeRBEbHb3T6FyrygWqgFShd/WuJjo 7Bc9SiV0c8eDCROZMsk4OI68qjQh/fxYrI8S2XoAQB2qykdJFoM+tB+nObnthT+k dOInsAvismUk5pBn5/tg9cO79jNNvoGEyKfpsuOjB2Z20NorhX1iLae7XfXdZIEg ZxUlFEVUy0a3qmjFl8P4UAqDKBzLiEH8OsFpapA0Xbo4SwQzByphZepGuyixmHnX E5KGgE+SnTi/8w== X-ME-Sender: X-Sasl-enc: 1cL9NC+g7HZC3zIGz6gKkMoFN3DhF6aWbpqe/SyEnDGf 1499172144 Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id E81D67E816; Tue, 4 Jul 2017 08:42:24 -0400 (EDT) From: Thomas Monjalon To: "Richardson, Bruce" Cc: dev@dpdk.org, "Ananyev, Konstantin" Date: Tue, 04 Jul 2017 14:42:24 +0200 Message-ID: <2010277.3gXJ0yu1tV@xps> In-Reply-To: <2601191342CEEE43887BDE71AB9772583FB186D0@IRSMSX109.ger.corp.intel.com> References: <20170620152313.107642-1-bruce.richardson@intel.com> <2601191342CEEE43887BDE71AB9772583FB186D0@IRSMSX109.ger.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 00/18] Increase minimum requirements for x86 platforms 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:42:26 -0000 > > 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.