|WARNING| pw109210-109211 [PATCH] [2/2] test/crypto: move dh type from xform to dh op

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Wed Apr 6 16:48:43 CEST 2022


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

_apply patch failure_

Submitter: Arek Kusztal <arkadiuszx.kusztal at intel.com>
Date: Wednesday, April 06 2022 14:11:58 
Applied on: CommitID:442876b2d8fde9b7cdf86464e8a458e3bd8dd210
Apply patch set 109210-109211 failed:

Checking patch app/test/test_cryptodev_asym.c...
Hunk #1 succeeded at 1064 (offset -60 lines).
Hunk #2 succeeded at 1146 (offset -60 lines).
Hunk #3 succeeded at 1229 (offset -60 lines).
Hunk #4 succeeded at 1319 (offset -60 lines).
error: while searching for:
	xform->dh.g.length = group->g.bytesize;
	xform->dh.p.data = group->p.data;
	xform->dh.p.length = group->p.bytesize;
	xform->dh.type = type;
	ret = rte_cryptodev_asym_session_create(dev_id, xform,
			testsuite_params.session_mpool, sess);
	if (ret)

error: patch failed: app/test/test_cryptodev_asym.c:2209
Applying patch app/test/test_cryptodev_asym.c with 1 reject...
Hunk #1 applied cleanly.
Hunk #2 applied cleanly.
Hunk #3 applied cleanly.
Hunk #4 applied cleanly.
Rejected hunk #5.
diff a/app/test/test_cryptodev_asym.c b/app/test/test_cryptodev_asym.c	(rejected hunks)
@@ -2209,7 +2210,6 @@ test_dh_set_pubkey_session(uint8_t dev_id, void **sess,
 	xform->dh.g.length = group->g.bytesize;
 	xform->dh.p.data = group->p.data;
 	xform->dh.p.length = group->p.bytesize;
-	xform->dh.type = type;
 	ret = rte_cryptodev_asym_session_create(dev_id, xform,
 			testsuite_params.session_mpool, sess);
 	if (ret)

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

UNH-IOL DPDK Community Lab


More information about the test-report mailing list