From patchwork Tue Aug 9 10:53:38 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anoob Joseph X-Patchwork-Id: 114744 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 564C4A00C2; Tue, 9 Aug 2022 12:54:06 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 015D142B86; Tue, 9 Aug 2022 12:54:06 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by mails.dpdk.org (Postfix) with ESMTP id 65AD840143 for ; Tue, 9 Aug 2022 12:54:04 +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 2791GEhm015744 for ; Tue, 9 Aug 2022 03:54:03 -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=sd9xPvZ6J4bRtnZ3G6WvZoy4Gx7LiEXiAg0ObSdIix8=; b=PiLW2ctsKn7wSloD7TOMgWqALIOJSvUXJfa75L7vTTQjfCaxPR+P3LC98vNwdWeWM95H DnRpIFTLEj/fI29d9AF+4Ra+uu1Yqs1EdPxVwozRIIJU95i3c7YaDa3EM0Mig1hc0GKM Km2QSZZjiVyR1dGmSUj3fQTd13Id3Zb/KNBS8RpOgCkOgpJFgaVzHtXRbV5iTYZd8XJi KojLxNfncwl7oe30gtuD+nlNDDfnSLjJmYHCYvjlY20ydqKLYxknBI5uLtKEmY/98BBk IKQ6Muwaw9u8CAGfAeZwx92dpFyiCIWrqe3vP4g/WwjesWxgVxV0UvpFn0mr/9o296H2 kw== Received: from dc5-exch01.marvell.com ([199.233.59.181]) by mx0a-0016f401.pphosted.com (PPS) with ESMTPS id 3huds2sq6c-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT) for ; Tue, 09 Aug 2022 03:54:03 -0700 Received: from DC5-EXCH01.marvell.com (10.69.176.38) by DC5-EXCH01.marvell.com (10.69.176.38) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Tue, 9 Aug 2022 03:53:59 -0700 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; Tue, 9 Aug 2022 03:53:59 -0700 Received: from BG-LT92004.corp.innovium.com (unknown [10.193.69.70]) by maili.marvell.com (Postfix) with ESMTP id 300FC3F704C; Tue, 9 Aug 2022 03:53:56 -0700 (PDT) From: Anoob Joseph To: Akhil Goyal , Jerin Jacob CC: Archana Muniganti , Tejasree Kondoj , Subject: [PATCH v2 00/18] Fixes and improvements in cnxk crypto PMDs Date: Tue, 9 Aug 2022 16:23:38 +0530 Message-ID: <20220809105356.561-1-anoobj@marvell.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220808080606.220-1-anoobj@marvell.com> References: <20220808080606.220-1-anoobj@marvell.com> MIME-Version: 1.0 X-Proofpoint-ORIG-GUID: 9q0XpB6M6hMP5B6A3l9gwfBX-R3NeDdY X-Proofpoint-GUID: 9q0XpB6M6hMP5B6A3l9gwfBX-R3NeDdY X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.883,Hydra:6.0.517,FMLib:17.11.122.1 definitions=2022-08-09_03,2022-08-09_02,2022-06-22_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 New features added: - AES-CCM with lookaside IPsec operations - DOCSIS algos with lookaside crypto operations - Redesigned datapath for improved performance Changes in v2: - Addressed failures with GCC 4.8 Anoob Joseph (11): crypto/cnxk: remove zero IV crypto/cnxk: limit the meta buf cache to 128 crypto/cnxk: add separate path for pdcp chain opcode crypto/cnxk: add separate datapath for pdcp cipher operation crypto/cnxk: remove MAC len check for AEAD crypto/cnxk: remove extra indirection for FC and Kasumi crypto/cnxk: remove extra digest len check crypto/cnxk: avoid accessing se ctx in aes gcm path crypto/cnxk: remove auth iv from kasumi cipher crypto/cnxk: use dedicated dp threads depending on operation crypto/cnxk: remove unused ctx buf len Archana Muniganti (1): crypto/cnxk: add AES-CCM support Shijith Thotton (1): drivers: change crypto adapter datapath error print to debug Tejasree Kondoj (2): crypto/cnxk: fix endianness in anti-replay crypto/cnxk: enable IE engine for Chacha-Poly Vamsi Attunuru (1): crypto/cnxk: update flow label copy capability Volodymyr Fialko (2): crypto/cnxk: add burst enqueue for event crypto crypto/cnxk: add support for DOCSIS algorithm doc/guides/cryptodevs/features/cn9k.ini | 2 + doc/guides/rel_notes/release_22_11.rst | 5 + drivers/common/cnxk/cnxk_security.c | 38 +- drivers/common/cnxk/roc_cpt.h | 13 +- drivers/common/cnxk/roc_platform.h | 2 + drivers/common/cnxk/roc_se.c | 25 +- drivers/common/cnxk/roc_se.h | 56 +- drivers/crypto/cnxk/cn10k_cryptodev_ops.c | 160 ++++-- drivers/crypto/cnxk/cn10k_cryptodev_ops.h | 7 +- drivers/crypto/cnxk/cn10k_ipsec_la_ops.h | 1 + drivers/crypto/cnxk/cn9k_cryptodev_ops.c | 47 +- drivers/crypto/cnxk/cnxk_cryptodev.h | 4 +- .../crypto/cnxk/cnxk_cryptodev_capabilities.c | 102 +++- drivers/crypto/cnxk/cnxk_cryptodev_ops.c | 40 +- drivers/crypto/cnxk/cnxk_ipsec.h | 3 +- drivers/crypto/cnxk/cnxk_se.h | 537 +++++++++++++----- drivers/crypto/cnxk/meson.build | 6 +- drivers/event/cnxk/cn10k_eventdev.c | 2 +- drivers/event/cnxk/cn10k_worker.c | 10 - drivers/event/cnxk/cn10k_worker.h | 2 - 20 files changed, 766 insertions(+), 296 deletions(-) --- 2.25.1