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| pw125187 [PATCH] [21.11] eal: cleanup alarm and hotplug before memory detach
Date: Thu, 16 Mar 2023 12:47:04 +0000 (UTC)	[thread overview]
Message-ID: <20230316124704.491E26011D@dpdk-ubuntu.dpdklab.iol.unh.edu> (raw)

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

_apply patch failure_

Submitter: Fengnan Chang <changfengnan@bytedance.com>
Date: Thursday, March 16 2023 11:48:18 
Applied on: CommitID:8c9bfcb1553d756eb5392a56ac7813b3865c3ec7
Apply patch set 125187 failed:

Checking patch lib/eal/freebsd/eal.c...
error: while searching for:
	rte_mp_channel_cleanup();
	rte_trace_save();
	eal_trace_fini();
	/* after this point, any DPDK pointers will become dangling */
	rte_eal_memory_detach();
	rte_eal_alarm_cleanup();
	eal_cleanup_config(internal_conf);
	return 0;
}

error: patch failed: lib/eal/freebsd/eal.c:988
Checking patch lib/eal/linux/eal.c...
error: while searching for:
	rte_mp_channel_cleanup();
	rte_trace_save();
	eal_trace_fini();
	/* after this point, any DPDK pointers will become dangling */
	rte_eal_memory_detach();
	rte_eal_alarm_cleanup();
	eal_cleanup_config(internal_conf);
	return 0;
}

error: patch failed: lib/eal/linux/eal.c:1370
Applying patch lib/eal/freebsd/eal.c with 1 reject...
Rejected hunk #1.
Applying patch lib/eal/linux/eal.c with 1 reject...
Rejected hunk #1.
hint: Use 'git am --show-current-patch' to see the failed patch
diff a/lib/eal/freebsd/eal.c b/lib/eal/freebsd/eal.c	(rejected hunks)
@@ -988,9 +988,9 @@ rte_eal_cleanup(void)
 	rte_mp_channel_cleanup();
 	rte_trace_save();
 	eal_trace_fini();
+	rte_eal_alarm_cleanup();
 	/* after this point, any DPDK pointers will become dangling */
 	rte_eal_memory_detach();
-	rte_eal_alarm_cleanup();
 	eal_cleanup_config(internal_conf);
 	return 0;
 }
diff a/lib/eal/linux/eal.c b/lib/eal/linux/eal.c	(rejected hunks)
@@ -1370,9 +1370,9 @@ rte_eal_cleanup(void)
 	rte_mp_channel_cleanup();
 	rte_trace_save();
 	eal_trace_fini();
+	rte_eal_alarm_cleanup();
 	/* after this point, any DPDK pointers will become dangling */
 	rte_eal_memory_detach();
-	rte_eal_alarm_cleanup();
 	eal_cleanup_config(internal_conf);
 	return 0;
 }

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

UNH-IOL DPDK Community Lab

             reply	other threads:[~2023-03-16 12:47 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-16 12:47 dpdklab [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-03-16 13:19 dpdklab
     [not found] <20230316114818.99552-1-changfengnan@bytedance.com>
2023-03-16 11:34 ` |WARNING| pw125187 [PATCH 21.11] " qemudev
2023-03-16 11:49 ` checkpatch

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=20230316124704.491E26011D@dpdk-ubuntu.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).