Message ID | 20240616044223.2841-1-gmuthukrishn@marvell.com (mailing list archive) |
---|---|
Headers |
Return-Path: <dev-bounces@dpdk.org> 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 77F1945475; Sun, 16 Jun 2024 06:42:33 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 706584028C; Sun, 16 Jun 2024 06:42:33 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by mails.dpdk.org (Postfix) with ESMTP id B9E5140270 for <dev@dpdk.org>; Sun, 16 Jun 2024 06:42:31 +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 45G3sYJl005614 for <dev@dpdk.org>; Sat, 15 Jun 2024 21:42:31 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h= cc:content-transfer-encoding:content-type:date:from:message-id :mime-version:subject:to; s=pfpt0220; bh=ttbMQ1HCP+Z3r5S0RiQEEMw JMuBueoYnVIMM/PLsi28=; b=Lg/0ZCN+LooxzKLgy1VRyLL19lTrwFqEWVMHQ4S defeQTjKF7FDpehfhpPjN6HrQvh2IKi97Z9GuJcRzumoJ4YlsDUrmuHFGyrfu6hK 4TMp02Xn1w0zOSuw53SHSjGs4fCM7TVdq2fokfywxIZ4D6NePo1sg71Ph0Opet+9 e+nK35w/pc7lNcHjufJl32EDR84MzcJEXx+ba+kRySYAWvVc9jgIrxsjhWAaUHka t8on/jRz2DERK2wLue/XpFUmUic81WuPwycTzUwxk/oepjVIonVFsRiaJfkkstCy jLN2xIN7SduG9VE5cgyuVszGphjekBgHYDnUyoXLmTtJ5TQ== Received: from dc6wp-exch02.marvell.com ([4.21.29.225]) by mx0b-0016f401.pphosted.com (PPS) with ESMTPS id 3ysafh1h8q-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for <dev@dpdk.org>; Sat, 15 Jun 2024 21:42:30 -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; Sat, 15 Jun 2024 21:42:28 -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; Sat, 15 Jun 2024 21:42:28 -0700 Received: from BG-LT91401.marvell.com (unknown [10.193.65.26]) by maili.marvell.com (Postfix) with ESMTP id 8A7D05B6953; Sat, 15 Jun 2024 21:42:26 -0700 (PDT) From: Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com> To: <dev@dpdk.org> CC: Anoob Joseph <anoobj@marvell.com>, Akhil Goyal <gakhil@marvell.com>, Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com> Subject: [PATCH v1 0/4] test/crypto: enhance modex tests Date: Sun, 16 Jun 2024 10:12:16 +0530 Message-ID: <20240616044223.2841-1-gmuthukrishn@marvell.com> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Proofpoint-ORIG-GUID: fyojL8z-ffMKkUHlHY3LFgGtuf7ZVdIK X-Proofpoint-GUID: fyojL8z-ffMKkUHlHY3LFgGtuf7ZVdIK X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.293,Aquarius:18.0.1039,Hydra:6.0.680,FMLib:17.12.28.16 definitions=2024-06-16_03,2024-06-14_03,2024-05-17_01 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions <dev.dpdk.org> List-Unsubscribe: <https://mails.dpdk.org/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://mails.dpdk.org/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <https://mails.dpdk.org/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> Errors-To: dev-bounces@dpdk.org |
Series | test/crypto: enhance modex tests | |
Message
Gowrishankar Muthukrishnan
June 16, 2024, 4:42 a.m. UTC
This patch series enhances modex tests to: * use common test function in existing test vectors * add test for zero padded operands Gowrishankar Muthukrishnan (4): test/crypto: validate modex result from first nonzero value test/crypto: remove unused variable in modex test data test/crypto: use common test function for mod tests test/crypto: add modex tests for zero padded operands app/test/test_cryptodev_asym.c | 279 ++++---------------- app/test/test_cryptodev_asym_util.h | 18 -- app/test/test_cryptodev_mod_test_vectors.h | 287 ++++++++++++++------- 3 files changed, 241 insertions(+), 343 deletions(-)
Comments
> > This patch series enhances modex tests to: > * use common test function in existing test vectors > * add test for zero padded operands > > Gowrishankar Muthukrishnan (4): > test/crypto: validate modex result from first nonzero value > test/crypto: remove unused variable in modex test data > test/crypto: use common test function for mod tests > test/crypto: add modex tests for zero padded operands Series Acked-by: Anoob Joseph <anoobj@marvell.com>
> Subject: [PATCH v1 0/4] test/crypto: enhance modex tests > > This patch series enhances modex tests to: > * use common test function in existing test vectors > * add test for zero padded operands > > Gowrishankar Muthukrishnan (4): > test/crypto: validate modex result from first nonzero value > test/crypto: remove unused variable in modex test data > test/crypto: use common test function for mod tests > test/crypto: add modex tests for zero padded operands > > app/test/test_cryptodev_asym.c | 279 ++++---------------- > app/test/test_cryptodev_asym_util.h | 18 -- > app/test/test_cryptodev_mod_test_vectors.h | 287 ++++++++++++++------- > 3 files changed, 241 insertions(+), 343 deletions(-) > Please check compilation issues reported by CI.