From patchwork Fri May 17 07:44:48 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nithin Dabilpuram X-Patchwork-Id: 140170 X-Patchwork-Delegate: jerinj@marvell.com 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 0252344048; Fri, 17 May 2024 09:46:06 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2B03740A75; Fri, 17 May 2024 09:45:25 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by mails.dpdk.org (Postfix) with ESMTP id 00E3040A77 for ; Fri, 17 May 2024 09:45:23 +0200 (CEST) Received: from pps.filterd (m0045851.ppops.net [127.0.0.1]) by mx0b-0016f401.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 44GLTc64006304 for ; Fri, 17 May 2024 00:45:23 -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=oxpj/Kn6ThZVf+noadIFV2S1wwYpBtRRPMTEMzZCnQ8=; b=jsH du2cTbOdcLYiQhyAOtcwFN2UjG843czZr8NSnDGFJyZSzz1GYN6b01fn7pHmCS2F kAyYGRROy7qPkM0gLOpPj7A086S58Ma3sKfYe0j9LX9fPw54kXiLpcbQ8bE9MtQO CTRXk7H15EP1uqdwAPf6aARokVUF1PDUIOpP6bdt62Wc7MAIM1TVrPmG4XyfeLkE xjYzGkRthb5cHxPBVsDLVqx8rsVx4ao48YuibQSuHB/3SXjiNha+bVm80cUqsbQh aL3vf2I+y+MhtG4V+CeU6w3ut/NVfDkxmjlkRvCFTElparCpYxwQJebTwEPNdNJw b+zEvETlxAPgkjR837w== Received: from dc6wp-exch02.marvell.com ([4.21.29.225]) by mx0b-0016f401.pphosted.com (PPS) with ESMTPS id 3y579bcykr-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Fri, 17 May 2024 00:45:23 -0700 (PDT) Received: from DC6WP-EXCH02.marvell.com (10.76.176.209) by DC6WP-EXCH02.marvell.com (10.76.176.209) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.4; Fri, 17 May 2024 00:45:22 -0700 Received: from maili.marvell.com (10.69.176.80) by DC6WP-EXCH02.marvell.com (10.76.176.209) with Microsoft SMTP Server id 15.2.1544.4 via Frontend Transport; Fri, 17 May 2024 00:45:22 -0700 Received: from hyd1588t430.caveonetworks.com (unknown [10.29.52.204]) by maili.marvell.com (Postfix) with ESMTP id D0C483F7085; Fri, 17 May 2024 00:45:19 -0700 (PDT) From: Nithin Dabilpuram To: Nithin Dabilpuram , Kiran Kumar K , Sunil Kumar Kori , Satha Rao , Harman Kalra CC: , , Srujana Challa Subject: [PATCH 10/10] net/cnxk: define CPT HW result format for PMD API Date: Fri, 17 May 2024 13:14:48 +0530 Message-ID: <20240517074448.3146611-10-ndabilpuram@marvell.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20240517074448.3146611-1-ndabilpuram@marvell.com> References: <20240517074448.3146611-1-ndabilpuram@marvell.com> MIME-Version: 1.0 X-Proofpoint-GUID: xHt6s6KfoPDp-N1inoCZ-aijjS_JBC62 X-Proofpoint-ORIG-GUID: xHt6s6KfoPDp-N1inoCZ-aijjS_JBC62 X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.293,Aquarius:18.0.1039,Hydra:6.0.650,FMLib:17.11.176.26 definitions=2024-05-16_07,2024-05-15_01,2023-05-22_02 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 From: Srujana Challa Defines CPT HW result format for PMD API, rte_pmd_cnxk_inl_ipsec_res(). Signed-off-by: Srujana Challa --- drivers/net/cnxk/cn10k_ethdev_sec.c | 4 ++-- drivers/net/cnxk/rte_pmd_cnxk.h | 28 ++++++++++++++++++++++++++-- 2 files changed, 28 insertions(+), 4 deletions(-) diff --git a/drivers/net/cnxk/cn10k_ethdev_sec.c b/drivers/net/cnxk/cn10k_ethdev_sec.c index eed4c29218..b8b0da5ea9 100644 --- a/drivers/net/cnxk/cn10k_ethdev_sec.c +++ b/drivers/net/cnxk/cn10k_ethdev_sec.c @@ -1251,7 +1251,7 @@ rte_pmd_cnxk_hw_sa_write(void *device, struct rte_security_session *sess, return 0; } -void * +union rte_pmd_cnxk_cpt_res_s * rte_pmd_cnxk_inl_ipsec_res(struct rte_mbuf *mbuf) { const union nix_rx_parse_u *rx; @@ -1265,7 +1265,7 @@ rte_pmd_cnxk_inl_ipsec_res(struct rte_mbuf *mbuf) rx = (const union nix_rx_parse_u *)(wqe + 8); desc_size = (rx->desc_sizem1 + 1) * 16; - /* cpt_res_s sits after SG list at 16B aligned address */ + /* rte_pmd_cnxk_cpt_res_s sits after SG list at 16B aligned address */ return (void *)(wqe + 64 + desc_size); } diff --git a/drivers/net/cnxk/rte_pmd_cnxk.h b/drivers/net/cnxk/rte_pmd_cnxk.h index 43f2a7ed9b..67c8329abd 100644 --- a/drivers/net/cnxk/rte_pmd_cnxk.h +++ b/drivers/net/cnxk/rte_pmd_cnxk.h @@ -453,6 +453,30 @@ union rte_pmd_cnxk_ipsec_hw_sa { struct rte_pmd_cnxk_ipsec_outb_sa outb; }; +/** CPT HW result format */ +union rte_pmd_cnxk_cpt_res_s { + struct rte_pmd_cpt_cn10k_res_s { + uint64_t compcode : 7; + uint64_t doneint : 1; + uint64_t uc_compcode : 8; + uint64_t rlen : 16; + uint64_t spi : 32; + + uint64_t esn; + } cn10k; + + struct rte_pmd_cpt_cn9k_res_s { + uint64_t compcode : 8; + uint64_t uc_compcode : 8; + uint64_t doneint : 1; + uint64_t reserved_17_63 : 47; + + uint64_t reserved_64_127; + } cn9k; + + uint64_t u64[2]; +}; + /** * Read HW SA context from session. * @@ -501,9 +525,9 @@ int rte_pmd_cnxk_hw_sa_write(void *device, struct rte_security_session *sess, * Pointer to packet that was just received and was processed with Inline IPsec. * * @return - * - Pointer to mbuf location where CPT result info is stored on success. + * - Pointer to mbuf location where `union rte_pmd_cnxk_cpt_res_s` is stored on success. * - NULL on failure. */ __rte_experimental -void *rte_pmd_cnxk_inl_ipsec_res(struct rte_mbuf *mbuf); +union rte_pmd_cnxk_cpt_res_s *rte_pmd_cnxk_inl_ipsec_res(struct rte_mbuf *mbuf); #endif /* _PMD_CNXK_H_ */