Message ID | 20250224093915.1253215-8-ndabilpuram@marvell.com (mailing list archive) |
---|---|
State | Superseded, archived |
Delegated to: | Thomas Monjalon |
Headers |
Return-Path: <dev-bounces@dpdk.org> X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id C08EE462A9; Mon, 24 Feb 2025 10:40:06 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DBA7140A6F; Mon, 24 Feb 2025 10:39:46 +0100 (CET) Received: from mx0a-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by mails.dpdk.org (Postfix) with ESMTP id 6C4E340A6D for <dev@dpdk.org>; Mon, 24 Feb 2025 10:39:45 +0100 (CET) Received: from pps.filterd (m0431384.ppops.net [127.0.0.1]) by mx0a-0016f401.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 51O51Qsq011180 for <dev@dpdk.org>; Mon, 24 Feb 2025 01:39:44 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to; s=pfpt0220; bh=l HioFiN0FN9vBZh8UPXjunVFRiJyAtR4fA4HVVwpgHM=; b=V5Sk1QzWoaXRJWMZi pBBX4Rs/Tzx0v2Va/Ob4LG19aB3TmZeoYMg+dUUhEUo/3F9ArRKJ2l3PITovahi2 6g/msUP2t2Tfla03zfg+FcHe+c45hvsrTqyziSqtApVQK4+QCZa9vgTzC397EoJ5 ETeERdcF/BT57c4xZW8yTSbyr6J5ePXUR/YS0+nc0QI4pPEo1tKYW73UPKKISzuR GGQlKqxD8+f1ri2NYivjKHMs1pN/o1cCOunpMPnaq5TZIMqPt5pDmhJfaT0RbfaH AsuCwIe57LIYX6degXqdWbp8xb07g4a3iqbBxmAfyiaWI9RoHZXeJXTfjy4iqrq7 iNd1w== Received: from dc5-exch05.marvell.com ([199.233.59.128]) by mx0a-0016f401.pphosted.com (PPS) with ESMTPS id 4503qbsprq-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for <dev@dpdk.org>; Mon, 24 Feb 2025 01:39:44 -0800 (PST) Received: from DC5-EXCH05.marvell.com (10.69.176.209) by DC5-EXCH05.marvell.com (10.69.176.209) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.4; Mon, 24 Feb 2025 01:39:43 -0800 Received: from maili.marvell.com (10.69.176.80) by DC5-EXCH05.marvell.com (10.69.176.209) with Microsoft SMTP Server id 15.2.1544.4 via Frontend Transport; Mon, 24 Feb 2025 01:39:43 -0800 Received: from hyd1588t430.caveonetworks.com (unknown [10.29.52.204]) by maili.marvell.com (Postfix) with ESMTP id 297AB3F705D; Mon, 24 Feb 2025 01:39:40 -0800 (PST) From: Nithin Dabilpuram <ndabilpuram@marvell.com> To: <jerinj@marvell.com>, Nithin Dabilpuram <ndabilpuram@marvell.com>, "Kiran Kumar K" <kirankumark@marvell.com>, Sunil Kumar Kori <skori@marvell.com>, Satha Rao <skoteshwar@marvell.com>, Harman Kalra <hkalra@marvell.com> CC: <dev@dpdk.org>, Anoob Joseph <anoobj@marvell.com> Subject: [PATCH v2 08/33] common/cnxk: add CPT cn20k device enumeration Date: Mon, 24 Feb 2025 15:08:50 +0530 Message-ID: <20250224093915.1253215-8-ndabilpuram@marvell.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20250224093915.1253215-1-ndabilpuram@marvell.com> References: <20250131080530.3224977-1-ndabilpuram@marvell.com> <20250224093915.1253215-1-ndabilpuram@marvell.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Proofpoint-GUID: 25MdfautBja7tvIkEMfaVoinBayxNsRZ X-Proofpoint-ORIG-GUID: 25MdfautBja7tvIkEMfaVoinBayxNsRZ X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.293,Aquarius:18.0.1057,Hydra:6.0.680,FMLib:17.12.68.34 definitions=2025-02-24_04,2025-02-24_01,2024-11-22_01 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions <dev.dpdk.org> List-Unsubscribe: <https://mails.dpdk.org/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://mails.dpdk.org/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <https://mails.dpdk.org/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> Errors-To: dev-bounces@dpdk.org |
Series |
[v2,01/33] net/cnxk: allow duplicate SPI in outbound IPsec
|
|
Checks
Context | Check | Description |
---|---|---|
ci/checkpatch | success | coding style OK |
Commit Message
Nithin Dabilpuram
Feb. 24, 2025, 9:38 a.m. UTC
From: Anoob Joseph <anoobj@marvell.com> Add CPT cn20k device enumeration. Signed-off-by: Anoob Joseph <anoobj@marvell.com> --- drivers/common/cnxk/roc_constants.h | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/drivers/common/cnxk/roc_constants.h b/drivers/common/cnxk/roc_constants.h index 67cd74b28a..ac492651de 100644 --- a/drivers/common/cnxk/roc_constants.h +++ b/drivers/common/cnxk/roc_constants.h @@ -55,6 +55,8 @@ #define PCI_DEVID_CN9K_RVU_CPT_VF 0xA0FE #define PCI_DEVID_CN10K_RVU_CPT_PF 0xA0F2 #define PCI_DEVID_CN10K_RVU_CPT_VF 0xA0F3 +#define PCI_DEVID_CN20K_RVU_CPT_PF 0xA0F2 +#define PCI_DEVID_CN20K_RVU_CPT_VF 0xA0F3 #define PCI_DEVID_CN10K_ML_PF 0xA092