[PATCH 15/40] app/test-eventdev: remove asym crypto next xform

Arek Kusztal arkadiuszx.kusztal at intel.com
Fri May 20 07:54:20 CEST 2022


- removed asymmetric crypto xform next field.
This commit reflects changes to the asymmetric crypto API.

Signed-off-by: Arek Kusztal <arkadiuszx.kusztal at intel.com>
---
 app/test-eventdev/test_perf_common.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app/test-eventdev/test_perf_common.c b/app/test-eventdev/test_perf_common.c
index f2da6fd74c..78150533a9 100644
--- a/app/test-eventdev/test_perf_common.c
+++ b/app/test-eventdev/test_perf_common.c
@@ -851,7 +851,6 @@ cryptodev_asym_sess_create(struct prod_data *p, struct test_perf *t)
 	struct rte_crypto_asym_xform xform;
 	void *sess;
 
-	xform.next = NULL;
 	xform.xform_type = RTE_CRYPTO_ASYM_XFORM_MODEX;
 	cap_idx.type = xform.xform_type;
 	capability = rte_cryptodev_asym_capability_get(p->ca.cdev_id, &cap_idx);
-- 
2.13.6



More information about the dev mailing list