From patchwork Thu Feb 10 06:53:32 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ankur Dwivedi X-Patchwork-Id: 107206 Return-Path: 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 465B7A00C2; Thu, 10 Feb 2022 07:54:10 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DE41B4013F; Thu, 10 Feb 2022 07:54:09 +0100 (CET) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by mails.dpdk.org (Postfix) with ESMTP id 47F2740041 for ; Thu, 10 Feb 2022 07:54:08 +0100 (CET) Received: from pps.filterd (m0045851.ppops.net [127.0.0.1]) by mx0b-0016f401.pphosted.com (8.16.1.2/8.16.1.2) with ESMTP id 21A2Jnwv014380 for ; Wed, 9 Feb 2022 22:54:07 -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=pfpt0220; bh=bCxCl5KRhu8ZEunjpdlajVgfHvQnHUc8c0D/+DTf5HE=; b=c1pyZqsqO2PO/pE6oZTPDe45k+VY0xopXGC7cxug8A69vPGlYKz+rvR7UzZ1aNaB/XOD xiSHNrJ6kpNYgS9WZbU5exh9Q5li12XaKklSZfzqXpZ2YFW5fzRA7CzlFc5jVpOhib0U JCUQL4islIlaL1s2SDFid4oWge6swaMZ8zM6dIspd1vbPzdssIAPFB2FBAg1Itzi/z6T Ou9VZoRn+FIsP0cd6nWVARhKJ4mTscrOPCaRsTYotH3zYqetIbtDcAmwfr7EgiaHCggM 2hINox31OXLH29SUAV4gN265YNPIt9FqCorZTRFbDAD5p6iFwVlKtFfV4MB3kW2YkCQA dQ== Received: from dc5-exch02.marvell.com ([199.233.59.182]) by mx0b-0016f401.pphosted.com (PPS) with ESMTPS id 3e4am951tj-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT) for ; Wed, 09 Feb 2022 22:54:07 -0800 Received: from DC5-EXCH01.marvell.com (10.69.176.38) by DC5-EXCH02.marvell.com (10.69.176.39) with Microsoft SMTP Server (TLS) id 15.0.1497.18; Wed, 9 Feb 2022 22:54:05 -0800 Received: from maili.marvell.com (10.69.176.80) by DC5-EXCH01.marvell.com (10.69.176.38) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Wed, 9 Feb 2022 22:54:05 -0800 Received: from hyd1349.t110.caveonetworks.com.com (unknown [10.29.45.13]) by maili.marvell.com (Postfix) with ESMTP id C6C103F7074; Wed, 9 Feb 2022 22:54:02 -0800 (PST) From: Ankur Dwivedi To: CC: , , , , , , , Ankur Dwivedi Subject: [PATCH 0/2] add telemetry for inline IPsec Date: Thu, 10 Feb 2022 12:23:32 +0530 Message-ID: <20220210065334.19942-1-adwivedi@marvell.com> X-Mailer: git-send-email 2.28.0 MIME-Version: 1.0 X-Proofpoint-GUID: 77LGSHpChQthU8c0OogjiTPLtoJIOGNU X-Proofpoint-ORIG-GUID: 77LGSHpChQthU8c0OogjiTPLtoJIOGNU X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.816,Hydra:6.0.425,FMLib:17.11.62.513 definitions=2022-02-10_02,2022-02-09_01,2021-12-02_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 Adds telemetry function for inline ipsec in net CNXK driver. This series depends on the following patch series: Series: Adding new features and improvements in cnxk crypto PMD http://patches.dpdk.org/project/dpdk/list/?series=21433 Ankur Dwivedi (2): net/cnxk: add telemetry for inline IPsec for cn9k net/cnxk: add telemetry for inline IPsec for cn10k drivers/net/cnxk/cnxk_ethdev_sec_telemetry.c | 292 +++++++++++++++++++ drivers/net/cnxk/meson.build | 1 + 2 files changed, 293 insertions(+) create mode 100644 drivers/net/cnxk/cnxk_ethdev_sec_telemetry.c