automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw119465 [PATCH] [v8, 1/1] baseband/acc100: add detection for deRM corner cases
@ 2022-11-03 19:28 dpdklab
  0 siblings, 0 replies; only message in thread
From: dpdklab @ 2022-11-03 19:28 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

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

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

_apply patch failure_

Submitter: Hernan Vargas <hernan.vargas@intel.com>
Date: Friday, November 04 2022 03:08:53 
Applied on: CommitID:a39f5e14560df310e7af3c135a11bb6f51eb92e6
Apply patch set 119465 failed:

Checking patch drivers/baseband/acc/acc_common.h...
Checking patch drivers/baseband/acc/rte_acc100_pmd.c...
Hunk #1 succeeded at 756 (offset -5 lines).
Hunk #2 succeeded at 784 (offset -5 lines).
Hunk #3 succeeded at 812 (offset -5 lines).
error: while searching for:
	if (q != NULL) {
		/* Mark the Queue as un-assigned */
		d->q_assigned_bit_map[q->qgrp_id] &= (~0ULL - (1 << (uint64_t) q->aq_id));
		rte_free(q->companion_ring_addr);
		rte_free(q->lb_in);
		rte_free(q->lb_out);

error: patch failed: drivers/baseband/acc/rte_acc100_pmd.c:894
Hunk #5 succeeded at 3122 (offset 84 lines).
Hunk #6 succeeded at 3209 (offset 84 lines).
Applied patch drivers/baseband/acc/acc_common.h cleanly.
Applying patch drivers/baseband/acc/rte_acc100_pmd.c with 1 reject...
Hunk #1 applied cleanly.
Hunk #2 applied cleanly.
Hunk #3 applied cleanly.
Rejected hunk #4.
Hunk #5 applied cleanly.
Hunk #6 applied cleanly.
diff a/drivers/baseband/acc/rte_acc100_pmd.c b/drivers/baseband/acc/rte_acc100_pmd.c	(rejected hunks)
@@ -894,6 +905,7 @@ acc100_queue_release(struct rte_bbdev *dev, uint16_t q_id)
 	if (q != NULL) {
 		/* Mark the Queue as un-assigned */
 		d->q_assigned_bit_map[q->qgrp_id] &= (~0ULL - (1 << (uint64_t) q->aq_id));
+		rte_free(q->derm_buffer);
 		rte_free(q->companion_ring_addr);
 		rte_free(q->lb_in);
 		rte_free(q->lb_out);

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

UNH-IOL DPDK Community Lab

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

only message in thread, other threads:[~2022-11-03 19:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-03 19:28 |WARNING| pw119465 [PATCH] [v8, 1/1] baseband/acc100: add detection for deRM corner cases 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).