From patchwork Fri May 20 05:54:10 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arkadiusz Kusztal X-Patchwork-Id: 111489 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 921F2A0503; Fri, 20 May 2022 09:03:01 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A535442B89; Fri, 20 May 2022 09:02:48 +0200 (CEST) Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id 7A69142B8F for ; Fri, 20 May 2022 09:02:46 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1653030166; x=1684566166; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=VoAC9FcOtvBum/KhqTDcmLqlWDCML3AdMR4YXdNTPV4=; b=P8LIYcfcBfH/GUYWjUPlgj9Q/aTh5ZcOXDriJedVq/JlKJ7L2lhmLaMf hdyiqe085YiCqhDNt2Vt6Lrp1ohfZHVlyEGwa2l4r7XMJKxZgkuoaQ0ZF tYSt4VIJtU1tZPY0lqvrSOlys4ZAlDk0PZ0WEq75xV+x0RVDPTjaaHFJZ jT1Kx6XJMu8INxTIp+PenqFX9aGglI6qxabKVHwuJMBQthzM+rnSWNdO3 KhvND/EWQwms1PAv3F9zKsofkXLCN9o9RGwhiRTbikQMYmffnlMIAcMS6 cXDTnzwWSZTyuNwmTtvJyfb8Bzs0oRp7oY8YIfFBXHJIBSWsWaKaJsO3q w==; X-IronPort-AV: E=McAfee;i="6400,9594,10352"; a="333140224" X-IronPort-AV: E=Sophos;i="5.91,238,1647327600"; d="scan'208";a="333140224" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 May 2022 00:02:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.91,238,1647327600"; d="scan'208";a="599058112" Received: from silpixa00399302.ir.intel.com ([10.237.214.136]) by orsmga008.jf.intel.com with ESMTP; 20 May 2022 00:02:44 -0700 From: Arek Kusztal To: dev@dpdk.org Cc: gakhil@marvell.com, anoobj@marvell.com, roy.fan.zhang@intel.com, Arek Kusztal Subject: [PATCH 05/40] test/crypto: removed asym xform none Date: Fri, 20 May 2022 06:54:10 +0100 Message-Id: <20220520055445.40063-6-arkadiuszx.kusztal@intel.com> X-Mailer: git-send-email 2.13.6 In-Reply-To: <20220520055445.40063-1-arkadiuszx.kusztal@intel.com> References: <20220520055445.40063-1-arkadiuszx.kusztal@intel.com> 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 - Removed asymetric crypto NONE xform. This commit reflects changes to the asymmetric crypto API. Signed-off-by: Arek Kusztal --- app/test/test_cryptodev_asym.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/test/test_cryptodev_asym.c b/app/test/test_cryptodev_asym.c index 9fdeba3004..62d710b0a0 100644 --- a/app/test/test_cryptodev_asym.c +++ b/app/test/test_cryptodev_asym.c @@ -288,7 +288,6 @@ test_cryptodev_asym_ver(struct rte_crypto_op *op, break; case RTE_CRYPTO_ASYM_XFORM_DH: case RTE_CRYPTO_ASYM_XFORM_DSA: - case RTE_CRYPTO_ASYM_XFORM_NONE: case RTE_CRYPTO_ASYM_XFORM_UNSPECIFIED: default: break; @@ -440,7 +439,6 @@ test_cryptodev_asym_op(struct crypto_testsuite_params_asym *ts_params, break; case RTE_CRYPTO_ASYM_XFORM_DH: case RTE_CRYPTO_ASYM_XFORM_DSA: - case RTE_CRYPTO_ASYM_XFORM_NONE: case RTE_CRYPTO_ASYM_XFORM_UNSPECIFIED: default: snprintf(test_msg, ASYM_TEST_MSG_LEN,