automatic DPDK test reports
 help / color / mirror / Atom feed
From: dpdklab@iol.unh.edu
To: test-report@dpdk.org
Cc: dpdk-test-reports@iol.unh.edu
Subject: |WARNING| pw104394 [PATCH] [-v1] SCSY-51090 ACC100 Padding 5GDL input BLEN
Date: Tue, 16 Nov 2021 10:59:13 -0500 (EST)	[thread overview]
Message-ID: <20211116155913.B1DBB60524@noxus.dpdklab.iol.unh.edu> (raw)

[-- 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

                 reply	other threads:[~2021-11-16 15:59 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211116155913.B1DBB60524@noxus.dpdklab.iol.unh.edu \
    --to=dpdklab@iol.unh.edu \
    --cc=dpdk-test-reports@iol.unh.edu \
    --cc=test-report@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).