automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw120902-120904 [PATCH] [v1, 3/3] app/bbdev-test: remove offload cost optional build flag
@ 2022-12-14 23:58 dpdklab
  0 siblings, 0 replies; only message in thread
From: dpdklab @ 2022-12-14 23:58 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

[-- Attachment #1: Type: text/plain, Size: 3223 bytes --]

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

_apply patch failure_

Submitter: Nicolas Chautru <nicolas.chautru@intel.com>
Date: Wednesday, December 14 2022 23:33:46 
Applied on: CommitID:c581c49cd3fcaff596fbe566e270b442e6326c79
Apply patch set 120902-120904 failed:

Checking patch app/test-bbdev/test_bbdev_perf.c...
error: while searching for:
			burst_sz = num_to_process - dequeued;

		ret = rte_bbdev_fft_op_alloc_bulk(mempool, ops_enq, burst_sz);
		TEST_ASSERT_SUCCESS(ret, "Allocation failed for %d ops", ops_enq);
		if (test_vector.op_type != RTE_BBDEV_OP_NONE)
			copy_reference_fft_op(ops_enq, burst_sz, dequeued,
					bufs->inputs,

error: patch failed: app/test-bbdev/test_bbdev_perf.c:4959
error: while searching for:
			burst_sz = num_to_process - dequeued;

		ret = rte_bbdev_dec_op_alloc_bulk(mempool, ops_enq, burst_sz);
		TEST_ASSERT_SUCCESS(ret, "Allocation failed for %d ops", ops_enq);
		if (test_vector.op_type != RTE_BBDEV_OP_NONE)
			copy_reference_dec_op(ops_enq, burst_sz, dequeued,
					bufs->inputs,

error: patch failed: app/test-bbdev/test_bbdev_perf.c:5042
error: while searching for:
			burst_sz = num_to_process - dequeued;

		ret = rte_bbdev_dec_op_alloc_bulk(mempool, ops_enq, burst_sz);
		TEST_ASSERT_SUCCESS(ret, "Allocation failed for %d ops", ops_enq);
		if (test_vector.op_type != RTE_BBDEV_OP_NONE)
			copy_reference_ldpc_dec_op(ops_enq, burst_sz, dequeued,
					bufs->inputs,

error: patch failed: app/test-bbdev/test_bbdev_perf.c:5128
Applying patch app/test-bbdev/test_bbdev_perf.c with 3 rejects...
Rejected hunk #1.
Rejected hunk #2.
Rejected hunk #3.
diff a/app/test-bbdev/test_bbdev_perf.c b/app/test-bbdev/test_bbdev_perf.c	(rejected hunks)
@@ -4959,7 +4959,7 @@ offload_latency_test_fft(struct rte_mempool *mempool, struct test_buffers *bufs,
 			burst_sz = num_to_process - dequeued;
 
 		ret = rte_bbdev_fft_op_alloc_bulk(mempool, ops_enq, burst_sz);
-		TEST_ASSERT_SUCCESS(ret, "Allocation failed for %d ops", ops_enq);
+		TEST_ASSERT_SUCCESS(ret, "Allocation failed for %d ops", burst_sz);
 		if (test_vector.op_type != RTE_BBDEV_OP_NONE)
 			copy_reference_fft_op(ops_enq, burst_sz, dequeued,
 					bufs->inputs,
@@ -5042,7 +5042,7 @@ offload_latency_test_dec(struct rte_mempool *mempool, struct test_buffers *bufs,
 			burst_sz = num_to_process - dequeued;
 
 		ret = rte_bbdev_dec_op_alloc_bulk(mempool, ops_enq, burst_sz);
-		TEST_ASSERT_SUCCESS(ret, "Allocation failed for %d ops", ops_enq);
+		TEST_ASSERT_SUCCESS(ret, "Allocation failed for %d ops", burst_sz);
 		if (test_vector.op_type != RTE_BBDEV_OP_NONE)
 			copy_reference_dec_op(ops_enq, burst_sz, dequeued,
 					bufs->inputs,
@@ -5128,7 +5128,7 @@ offload_latency_test_ldpc_dec(struct rte_mempool *mempool,
 			burst_sz = num_to_process - dequeued;
 
 		ret = rte_bbdev_dec_op_alloc_bulk(mempool, ops_enq, burst_sz);
-		TEST_ASSERT_SUCCESS(ret, "Allocation failed for %d ops", ops_enq);
+		TEST_ASSERT_SUCCESS(ret, "Allocation failed for %d ops", burst_sz);
 		if (test_vector.op_type != RTE_BBDEV_OP_NONE)
 			copy_reference_ldpc_dec_op(ops_enq, burst_sz, dequeued,
 					bufs->inputs,

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

UNH-IOL DPDK Community Lab

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-12-14 23:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-14 23:58 |WARNING| pw120902-120904 [PATCH] [v1, 3/3] app/bbdev-test: remove offload cost optional build flag dpdklab

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).