automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw104394 [PATCH] [-v1] SCSY-51090 ACC100 Padding 5GDL input BLEN
@ 2021-11-16 15:59 dpdklab
  0 siblings, 0 replies; only message in thread
From: dpdklab @ 2021-11-16 15:59 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

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

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

_apply patch failure_

Submitter: Zhang, Mingshan <mingshan.zhang@intel.com>
Date: Tuesday, November 16 2021 05:12:15 
Applied on: CommitID:d4fb4eb08725a3e667042c1f5cd3ed72b94505a7
Apply patch set 104394 failed:

Checking patch drivers/baseband/acc100/rte_acc100_pmd.c...
Hunk #1 succeeded at 1619 (offset -75 lines).
error: while searching for:
	}

	next_triplet = acc100_dma_fill_blk_type_in(desc, input, in_offset,
			in_length_in_bytes,
			seg_total_left, next_triplet,
			check_bit(op->ldpc_enc.op_flags,
			RTE_BBDEV_LDPC_ENC_SCATTER_GATHER));
	if (unlikely(next_triplet < 0)) {
		rte_bbdev_log(ERR,
				"Mismatch between data to process and mbuf data length in bbdev_op: %p",

error: patch failed: drivers/baseband/acc100/rte_acc100_pmd.c:1722
error: while searching for:
	return 1;
}

/* Enqueue one encode operations for ACC100 device in CB mode
 * multiplexed on the same descriptor
 */

error: patch failed: drivers/baseband/acc100/rte_acc100_pmd.c:2689
Hunk #4 succeeded at 2373 (offset -355 lines).
Hunk #5 succeeded at 3675 (offset -586 lines).
error: while searching for:
				rsp.val, descs_in_tb,
				desc->req.numCBs);

		op->status |= ((rsp.input_err)
				? (1 << RTE_BBDEV_DATA_ERROR) : 0);
		op->status |= ((rsp.dma_err) ? (1 << RTE_BBDEV_DRV_ERROR) : 0);
		op->status |= ((rsp.fcw_err) ? (1 << RTE_BBDEV_DRV_ERROR) : 0);


error: patch failed: drivers/baseband/acc100/rte_acc100_pmd.c:4332
Applying patch drivers/baseband/acc100/rte_acc100_pmd.c with 3 rejects...
Hunk #1 applied cleanly.
Rejected hunk #2.
Rejected hunk #3.
Hunk #4 applied cleanly.
Hunk #5 applied cleanly.
Rejected hunk #6.
diff a/drivers/baseband/acc100/rte_acc100_pmd.c b/drivers/baseband/acc100/rte_acc100_pmd.c	(rejected hunks)
@@ -1722,10 +1731,9 @@ static inline uint32_t hq_index(uint32_t offset)
 	}
 
 	next_triplet = acc100_dma_fill_blk_type_in(desc, input, in_offset,
-			in_length_in_bytes,
+			pad_le_in(in_length_in_bytes),
 			seg_total_left, next_triplet,
-			check_bit(op->ldpc_enc.op_flags,
-			RTE_BBDEV_LDPC_ENC_SCATTER_GATHER));
+			false);
 	if (unlikely(next_triplet < 0)) {
 		rte_bbdev_log(ERR,
 				"Mismatch between data to process and mbuf data length in bbdev_op: %p",
@@ -2689,6 +2697,7 @@ static inline uint32_t hq_index(uint32_t offset)
 	return 1;
 }
 
+
 /* Enqueue one encode operations for ACC100 device in CB mode
  * multiplexed on the same descriptor
  */
@@ -4332,8 +4338,6 @@ static inline uint32_t hq_index(uint32_t offset)
 				rsp.val, descs_in_tb,
 				desc->req.numCBs);
 
-		op->status |= ((rsp.input_err)
-				? (1 << RTE_BBDEV_DATA_ERROR) : 0);
 		op->status |= ((rsp.dma_err) ? (1 << RTE_BBDEV_DRV_ERROR) : 0);
 		op->status |= ((rsp.fcw_err) ? (1 << RTE_BBDEV_DRV_ERROR) : 0);
 

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

UNH-IOL DPDK Community Lab

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

only message in thread, other threads:[~2021-11-16 15:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-16 15:59 |WARNING| pw104394 [PATCH] [-v1] SCSY-51090 ACC100 Padding 5GDL input BLEN 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).