[14/40] app/test-crypto-perf: remove asym crypto next xform

Message ID 20220520055445.40063-15-arkadiuszx.kusztal@intel.com (mailing list archive)
State Changes Requested, archived
Delegated to: akhil goyal
Headers
Series cryptodev: rsa, dh, ecdh changes |

Checks

Context Check Description
ci/checkpatch success coding style OK

Commit Message

Arkadiusz Kusztal May 20, 2022, 5:54 a.m. UTC
  - removed asymnetric crypto xform next field.
This commit reflects changes to the asymmetric crypto API.

Signed-off-by: Arek Kusztal <arkadiuszx.kusztal@intel.com>
---
 app/test-crypto-perf/cperf_ops.c | 1 -
 1 file changed, 1 deletion(-)
  

Patch

diff --git a/app/test-crypto-perf/cperf_ops.c b/app/test-crypto-perf/cperf_ops.c
index cbefce8d6c..8371af301a 100644
--- a/app/test-crypto-perf/cperf_ops.c
+++ b/app/test-crypto-perf/cperf_ops.c
@@ -786,7 +786,6 @@  cperf_create_session(struct rte_mempool *sess_mp,
 	int ret;
 
 	if (options->op_type == CPERF_ASYM_MODEX) {
-		xform.next = NULL;
 		xform.xform_type = RTE_CRYPTO_ASYM_XFORM_MODEX;
 		xform.modex.modulus.data = options->modex_data->modulus.data;
 		xform.modex.modulus.length = options->modex_data->modulus.len;