From patchwork Fri May 12 12:56:21 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tejasree Kondoj X-Patchwork-Id: 126834 X-Patchwork-Delegate: gakhil@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 8045D42AE5; Fri, 12 May 2023 14:56:41 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A67C542FA2; Fri, 12 May 2023 14:56:35 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by mails.dpdk.org (Postfix) with ESMTP id C8A3642FB2; Fri, 12 May 2023 14:56:33 +0200 (CEST) Received: from pps.filterd (m0045851.ppops.net [127.0.0.1]) by mx0b-0016f401.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 34CBHfrY018307; Fri, 12 May 2023 05:56:33 -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=Zf1qb5J29KrepcJUUVMZ25GVmELH+1DpDkJLG4JEnwE=; b=SikMkRWpUz+XvSylNLZL86SCBHYjELXrsR3h9XD+Vmr57z56eywzMdrqPySBg588tNBv vH7IQFdN24Igwf/SmnEtLU1iDqBh1sIfwNaIwiaHrR4R5og1kX0b76ZI3lMccHfUZP93 mhzfGKeGd9CTv272NciifbJ6MQdPLW3Ha0Tjng6WSZd667RF3LgxEAl0RjxODl9nWnpg LKvgfvVlp0W7X8MjwDMOduWz2V+82rD0PjoASfzQPQYRGups06rtHF4+C0+BGVaXd0X2 VipuLs3uSqIEucUYShnXnuzJaogJ7apaM6mC6qT/V5UsO69M9vxFCN5hv3CVlLBzIxTk 7g== Received: from dc5-exch01.marvell.com ([199.233.59.181]) by mx0b-0016f401.pphosted.com (PPS) with ESMTPS id 3qgwy3cffw-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Fri, 12 May 2023 05:56:33 -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.48; Fri, 12 May 2023 05:56:31 -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.48 via Frontend Transport; Fri, 12 May 2023 05:56:31 -0700 Received: from hyd1554.marvell.com (unknown [10.29.57.11]) by maili.marvell.com (Postfix) with ESMTP id F0FD63F7065; Fri, 12 May 2023 05:56:27 -0700 (PDT) From: Tejasree Kondoj To: Akhil Goyal CC: Anoob Joseph , Jerin Jacob , Aakash Sasidharan , Gowrishankar Muthukrishnan , Vidya Sagar Velumuri , , Subject: [PATCH 2/2] crypto/cnxk: fix IPsec CCM capabilities Date: Fri, 12 May 2023 18:26:21 +0530 Message-ID: <20230512125621.1131396-3-ktejasree@marvell.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230512125621.1131396-1-ktejasree@marvell.com> References: <20230512125621.1131396-1-ktejasree@marvell.com> MIME-Version: 1.0 X-Proofpoint-GUID: pg9wxI9EHoG_FaLnLao8ZpPkUEdpuVAV X-Proofpoint-ORIG-GUID: pg9wxI9EHoG_FaLnLao8ZpPkUEdpuVAV X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.254,Aquarius:18.0.942,Hydra:6.0.573,FMLib:17.11.170.22 definitions=2023-05-12_08,2023-05-05_01,2023-02-09_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 Fixing lookaside IPsec AES-CCM capabilities. Fixes: 246dea7e6efb ("crypto/cnxk: support AES-CCM") Cc: stable@dpdk.org Signed-off-by: Tejasree Kondoj --- drivers/crypto/cnxk/cnxk_cryptodev_capabilities.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/crypto/cnxk/cnxk_cryptodev_capabilities.c b/drivers/crypto/cnxk/cnxk_cryptodev_capabilities.c index 91483ab693..c35e5f341d 100644 --- a/drivers/crypto/cnxk/cnxk_cryptodev_capabilities.c +++ b/drivers/crypto/cnxk/cnxk_cryptodev_capabilities.c @@ -1084,8 +1084,8 @@ static const struct rte_cryptodev_capabilities sec_caps_aes[] = { .increment = 4 }, .iv_size = { - .min = 12, - .max = 12, + .min = 11, + .max = 11, .increment = 0 } }, }