From patchwork Tue Jul 9 13:35:25 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: 56269 X-Patchwork-Delegate: thomas@monjalon.net 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 0029637A2; Tue, 9 Jul 2019 15:35:16 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by dpdk.org (Postfix) with ESMTP id 89758324D for ; Tue, 9 Jul 2019 15:35:15 +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 x69DUBKv013113; Tue, 9 Jul 2019 06:35:14 -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=2Z4wGBrkFSgSsKAlf2Kd//Nf01TfO3On3sVSv+tNHgo=; b=xMVR9lrA2MvXWfzVDp1pnf1oShd3fvP+tGD3vtqU6caQnivNDVcPxgPlOoidMPpyOdyf 36lsfI8iqIewnITLY76A6jEc7hobpVVZVAhBp8ruQXU+NIf5ZiYIcS0+96zItqLFc1JE fav7MerDGYMhipmAITkStg36+K6pRa4p5e7ft/IWgKUAFZoVgXVMdnFnYTLjhfjO5/54 pLfmMigK+qQhawCaeDzOOLmo8X+CA4VJ6FdwBqUEdIhLIK3Xg3qekkZR1ET+PpyDqqSp 69+YpWx2d+cz30bEBJOVFnZcud6HVwk7XRSkrVedCKrmbDpvpg/x7U/ZSJe0o6ngzvyo zA== Received: from sc-exch03.marvell.com ([199.233.58.183]) by mx0b-0016f401.pphosted.com with ESMTP id 2tmn10he77-2 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Tue, 09 Jul 2019 06:35:14 -0700 Received: from SC-EXCH01.marvell.com (10.93.176.81) by SC-EXCH03.marvell.com (10.93.176.83) with Microsoft SMTP Server (TLS) id 15.0.1367.3; Tue, 9 Jul 2019 06:35:12 -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; Tue, 9 Jul 2019 06:35:12 -0700 Received: from jerin-lab.marvell.com (jerin-lab.marvell.com [10.28.34.14]) by maili.marvell.com (Postfix) with ESMTP id 3897B3F7041; Tue, 9 Jul 2019 06:35:10 -0700 (PDT) From: To: , John McNamara , Marko Kovacevic CC: , Jerin Jacob Date: Tue, 9 Jul 2019 19:05:25 +0530 Message-ID: <20190709133525.1266-1-jerinj@marvell.com> X-Mailer: git-send-email 2.22.0 MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:, , definitions=2019-07-09_05:, , signatures=0 Subject: [dpdk-dev] [PATCH] doc: update release notes for OCTEON TX2 support 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 Update release notes for various OCTEON TX2 drivers supported for 19.08. Signed-off-by: Jerin Jacob --- doc/guides/rel_notes/release_19_08.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/doc/guides/rel_notes/release_19_08.rst b/doc/guides/rel_notes/release_19_08.rst index 27d5915be..a423f2e4d 100644 --- a/doc/guides/rel_notes/release_19_08.rst +++ b/doc/guides/rel_notes/release_19_08.rst @@ -191,6 +191,22 @@ New Features Added telemetry mode to l3fwd-power application to report application level busyness, empty and full polls of rte_eth_rx_burst(). +* **Added Marvell OCTEON TX2 drivers.** + + Added the new ``ethdev``, ``eventdev``, ``mempool``, ``eventdev Rx adapter``, + ``eventdev Tx adapter``, ``eventdev Timer adapter`` and ``rawdev DMA`` + drivers for various HW coprocessors available in ``OCTEON TX2`` SoC. + + See :doc:`../platform/octeontx2` for OCTEON TX2 platform information. + + See :doc:`../nics/octeontx2` for NIX ethdev driver information. + + See :doc:`../mempool/octeontx2` for NPA mempool driver information. + + See :doc:`../eventdevs/octeontx2` for SSO event device driver information. + + See :doc:`../rawdevs/octeontx2_dma` for DMA driver information. + Removed Items -------------