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 033B2A0545; Mon, 20 Jun 2022 09:18:16 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9E8BA40F19; Mon, 20 Jun 2022 09:18:16 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by mails.dpdk.org (Postfix) with ESMTP id 5A41D40150 for ; Mon, 20 Jun 2022 09:18:14 +0200 (CEST) Received: from pps.filterd (m0045849.ppops.net [127.0.0.1]) by mx0a-0016f401.pphosted.com (8.17.1.5/8.17.1.5) with ESMTP id 25JMxeMk011117 for ; Mon, 20 Jun 2022 00:18:13 -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-transfer-encoding : content-type; s=pfpt0220; bh=pS7LBYbeNVbc4j+qjy5BsEd3WXhw0M5wxI0KnMYRzKU=; b=j8x4CktoebxxwXnvwf12ReF7BLJczEcDM3S60qDXBehecMn3Xku/J2S5zqvP20apV48W Cd+4tvzPV3U8tJr0OpKuttENle9xt1Sl9GpYoc0ZJP2SsC9OuMkJD/4zojoJQErYSE3J mjDGsfk1xVunGUqrdDG/GSoXM+SCg4+Y0o3xFe5Txu4qrYDjdw3bz+ANa9slpd32sH8p pGhoOHejWeqfN14p+I1GTPQvgKyZU/Qu5oCv8QnLrQ/WUoIUmIsM1LqKqZVA4UytuUUT TG7lZHPJfGcKE47uUluW27PaVM6kp0af9Ab8mhYdfwa6G7WqosvAo8+puGPGDjU44Scx xA== Received: from dc5-exch01.marvell.com ([199.233.59.181]) by mx0a-0016f401.pphosted.com (PPS) with ESMTPS id 3gsc2p5u2d-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT) for ; Mon, 20 Jun 2022 00:18:13 -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.2; Mon, 20 Jun 2022 00:18:11 -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; Mon, 20 Jun 2022 00:18:11 -0700 Received: from hyd1554.marvell.com (unknown [10.29.57.11]) by maili.marvell.com (Postfix) with ESMTP id 550545B6958; Mon, 20 Jun 2022 00:18:08 -0700 (PDT) From: Tejasree Kondoj To: Akhil Goyal CC: Jerin Jacob , Anoob Joseph , Nithin Dabilpuram , Vidya Sagar Velumuri , Archana Muniganti , "Ankur Dwivedi" , Kiran Kumar K , Sunil Kumar Kori , Satha Rao , Subject: [PATCH 0/3] support new full context firmware Date: Mon, 20 Jun 2022 12:48:04 +0530 Message-ID: <20220620071807.951128-1-ktejasree@marvell.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Proofpoint-ORIG-GUID: qLW6Wco7t8Z6bsWunwqfwo_f0urKW13c X-Proofpoint-GUID: qLW6Wco7t8Z6bsWunwqfwo_f0urKW13c X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.883,Hydra:6.0.517,FMLib:17.11.64.514 definitions=2022-06-20_05,2022-06-17_01,2022-02-23_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 This series adds support for new full context microcode in cn9k IPsec PMD. Anoob Joseph (1): crypto/cnxk: improvements to fastpath handling Tejasree Kondoj (1): crypto/cnxk: add anti-replay as per new firmware Vidya Sagar Velumuri (1): crypto/cnxk: move IPsec SA creation to common drivers/common/cnxk/cnxk_security.c | 398 ++++++++++++ drivers/common/cnxk/cnxk_security.h | 11 + drivers/common/cnxk/roc_cpt.c | 93 +++ drivers/common/cnxk/roc_cpt.h | 3 + drivers/common/cnxk/roc_ie_on.h | 24 +- drivers/common/cnxk/version.map | 3 + drivers/crypto/cnxk/cn9k_cryptodev_ops.c | 96 ++- drivers/crypto/cnxk/cn9k_ipsec.c | 606 +++--------------- drivers/crypto/cnxk/cn9k_ipsec.h | 7 +- drivers/crypto/cnxk/cn9k_ipsec_la_ops.h | 125 +--- .../crypto/cnxk/cnxk_cryptodev_capabilities.c | 1 + drivers/crypto/cnxk/cnxk_cryptodev_ops.h | 13 +- 12 files changed, 736 insertions(+), 644 deletions(-) -- 2.25.1