From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from dpdk.org (dpdk.org [92.243.14.124])
	by dpdk.space (Postfix) with ESMTP id 59E8CA05D3
	for <public@inbox.dpdk.org>; Thu, 25 Apr 2019 09:42:09 +0200 (CEST)
Received: from [92.243.14.124] (localhost [127.0.0.1])
	by dpdk.org (Postfix) with ESMTP id 3FED21B567;
	Thu, 25 Apr 2019 09:42:08 +0200 (CEST)
Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com
 [67.231.156.173]) by dpdk.org (Postfix) with ESMTP id B25BE1B551
 for <dev@dpdk.org>; Thu, 25 Apr 2019 09:42:06 +0200 (CEST)
Received: from pps.filterd (m0045851.ppops.net [127.0.0.1])
 by mx0b-0016f401.pphosted.com (8.16.0.27/8.16.0.27) with SMTP id
 x3P7f61k003238; Thu, 25 Apr 2019 00:42:06 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com;
 h=from : to : cc :
 subject : date : message-id : mime-version : content-transfer-encoding :
 content-type; s=pfpt0818; bh=oFs+i4nXtlE+hmdk+tkBHHIy2kVG2TPzbFC7Pw7Z/Yc=;
 b=cZc0sH3LkReuW7B26YVOsQI5inQTMfux8Fn/KPQ9TB+7vsjYKtL9OiRDKSilSqrjCtT1
 YZSzxNy76CDAmLokaGkbmtnwd7wZT2pCmh5izvpzraQK4rCZWrwmsOPeLPDaN7gj3WZz
 GFBGjW1FRsvcF14bQHItRnigeP6FprYBK/2O+uFF5tWNz1HvP8qhvHCOKAqh4GhXxhFZ
 sNZFeynp3hwjviwRgFPHnmvSvtI+eXt0vUTt83qPCegCcEssB3pjV/On7/fBnszvLWi/
 P4fLvWLGwjhxeaM9jL3527HqpHN744fFPIbEw9MA1XoOIQ15PuRJZuSkAchOc+gJA0Fh 6Q== 
Received: from sc-exch04.marvell.com ([199.233.58.184])
 by mx0b-0016f401.pphosted.com with ESMTP id 2s2nnjky46-1
 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT);
 Thu, 25 Apr 2019 00:42:05 -0700
Received: from SC-EXCH01.marvell.com (10.93.176.81) by SC-EXCH04.marvell.com
 (10.93.176.84) with Microsoft SMTP Server (TLS) id 15.0.1367.3; Thu, 25 Apr
 2019 00:42:04 -0700
Received: from maili.marvell.com (10.93.176.43) by SC-EXCH01.marvell.com
 (10.93.176.81) with Microsoft SMTP Server id 15.0.1367.3 via Frontend
 Transport; Thu, 25 Apr 2019 00:42:04 -0700
Received: from jerin-lab.marvell.com (unknown [10.28.34.14])
 by maili.marvell.com (Postfix) with ESMTP id 2E2323F7040;
 Thu, 25 Apr 2019 00:42:02 -0700 (PDT)
From: <jerinj@marvell.com>
To: <dev@dpdk.org>, John McNamara <john.mcnamara@intel.com>, Marko Kovacevic
 <marko.kovacevic@intel.com>
CC: <thomas@monjalon.net>, <yskoh@mellanox.com>, Jerin Jacob
 <jerinj@marvell.com>
Date: Thu, 25 Apr 2019 13:11:30 +0530
Message-ID: <20190425074130.39963-1-jerinj@marvell.com>
X-Mailer: git-send-email 2.21.0
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
Content-Type: text/plain; charset="UTF-8"
X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:, ,
 definitions=2019-04-25_07:, , signatures=0
Subject: [dpdk-dev] [PATCH] doc: update release notes for new armv8 targets
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org
Sender: "dev" <dev-bounces@dpdk.org>
Message-ID: <20190425074130.WEYtjYXX8vZuf7sFCr64UsumgxRXjW30XydnD5_x-Qs@z>

From: Jerin Jacob <jerinj@marvell.com>

Added documentation for the new armv8 targets supported in 19.05 release.

Signed-off-by: Jerin Jacob <jerinj@marvell.com>
---
 doc/guides/rel_notes/release_19_05.rst | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/doc/guides/rel_notes/release_19_05.rst b/doc/guides/rel_notes/release_19_05.rst
index d5ed564ab..647507f32 100644
--- a/doc/guides/rel_notes/release_19_05.rst
+++ b/doc/guides/rel_notes/release_19_05.rst
@@ -187,6 +187,13 @@ New Features
   Improved testpmd application performance on ARM platform. For ``macswap``
   forwarding mode, NEON intrinsics were used to do swap to save CPU cycles.
 
+* **Added new armv8 machine targets**
+
+  Added the following armv8 machine targets:
+
+  * BlueField(Mellanox)
+  * OcteonTX2(Marvell)
+  * ThunderX2(Marvell)
 
 Removed Items
 -------------
-- 
2.21.0