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 5ADD4A055A; Tue, 25 Feb 2020 18:08:29 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 455291BF8D; Tue, 25 Feb 2020 18:08:28 +0100 (CET) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by dpdk.org (Postfix) with ESMTP id 0C24F1BC24 for ; Tue, 25 Feb 2020 18:08:26 +0100 (CET) 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 01PGtlg3003673; Tue, 25 Feb 2020 09:08:25 -0800 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=z+dHG17qgovUotKttPjUGZyg5fc3d8kiUf3CzdBmha8=; b=MQPeu9tqwa5vsi6Z9kXbRxLK2+8QyvogcVuUnAoNzJhcMaoSz+HSsnzBGo8k6cHKwAjm w74VGPdye+KSUA0D+NazARZ/HTbk7fOc1b7NGyKQDJTtl/kMXQPB1g471h5s2tNsIHiC Fj3/pypsENqy7geBVkR8lkRXaFTGCzRx9omkbQyqa5gXlsbnOwOwNBO4jzpZ3TTAfJ6E dIbFnn/+2Lc9vknbLqDvNHKTqRv8yvy7qgunv0Uz+BwSsT5NF4Efv4bfcZ0B860jeILG 9QYZQ5PXX9hehjM1mvPcJDJDcyZAp9OCUUOL1S+Ju931AP5V7t2Yk9GROHcu3/sXv9pu wA== Received: from sc-exch02.marvell.com ([199.233.58.182]) by mx0a-0016f401.pphosted.com with ESMTP id 2yd46u91ga-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Tue, 25 Feb 2020 09:08:25 -0800 Received: from SC-EXCH01.marvell.com (10.93.176.81) by SC-EXCH02.marvell.com (10.93.176.82) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Tue, 25 Feb 2020 09:08:24 -0800 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.1497.2 via Frontend Transport; Tue, 25 Feb 2020 09:08:24 -0800 Received: from jerin-lab.marvell.com (jerin-lab.marvell.com [10.28.34.14]) by maili.marvell.com (Postfix) with ESMTP id 59AF63F703F; Tue, 25 Feb 2020 09:08:23 -0800 (PST) From: To: CC: , , Jerin Jacob Date: Tue, 25 Feb 2020 22:38:14 +0530 Message-ID: <20200225170814.463280-1-jerinj@marvell.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.138, 18.0.572 definitions=2020-02-25_06:2020-02-25, 2020-02-25 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 v20.02 release note. Signed-off-by: Jerin Jacob --- - No critical issue found in QA testing with Marvell integrated NIC platform testing. doc/guides/rel_notes/release_20_02.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/doc/guides/rel_notes/release_20_02.rst b/doc/guides/rel_notes/release_20_02.rst index 2506f7483..a80af45bf 100644 --- a/doc/guides/rel_notes/release_20_02.rst +++ b/doc/guides/rel_notes/release_20_02.rst @@ -562,3 +562,19 @@ Tested Platforms * OFED: * MLNX_OFED 5.0-0.4.1.0 + + +* ARMv8 SoC combinations from Marvell (with integrated NICs) + + * SoC: + + * CN83xx, CN96xx, CN93xx + + * OS (Based on Marvell OCTEON TX SDK-10.3.2.x) + + * Arch Linux + * Buildroot 2018.11 + * Ubuntu 16.04.1 LTS + * Ubuntu 16.10 + * Ubuntu 18.04.1 + * Ubuntu 19.04 -- 2.25.1