From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] doc: notify x86 SSE4.2 requirement in release notes Date: Thu, 03 Aug 2017 16:03:06 +0200 Message-ID: <12141085.V3fmyvddVe@xps> References: <20170803134611.10596-1-thomas@monjalon.net> <20170803135021.GA42680@bricha3-MOBL3.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, john.mcnamara@intel.com 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 D2124324B for ; Thu, 3 Aug 2017 16:03:08 +0200 (CEST) In-Reply-To: <20170803135021.GA42680@bricha3-MOBL3.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" 03/08/2017 15:50, Bruce Richardson: > On Thu, Aug 03, 2017 at 03:46:11PM +0200, Thomas Monjalon wrote: > > Signed-off-by: Thomas Monjalon [...] > > +* **Bumped minimal x86 ISA to SSE4.2.** > > + > > + Starting with version 17.08, DPDK requires SSE4.2 to run on x86. > > For clarification, I think an additional sentence should also be added > stating: "Previous versions required SSE3." > > Otherwise: > Acked-by: Bruce Richardson Applied with your change, thanks