From patchwork Thu Apr 25 07:41:30 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jerin Jacob Kollanukkaran X-Patchwork-Id: 53064 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org 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 ; 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: To: , John McNamara , Marko Kovacevic CC: , , Jerin Jacob 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 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" From: Jerin Jacob Added documentation for the new armv8 targets supported in 19.05 release. Signed-off-by: Jerin Jacob Acked-by: John McNamara --- 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 -------------