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| pw119465 [PATCH] [v8, 1/1] baseband/acc100: add detection for deRM corner cases
Date: Thu,  3 Nov 2022 15:28:23 -0400 (EDT)	[thread overview]
Message-ID: <20221103192823.EC6B310619A@noxus.dpdklab.iol.unh.edu> (raw)

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

                 reply	other threads:[~2022-11-03 19:28 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=20221103192823.EC6B310619A@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).