|WARNING| pw111485-111524 [PATCH] [40/40] test/crypto: added test for dh priv key generation

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Fri May 20 09:19:59 CEST 2022


Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/111485

_apply patch failure_

Submitter: Arek Kusztal <arkadiuszx.kusztal at intel.com>
Date: Friday, May 20 2022 05:54:45 
Applied on: CommitID:26d734b5d280b96f91f00f5e0c6c7eff99facef2
Apply patch set 111485-111524 failed:

Checking patch app/test/test_cryptodev_asym.c...
Checking patch app/test/test_cryptodev_dh_test_vectors.h...
Checking patch app/test/test_cryptodev_dsa_test_vectors.h...
Checking patch app/test/test_cryptodev_mod_test_vectors.h...
Checking patch app/test/test_cryptodev_rsa_test_vectors.h...
Checking patch app/test/test_event_crypto_adapter.c...
Hunk #1 succeeded at 394 (offset 99 lines).
error: while searching for:
		return TEST_SKIPPED;
	}
	/* Setup Cipher Parameters */
	xform_tc.next = NULL;
	xform_tc.xform_type = RTE_CRYPTO_ASYM_XFORM_MODEX;
	cap_idx.type = xform_tc.xform_type;
	capability = rte_cryptodev_asym_capability_get(TEST_CDEV_ID, &cap_idx);

error: patch failed: app/test/test_event_crypto_adapter.c:474
Hunk #3 succeeded at 196 (offset -474 lines).
error: while searching for:
		return TEST_SKIPPED;
	}
	/* Setup Cipher Parameters */
	xform_tc.next = NULL;
	xform_tc.xform_type = RTE_CRYPTO_ASYM_XFORM_MODEX;
	cap_idx.type = xform_tc.xform_type;
	capability = rte_cryptodev_asym_capability_get(TEST_CDEV_ID, &cap_idx);

error: patch failed: app/test/test_event_crypto_adapter.c:807
Applied patch app/test/test_cryptodev_asym.c cleanly.
Applied patch app/test/test_cryptodev_dh_test_vectors.h cleanly.
Applied patch app/test/test_cryptodev_dsa_test_vectors.h cleanly.
Applied patch app/test/test_cryptodev_mod_test_vectors.h cleanly.
Applied patch app/test/test_cryptodev_rsa_test_vectors.h cleanly.
Applying patch app/test/test_event_crypto_adapter.c with 2 rejects...
Hunk #1 applied cleanly.
Rejected hunk #2.
Hunk #3 applied cleanly.
Rejected hunk #4.
diff a/app/test/test_event_crypto_adapter.c b/app/test/test_event_crypto_adapter.c	(rejected hunks)
@@ -474,7 +473,6 @@ test_asym_op_forward_mode(uint8_t session_less)
 		return TEST_SKIPPED;
 	}
 	/* Setup Cipher Parameters */
-	xform_tc.next = NULL;
 	xform_tc.xform_type = RTE_CRYPTO_ASYM_XFORM_MODEX;
 	cap_idx.type = xform_tc.xform_type;
 	capability = rte_cryptodev_asym_capability_get(TEST_CDEV_ID, &cap_idx);
@@ -807,7 +804,6 @@ test_asym_op_new_mode(uint8_t session_less)
 		return TEST_SKIPPED;
 	}
 	/* Setup Cipher Parameters */
-	xform_tc.next = NULL;
 	xform_tc.xform_type = RTE_CRYPTO_ASYM_XFORM_MODEX;
 	cap_idx.type = xform_tc.xform_type;
 	capability = rte_cryptodev_asym_capability_get(TEST_CDEV_ID, &cap_idx);
Checking patch app/test-eventdev/test_perf_common.c...
error: while searching for:
	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);

error: patch failed: app/test-eventdev/test_perf_common.c:851
Applying patch app/test-eventdev/test_perf_common.c with 1 reject...
Rejected hunk #1.
diff a/app/test-eventdev/test_perf_common.c b/app/test-eventdev/test_perf_common.c	(rejected hunks)
@@ -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);
Checking patch app/test/test_cryptodev_asym.c...
error: app/test/test_cryptodev_asym.c: does not match index
Checking patch app/test/test_cryptodev_asym.c...
error: app/test/test_cryptodev_asym.c: does not match index
Checking patch app/test/test_cryptodev_asym.c...
error: app/test/test_cryptodev_asym.c: does not match index
Checking patch app/test/test_cryptodev_asym.c...
error: app/test/test_cryptodev_asym.c: does not match index

https://lab.dpdk.org/results/dashboard/patchsets/22209/

UNH-IOL DPDK Community Lab


More information about the test-report mailing list