From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: [PATCH] doc: notify x86 SSE4.2 requirement in release notes Date: Thu, 3 Aug 2017 15:46:11 +0200 Message-ID: <20170803134611.10596-1-thomas@monjalon.net> Cc: dev@dpdk.org To: john.mcnamara@intel.com Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 869063256 for ; Thu, 3 Aug 2017 15:46:18 +0200 (CEST) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Signed-off-by: Thomas Monjalon --- doc/guides/rel_notes/release_17_08.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/guides/rel_notes/release_17_08.rst b/doc/guides/rel_notes/release_17_08.rst index c3554761c..d5a708a09 100644 --- a/doc/guides/rel_notes/release_17_08.rst +++ b/doc/guides/rel_notes/release_17_08.rst @@ -41,6 +41,10 @@ New Features Also, make sure to start the actual text at the margin. ========================================================= +* **Bumped minimal x86 ISA to SSE4.2.** + + Starting with version 17.08, DPDK requires SSE4.2 to run on x86. + * **Added Service Core functionality.** The service core functionality added to EAL allows DPDK to run services such -- 2.13.2