From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 0D9D741E86; Mon, 13 Mar 2023 18:40:25 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E141540E03; Mon, 13 Mar 2023 18:40:24 +0100 (CET) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by mails.dpdk.org (Postfix) with ESMTP id D1589406BC for ; Mon, 13 Mar 2023 18:40:22 +0100 (CET) Received: from pps.filterd (m0045849.ppops.net [127.0.0.1]) by mx0a-0016f401.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 32DFrd5r008665 for ; Mon, 13 Mar 2023 10:40:22 -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-type; s=pfpt0220; bh=/5EfEwd9oAdWj5J61e0r6ZWQfPH1egwCCsY8DUyFIhg=; b=O9nA6EDDE34jGXvy1B4yC/4nthEqEDITHiGLxABt3sIYcEOGGEIkASOrZc+Ics+yNhGE qJYUbGIAtBvR6B4j2xCdIyUTbuqQX5ZgtyVFQreYjqZUqN+PUPHQuJ62gHmM/ScLNTUw nb5sSx2zv2GZE2JrHtNbiA49zVzz4HO0oHEoTOvpJ07IP4o4K3SSeQnczRFcSR4TFrjL 7RgJYnva/UbaLDz8mGHv3JlR6gRcS+35kDGXjdyUej4hvE/f71bFkz8upuHIfF4sLSum 3YRIPT95XIteyqr8n3VGts3lN4UaNlavXJV4lK/4/r0BwOK3SkTqgUtE7jMD4lEw6MrJ iQ== Received: from dc5-exch01.marvell.com ([199.233.59.181]) by mx0a-0016f401.pphosted.com (PPS) with ESMTPS id 3p9xxmtktk-2 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT) for ; Mon, 13 Mar 2023 10:40:21 -0700 Received: from DC5-EXCH02.marvell.com (10.69.176.39) by DC5-EXCH01.marvell.com (10.69.176.38) with Microsoft SMTP Server (TLS) id 15.0.1497.42; Mon, 13 Mar 2023 10:40:19 -0700 Received: from maili.marvell.com (10.69.176.80) by DC5-EXCH02.marvell.com (10.69.176.39) with Microsoft SMTP Server id 15.0.1497.42 via Frontend Transport; Mon, 13 Mar 2023 10:40:19 -0700 Received: from ml-host-33.caveonetworks.com (unknown [10.110.143.233]) by maili.marvell.com (Postfix) with ESMTP id 3686E5B694D; Mon, 13 Mar 2023 10:40:16 -0700 (PDT) From: Srikanth Yalavarthi To: Nithin Dabilpuram , Kiran Kumar K , Sunil Kumar Kori , Satha Rao CC: , , , Subject: [PATCH 1/1] doc: add ML to list of cnxk platform blocks Date: Mon, 13 Mar 2023 10:40:15 -0700 Message-ID: <20230313174015.13602-1-syalavarthi@marvell.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 Content-Type: text/plain X-Proofpoint-GUID: qDItpq83pHQZhNIllsxH1LkZNc6CuEI6 X-Proofpoint-ORIG-GUID: qDItpq83pHQZhNIllsxH1LkZNc6CuEI6 X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.254,Aquarius:18.0.942,Hydra:6.0.573,FMLib:17.11.170.22 definitions=2023-03-13_09,2023-03-13_02,2023-02-09_01 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Add ML to the list of platform hardware accelerator blocks. Signed-off-by: Srikanth Yalavarthi --- doc/guides/platform/cnxk.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/guides/platform/cnxk.rst b/doc/guides/platform/cnxk.rst index aadd60b5d4..1956cc31d8 100644 --- a/doc/guides/platform/cnxk.rst +++ b/doc/guides/platform/cnxk.rst @@ -76,6 +76,8 @@ DPDK subsystem. +---+-----+--------------------------------------------------------------+ | 12| GPIO| rte_rawdev | +---+-----+--------------------------------------------------------------+ + | 12| ML | rte_mldev | + +---+-----+--------------------------------------------------------------+ PF0 is called the administrative / admin function (AF) and has exclusive privileges to provision RVU functional block's LFs to each of the PF/VF. @@ -165,6 +167,9 @@ This section lists dataplane H/W block(s) available in cnxk SoC. #. **Regex Device Driver** See :doc:`../regexdevs/cn9k` for REE Regex device driver information. +#. **ML Device Driver** + See :doc:`../mldevs/cnxk` for Machine Learning device driver information. + Procedure to Setup Platform --------------------------- -- 2.17.1