From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <bruce.richardson@intel.com> Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 149CB271 for <dev@dpdk.org>; Fri, 21 Jul 2017 17:50:10 +0200 (CEST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga104.jf.intel.com with ESMTP; 21 Jul 2017 08:50:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,390,1496127600"; d="scan'208";a="127796304" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.72]) by orsmga005.jf.intel.com with SMTP; 21 Jul 2017 08:50:07 -0700 Received: by (sSMTP sendmail emulation); Fri, 21 Jul 2017 16:50:07 +0100 Date: Fri, 21 Jul 2017 16:50:07 +0100 From: Bruce Richardson <bruce.richardson@intel.com> To: Thomas Monjalon <thomas@monjalon.net> Cc: dev@dpdk.org, "Ananyev, Konstantin" <konstantin.ananyev@intel.com> Message-ID: <20170721155006.GB9460@bricha3-MOBL3.ger.corp.intel.com> References: <20170620152313.107642-1-bruce.richardson@intel.com> <2601191342CEEE43887BDE71AB9772583FB186D0@IRSMSX109.ger.corp.intel.com> <2010277.3gXJ0yu1tV@xps> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2010277.3gXJ0yu1tV@xps> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.8.3 (2017-05-23) 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 <dev.dpdk.org> List-Unsubscribe: <http://dpdk.org/ml/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://dpdk.org/ml/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <http://dpdk.org/ml/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> X-List-Received-Date: Fri, 21 Jul 2017 15:50:11 -0000 On Tue, Jul 04, 2017 at 02:42:24PM +0200, Thomas Monjalon wrote: > > > 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 <konstantin.ananyev@intel.com> > > Applied and rebased with additions (in this thread), thanks. Thanks for fixing the couple of things I missed!