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 57168454B2; Fri, 21 Jun 2024 04:38:53 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4600242EAB; Fri, 21 Jun 2024 04:38:53 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by mails.dpdk.org (Postfix) with ESMTP id D8C0742E7D for ; Fri, 21 Jun 2024 04:38:50 +0200 (CEST) Received: from pps.filterd (m0045849.ppops.net [127.0.0.1]) by mx0a-0016f401.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 45KH7sfh024779; Thu, 20 Jun 2024 19:38:50 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to; s=pfpt0220; bh=m 4FnF0UHLErh79EaB+Q0FV9s2pu7ZT9WyH8ZFQCoqx0=; b=LkmEsDyJkN4BTzROQ uCqlp7ITPWYYFHdOmo6gTatBORucyCydA9wNkOXiKVWNicK6mq8Umy3fBe3Whq5l 4erS7MFzadBFAMCmcvSUjJgqph0/l8tZ3ANkPmapSqliVCTG+5ZCcrIO0tMk+V4y 4NKYnLzL92bswgSzrvaZGFzeKFNUNmV9rF7fAdYWYj21ov7aVy/AysgWxC/rEwrH n3QVVW45Nf561a46GlsmelOySwRxEWgFG5qPQiECjZ0z2iyrtCuzDf6hTcw7RgrR SGGWyy8H4PffKwjHbiEHIC+QF4CUGVXfwV9OtvWd4/Bg7ArheRRzp2YwTRYnn6Db KA4DA== Received: from dc5-exch05.marvell.com ([199.233.59.128]) by mx0a-0016f401.pphosted.com (PPS) with ESMTPS id 3yvrj7a01w-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 20 Jun 2024 19:38:49 -0700 (PDT) Received: from DC5-EXCH05.marvell.com (10.69.176.209) by DC5-EXCH05.marvell.com (10.69.176.209) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.4; Thu, 20 Jun 2024 19:38:49 -0700 Received: from maili.marvell.com (10.69.176.80) by DC5-EXCH05.marvell.com (10.69.176.209) with Microsoft SMTP Server id 15.2.1544.4 via Frontend Transport; Thu, 20 Jun 2024 19:38:49 -0700 Received: from BG-LT91401.marvell.com (BG-LT91401.marvell.com [10.28.168.34]) by maili.marvell.com (Postfix) with ESMTP id 0EF293F7082; Thu, 20 Jun 2024 19:38:46 -0700 (PDT) From: Gowrishankar Muthukrishnan To: , Akhil Goyal , Fan Zhang CC: Anoob Joseph , Gowrishankar Muthukrishnan Subject: [PATCH v2 2/4] test/crypto: remove unused variable in modex test data Date: Fri, 21 Jun 2024 08:08:27 +0530 Message-ID: <20240621023832.1707-3-gmuthukrishn@marvell.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20240621023832.1707-1-gmuthukrishn@marvell.com> References: <20240616044223.2841-1-gmuthukrishn@marvell.com> <20240621023832.1707-1-gmuthukrishn@marvell.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Proofpoint-GUID: aQevTdBTXFALhYFl8L-mEUoUd0ApfqPa X-Proofpoint-ORIG-GUID: aQevTdBTXFALhYFl8L-mEUoUd0ApfqPa 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-20_12,2024-06-20_04,2024-05-17_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 Remove unused result_len from modex test data. Signed-off-by: Gowrishankar Muthukrishnan --- app/test/test_cryptodev_mod_test_vectors.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/app/test/test_cryptodev_mod_test_vectors.h b/app/test/test_cryptodev_mod_test_vectors.h index c773c37018..a4e06c0291 100644 --- a/app/test/test_cryptodev_mod_test_vectors.h +++ b/app/test/test_cryptodev_mod_test_vectors.h @@ -27,7 +27,6 @@ struct modex_test_data { uint8_t data[DATA_SIZE]; uint16_t len; } reminder; - uint16_t result_len; }; struct modinv_test_data { enum rte_crypto_asym_xform_type xform_type; @@ -44,7 +43,6 @@ struct modinv_test_data { uint8_t data[DATA_SIZE]; uint16_t len; } inverse; - uint16_t result_len; }; /* ModExp #1 */ @@ -109,7 +107,6 @@ modex_test_data modex_test_case_m128_b20_e3 = { }, .len = 128 }, - .result_len = 128 }; /* ModInv #1 */ @@ -167,7 +164,6 @@ modinv_test_data modinv_test_case = { }, .len = 128 }, - .result_len = 128 }; /* modular operation test data */ @@ -347,7 +343,6 @@ modex_test_data modex_group_test_cases[] = { }, .len = 192 }, - .result_len = 192 }, { .description = "Modular Exponentiation tests for Group 14", @@ -442,7 +437,6 @@ modex_test_data modex_group_test_cases[] = { }, .len = 256 }, - .result_len = 256 }, { .description = "Modular Exponentiation tests for Group 15", @@ -571,7 +565,6 @@ modex_test_data modex_group_test_cases[] = { }, .len = 384 }, - .result_len = 384 }, { .description = "Modular Exponentiation tests for Group 16", @@ -733,7 +726,6 @@ modex_test_data modex_group_test_cases[] = { }, .len = 512 }, - .result_len = 512 }, { .description = "Modular Exponentiation tests for Group 17", @@ -960,7 +952,6 @@ modex_test_data modex_group_test_cases[] = { }, .len = 768 }, - .result_len = 768 }, { .description = "Modular Exponentiation tests for Group 18", @@ -1252,7 +1243,6 @@ modex_test_data modex_group_test_cases[] = { }, .len = 1024 }, - .result_len = 1024 }, }; -- 2.25.1