From patchwork Thu Sep 21 11:48:19 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tejasree Kondoj X-Patchwork-Id: 131793 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 979AD425FF; Thu, 21 Sep 2023 13:50:00 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2492B410FD; Thu, 21 Sep 2023 13:49:08 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by mails.dpdk.org (Postfix) with ESMTP id E34CA427D7 for ; Thu, 21 Sep 2023 13:49:02 +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 38LBSFfD018686 for ; Thu, 21 Sep 2023 04:49:02 -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=Zr+0qqZ7PmkSuAhYc/bvSyUNWlvdmvl9Ftl/GLFf0rI=; b=a9sooreoXTgs/TAoQIuNEcLGei2lrzbRzdjl7GG6Y87jiGLMLjXh+lXdkZIvLyf+20Jz 8EU+uemsN9EQcYkOJ1oxZ+f5dX+TE/H1hqxkuX0E+/ZfSedehgzy45Qd69miDdDulXfG e+ZZN44hdvzjHkEhM0JueLMaSt19bEfE+ft3bEABopUJEzafdOqDpHMnYN0nX7PSV3XW z2dfCAMG4E5BIc1C6fYqGGN1V10QkPomfdo45QOBTbryWvwL2r3gBj6ekRgT1t78f7eU mK/5tlEhwRctXlp1BCjQ3Sx/v73lnaIH0d5xLmQcI4BFyEkMaNh1kd4dHJjmqRTqd+AV jw== Received: from dc5-exch01.marvell.com ([199.233.59.181]) by mx0b-0016f401.pphosted.com (PPS) with ESMTPS id 3t85ptu0f9-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT) for ; Thu, 21 Sep 2023 04:49:02 -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.48; Thu, 21 Sep 2023 04:49:00 -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.48 via Frontend Transport; Thu, 21 Sep 2023 04:49:00 -0700 Received: from hyd1554.marvell.com (unknown [10.29.57.11]) by maili.marvell.com (Postfix) with ESMTP id D75F75B693B; Thu, 21 Sep 2023 04:48:57 -0700 (PDT) From: Tejasree Kondoj To: Akhil Goyal CC: Vidya Sagar Velumuri , Anoob Joseph , Aakash Sasidharan , Gowrishankar Muthukrishnan , Subject: [PATCH 14/15] crypto/cnxk: update the iv from proper param for gmac Date: Thu, 21 Sep 2023 17:18:19 +0530 Message-ID: <20230921114820.2526810-15-ktejasree@marvell.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230921114820.2526810-1-ktejasree@marvell.com> References: <20230921114820.2526810-1-ktejasree@marvell.com> MIME-Version: 1.0 X-Proofpoint-GUID: feZabqLuqkEVPy9uQi5A4aILMaG0n2Wi X-Proofpoint-ORIG-GUID: feZabqLuqkEVPy9uQi5A4aILMaG0n2Wi X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.267,Aquarius:18.0.980,Hydra:6.0.619,FMLib:17.11.176.26 definitions=2023-09-21_09,2023-09-21_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: Vidya Sagar Velumuri In raw crypto, aad and auth iv are provided in same param. Update the auth_iv from proper param in case of GMAC. Skip the raw for SM ciphers and auths Signed-off-by: Vidya Sagar Velumuri --- drivers/crypto/cnxk/cn10k_cryptodev_ops.c | 6 +++--- drivers/crypto/cnxk/cnxk_se.h | 21 +++++++++++++++------ 2 files changed, 18 insertions(+), 9 deletions(-) diff --git a/drivers/crypto/cnxk/cn10k_cryptodev_ops.c b/drivers/crypto/cnxk/cn10k_cryptodev_ops.c index 4b0becce0e..5f181e8839 100644 --- a/drivers/crypto/cnxk/cn10k_cryptodev_ops.c +++ b/drivers/crypto/cnxk/cn10k_cryptodev_ops.c @@ -1485,7 +1485,8 @@ cn10k_sym_configure_raw_dp_ctx(struct rte_cryptodev *dev, uint16_t qp_id, if ((sess->dp_thr_type == CPT_DP_THREAD_TYPE_PDCP) || (sess->dp_thr_type == CPT_DP_THREAD_TYPE_PDCP_CHAIN) || - (sess->dp_thr_type == CPT_DP_THREAD_TYPE_KASUMI)) + (sess->dp_thr_type == CPT_DP_THREAD_TYPE_KASUMI) || + (sess->dp_thr_type == CPT_DP_THREAD_TYPE_SM)) return -ENOTSUP; if ((sess->dp_thr_type == CPT_DP_THREAD_AUTH_ONLY) && @@ -1493,8 +1494,7 @@ cn10k_sym_configure_raw_dp_ctx(struct rte_cryptodev *dev, uint16_t qp_id, (sess->roc_se_ctx.fc_type == ROC_SE_PDCP))) return -ENOTSUP; - if ((sess->roc_se_ctx.hash_type == ROC_SE_GMAC_TYPE) || - (sess->roc_se_ctx.hash_type == ROC_SE_SHA1_TYPE)) + if (sess->roc_se_ctx.hash_type == ROC_SE_SHA1_TYPE) return -ENOTSUP; dp_ctx = (struct cnxk_sym_dp_ctx *)raw_dp_ctx->drv_ctx_data; diff --git a/drivers/crypto/cnxk/cnxk_se.h b/drivers/crypto/cnxk/cnxk_se.h index f05c5078d6..5d138163f0 100644 --- a/drivers/crypto/cnxk/cnxk_se.h +++ b/drivers/crypto/cnxk/cnxk_se.h @@ -3499,14 +3499,23 @@ fill_raw_fc_params(struct cnxk_iov *iov, struct cnxk_se_sess *sess, struct cpt_q fc_params.mac_buf.vaddr = 0; fc_params.iv_buf = NULL; - if (likely(is_kasumi || sess->iv_length)) { + if (likely(sess->iv_length)) { flags |= ROC_SE_VALID_IV_BUF; - fc_params.iv_buf = iov->iv_buf; - if (sess->short_iv) { - memcpy((uint8_t *)iv_buf, iov->iv_buf, 12); - iv_buf[3] = rte_cpu_to_be_32(0x1); - fc_params.iv_buf = iv_buf; + if (sess->is_gmac) { + fc_params.iv_buf = iov->aad_buf; + if (sess->short_iv) { + memcpy((void *)iv_buf, iov->aad_buf, 12); + iv_buf[3] = rte_cpu_to_be_32(0x1); + fc_params.iv_buf = iv_buf; + } + } else { + fc_params.iv_buf = iov->iv_buf; + if (sess->short_iv) { + memcpy((void *)iv_buf, iov->iv_buf, 12); + iv_buf[3] = rte_cpu_to_be_32(0x1); + fc_params.iv_buf = iv_buf; + } } if (sess->aes_ccm) {