From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas@monjalon.net>
Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com
 [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id D2124324B
 for <dev@dpdk.org>; Thu,  3 Aug 2017 16:03:08 +0200 (CEST)
Received: from compute1.internal (compute1.nyi.internal [10.202.2.41])
 by mailout.nyi.internal (Postfix) with ESMTP id 7A5BF20944;
 Thu,  3 Aug 2017 10:03:08 -0400 (EDT)
Received: from frontend1 ([10.202.2.160])
 by compute1.internal (MEProxy); Thu, 03 Aug 2017 10:03:08 -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=KB35lMcwTwstNnP
 kj/joLAkxed1Fe7RiLIv7aLSSK48=; b=SFOQfLk4mQ8GzsGu1ZoI0dGFNCyTUyf
 nML/k7XQXg/pIY6BfmhJdoBg6Q2lOXcgY4V2GJq5meXzjOHDzm8wTSWISPcEhz3+
 vzslavUYL5WF+3aRyFMrdDengJtotJFdVV7rRJRrYxES+e3gLYcBVutcWetTlDqb
 NpeZCXnu3WmE=
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=KB35lMcwTwstNnPkj/joLAkxed1Fe7RiLIv7aLSSK48=; b=qQujgEj9
 7M1sTpne2CZBuSVtWuGAl9dXZlzRu0Z6Qwt0FFUAJf2adHrWKscsEwin5vnWyKmt
 azttC+42zj5c02fZd2OuupLpK6wDH+dTPfHT/E+JcCcu62rYvL0nmHQHZevY+1/o
 hWMKmHoZuVXYpM9KIcg7J6qiPqNbXeZTTuIRXDEO+cXwiGrVng5i8++sV1/jo2TA
 QANtJdUj9pIdCnTLDiMU2+HBDyE9EFqrS1Tt3nRMndNG78G9GO47LAKsIEP5XUzq
 m6HhfJ7SVJhAuDtaXopLzNL4erSr3qhcqN8Ui3CCsS4jWJ8HsRGab3tMDBEFZK4U
 2WQTAJmyHn/tnQ==
X-ME-Sender: <xms:HC2DWeYsGICve2LD37sHXEmRfMSRR0w6l8-_n7rWee8NcjO8ZCPRcw>
X-Sasl-enc: Sl9kUXJ7cNuaOQ50R+UzV9hsUIuI+9k4wd2Ig7Vek2Nf 1501768988
Received: from xps.localnet (196.114.118.80.rev.sfr.net [80.118.114.196])
 by mail.messagingengine.com (Postfix) with ESMTPA id 080F57E683;
 Thu,  3 Aug 2017 10:03:08 -0400 (EDT)
From: Thomas Monjalon <thomas@monjalon.net>
To: Bruce Richardson <bruce.richardson@intel.com>
Cc: dev@dpdk.org, john.mcnamara@intel.com
Date: Thu, 03 Aug 2017 16:03:06 +0200
Message-ID: <12141085.V3fmyvddVe@xps>
In-Reply-To: <20170803135021.GA42680@bricha3-MOBL3.ger.corp.intel.com>
References: <20170803134611.10596-1-thomas@monjalon.net>
 <20170803135021.GA42680@bricha3-MOBL3.ger.corp.intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [PATCH] doc: notify x86 SSE4.2 requirement in
	release notes
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: Thu, 03 Aug 2017 14:03:10 -0000

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 <thomas@monjalon.net>
[...]
> > +* **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 <bruce.richardson@intel.com>

Applied with your change, thanks