From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 7E50BA10DA for ; Wed, 31 Jul 2019 16:14:24 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 780231C0DC; Wed, 31 Jul 2019 16:14:23 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by dpdk.org (Postfix) with ESMTP id E69A31C0C8 for ; Wed, 31 Jul 2019 16:14:21 +0200 (CEST) Received: from pps.filterd (m0045849.ppops.net [127.0.0.1]) by mx0a-0016f401.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id x6VEAd2k023692; Wed, 31 Jul 2019 07:14:21 -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=DYITLZVeuGBnmdfYQtWS2qpdhAafFolRgcGfggCmXfE=; b=c4R2yE2qMRZL/vgpvcUsyGwu41ri0kVB5+3OMoDJiVeKMdf1rnAXHj9P43dMlQJFr56Y 0d9F6Vz0874TMNSMhqcKD+BjFjYA3uE1qMCG09i8ZTwnokj0UgIblX7pQpIE61C+uGCi h7ZnB5LoA7BXHH1bD6d1ILyENAXEA9nsbd0Qx8jnG1yetyHTT4267WOX+/IvEL4u6rkL BFgotfxkQF3tl1W8tH1e25pWzUQ2pAB6chzJu4DhaPnpa8vOYAXBzIo/VEFCV1LMhNyi zx+l5FRBaXh4K/YZYCK3jz1MuKqAJlzJfLIWkajU9ZahAiztx9f/dlHqMH3gH4/X0L/E SA== Received: from sc-exch03.marvell.com ([199.233.58.183]) by mx0a-0016f401.pphosted.com with ESMTP id 2u0kyq9usx-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Wed, 31 Jul 2019 07:14:20 -0700 Received: from SC-EXCH03.marvell.com (10.93.176.83) by SC-EXCH03.marvell.com (10.93.176.83) with Microsoft SMTP Server (TLS) id 15.0.1367.3; Wed, 31 Jul 2019 07:14:20 -0700 Received: from maili.marvell.com (10.93.176.43) by SC-EXCH03.marvell.com (10.93.176.83) with Microsoft SMTP Server id 15.0.1367.3 via Frontend Transport; Wed, 31 Jul 2019 07:14:20 -0700 Received: from jerin-lab.marvell.com (jerin-lab.marvell.com [10.28.34.14]) by maili.marvell.com (Postfix) with ESMTP id 21E533F703F; Wed, 31 Jul 2019 07:14:17 -0700 (PDT) From: To: , John McNamara , Marko Kovacevic CC: , , Jerin Jacob Date: Wed, 31 Jul 2019 19:44:06 +0530 Message-ID: <20190731141406.32798-1-jerinj@marvell.com> X-Mailer: git-send-email 2.22.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:5.22.84,1.0.8 definitions=2019-07-31_06:2019-07-31,2019-07-31 signatures=0 Subject: [dpdk-dev] [PATCH] doc: add tested Marvell integrated NIC platforms 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 Add tested Marvell integrated NIC platforms to v19.08 release note. Signed-off-by: Jerin Jacob --- doc/guides/rel_notes/release_19_08.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/doc/guides/rel_notes/release_19_08.rst b/doc/guides/rel_notes/release_19_08.rst index 4b640bb6b..3c9095087 100644 --- a/doc/guides/rel_notes/release_19_08.rst +++ b/doc/guides/rel_notes/release_19_08.rst @@ -559,3 +559,18 @@ Tested Platforms * Firmware version: 3.25, 0x800006eb * Device id (pf): 8086:1533 * Driver version: 5.4.0-k(igb) + +* ARMv8 SoC combinations from Marvell (with integrated NICs) + + * SoC: + + * CN83xx, CN96xx, CNF95xx, CN93xx + + * OS: + + * Arch Linux with Marvell OCTEON TX SDK 10.0 package + * Build root with Marvell OCTEON TX SDK 10.0 package + * Ubuntu 16.04.1 LTS with Marvell OCTEON TX SDK 10.0 package + * Ubuntu 16.10 with Marvell OCTEON TX SDK 10.0 package + * Ubuntu 18.04.1 LTS with Marvell OCTEON TX SDK 10.0 package + * Ubuntu 19.04 with Marvell OCTEON TX SDK 10.0 package -- 2.22.0