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 AAEABA10DA for ; Wed, 31 Jul 2019 17:46:02 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 739691C0B2; Wed, 31 Jul 2019 17:46:02 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by dpdk.org (Postfix) with ESMTP id 5211C1C06B for ; Wed, 31 Jul 2019 17:46:01 +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 x6VFg4eJ009685; Wed, 31 Jul 2019 08:46:00 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h=from : to : cc : subject : date : message-id : in-reply-to : references : mime-version : content-transfer-encoding : content-type; s=pfpt0818; bh=OG3aHI8shbW437kzRDSKfj4ED/lne14ze8DdZwrW6Wo=; b=xXoZZpRZZMWFDTh0QcTTqMja6VT0ebP/Yw2u6W4AmPfSjStivrW5NsBHmuxpm7sZNfCW UvOBFvdJTuW+sQSgF598dyJVdwa4ml4g5p0K0LSrDOewj4+RcPninA54DPP8s9vr2bpn dQYHHwJQEOhItWxPtODblUlY2+GrXAOWBws7vigDvU+V+bjb2Fhrdj/sA4aR9B8HkdPg vJlr+9sTgP/aab9E70TM2ekid4l7Enl12qZLKJdbf74xytZZSFht491AtkaUlCd1JI9U JdZKcVKFGAdEF6mFXy/r7qx/TUQUaPLnn1yk9L93Wd8+M81Zottz33aa6MmQbqrkbs8z uQ== Received: from sc-exch01.marvell.com ([199.233.58.181]) by mx0a-0016f401.pphosted.com with ESMTP id 2u0kyqa7jj-2 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Wed, 31 Jul 2019 08:46:00 -0700 Received: from SC-EXCH03.marvell.com (10.93.176.83) by SC-EXCH01.marvell.com (10.93.176.81) with Microsoft SMTP Server (TLS) id 15.0.1367.3; Wed, 31 Jul 2019 08:45:58 -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 08:45:59 -0700 Received: from jerin-lab.marvell.com (jerin-lab.marvell.com [10.28.34.14]) by maili.marvell.com (Postfix) with ESMTP id 104163F703F; Wed, 31 Jul 2019 08:45:56 -0700 (PDT) From: To: , John McNamara , Marko Kovacevic CC: , , Jerin Jacob Date: Wed, 31 Jul 2019 21:15:49 +0530 Message-ID: <20190731154549.34106-1-jerinj@marvell.com> X-Mailer: git-send-email 2.22.0 In-Reply-To: <20190731141406.32798-1-jerinj@marvell.com> References: <20190731141406.32798-1-jerinj@marvell.com> 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_08:2019-07-31,2019-07-31 signatures=0 Subject: [dpdk-dev] [PATCH v2] 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 --- v2: Updated based on Thomas's following comments http://mails.dpdk.org/archives/dev/2019-July/140203.html 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..985d15b25 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 (Based on Marvell OCTEON TX SDK 10.0): + + * Arch Linux + * Buildroot 2018.11 + * Ubuntu 16.04.1 LTS + * Ubuntu 16.10 + * Ubuntu 18.04.1 + * Ubuntu 19.04 -- 2.22.0