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 76DFBA0C4B; Tue, 2 Nov 2021 19:42:44 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 204734112E; Tue, 2 Nov 2021 19:42:34 +0100 (CET) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by mails.dpdk.org (Postfix) with ESMTP id 793CD41104 for ; Tue, 2 Nov 2021 19:42:32 +0100 (CET) Received: from pps.filterd (m0045849.ppops.net [127.0.0.1]) by mx0a-0016f401.pphosted.com (8.16.1.2/8.16.1.2) with ESMTP id 1A2HGlhD030466 for ; Tue, 2 Nov 2021 11:42:31 -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=pfpt0220; bh=km78hJHAZb7vXJ9v1IVQWAMDxHqFhJM7ZxJD4qBqlzo=; b=fldBalrTaOfy7A0gvVyPOhtoF/ycJV/Zd36DcjdwGNeivfMyhrPR91nfeT8RJu0LTypQ 5j5QkkNLIcZQaQhbq7e61DtAmF5bfGXkKJ/WzF2VQ85VVY0gYH7nI0l0gGJHFhn0E01M 23QrG8J4d4lVsonJ/WQtHK7gsyvQNFR8GtrC1baBpJGpHlcQeUXg4ogsRI3rtvF5X45p N4vQV1ybg1neZC6s0TZDW9FmWk8pBha5iAOIffUQiv1SxxCRubs64EGF06ladllkScMs s3xBWEyQpicxWsNvNToSpqPM4O2I4qv4kua/sW1v6MmSeY1/3OgnsqKavLjAJM1peYpT GQ== Received: from dc5-exch02.marvell.com ([199.233.59.182]) by mx0a-0016f401.pphosted.com (PPS) with ESMTPS id 3c35mbhytq-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT) for ; Tue, 02 Nov 2021 11:42:31 -0700 Received: from DC5-EXCH02.marvell.com (10.69.176.39) by DC5-EXCH02.marvell.com (10.69.176.39) with Microsoft SMTP Server (TLS) id 15.0.1497.18; Tue, 2 Nov 2021 11:42:30 -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.18 via Frontend Transport; Tue, 2 Nov 2021 11:42:30 -0700 Received: from localhost.localdomain (unknown [10.28.34.39]) by maili.marvell.com (Postfix) with ESMTP id B0E0B3F7043; Tue, 2 Nov 2021 11:42:27 -0700 (PDT) From: Tomasz Duszynski To: CC: , Tomasz Duszynski , "Nithin Dabilpuram" , Kiran Kumar K , Sunil Kumar Kori , Satha Rao Date: Tue, 2 Nov 2021 19:41:34 +0100 Message-ID: <20211102184134.3012344-5-tduszynski@marvell.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20211102184134.3012344-1-tduszynski@marvell.com> References: <20211102184134.3012344-1-tduszynski@marvell.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Proofpoint-GUID: MOXrD3GBJWKOFhR4NAG1TMEJOENwGrof X-Proofpoint-ORIG-GUID: MOXrD3GBJWKOFhR4NAG1TMEJOENwGrof X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.182.1,Aquarius:18.0.790,Hydra:6.0.425,FMLib:17.0.607.475 definitions=2021-11-02_08,2021-11-02_01,2020-04-07_01 Subject: [dpdk-dev] [PATCH 4/4] doc: add BPHY to the list of platform blocks 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 Sender: "dev" Add BPHY to the list of platform hardware accelerator blocks. Signed-off-by: Tomasz Duszynski --- doc/guides/platform/cnxk.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/guides/platform/cnxk.rst b/doc/guides/platform/cnxk.rst index d7adf43165..845ae46064 100644 --- a/doc/guides/platform/cnxk.rst +++ b/doc/guides/platform/cnxk.rst @@ -68,6 +68,8 @@ DPDK subsystem. +---+-----+--------------------------------------------------------------+ | 10| REE | rte_regexdev | +---+-----+--------------------------------------------------------------+ + | 11| BPHY| rte_rawdev | + +---+-----+--------------------------------------------------------------+ 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. -- 2.25.1