* |WARNING| pw125187 [PATCH 21.11] eal: cleanup alarm and hotplug before memory detach
[not found] <20230316114818.99552-1-changfengnan@bytedance.com>
@ 2023-03-16 11:34 ` qemudev
2023-03-16 11:49 ` checkpatch
1 sibling, 0 replies; 4+ messages in thread
From: qemudev @ 2023-03-16 11:34 UTC (permalink / raw)
To: test-report; +Cc: Fengnan Chang, zhoumin
Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/125187
_apply patch failure_
Submitter: Fengnan Chang <changfengnan@bytedance.com>
Date: Thu, 16 Mar 2023 19:48:18 +0800
DPDK git baseline: Repo:dpdk
Branch: main
CommitID: 069fd1204b818b0d40f26e6395cb7b7ce1bb1db4
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
error: lib/eal/freebsd/eal.c: patch does not apply
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
error: lib/eal/linux/eal.c: patch does not apply
^ permalink raw reply [flat|nested] 4+ messages in thread
* |WARNING| pw125187 [PATCH 21.11] eal: cleanup alarm and hotplug before memory detach
[not found] <20230316114818.99552-1-changfengnan@bytedance.com>
2023-03-16 11:34 ` |WARNING| pw125187 [PATCH 21.11] eal: cleanup alarm and hotplug before memory detach qemudev
@ 2023-03-16 11:49 ` checkpatch
1 sibling, 0 replies; 4+ messages in thread
From: checkpatch @ 2023-03-16 11:49 UTC (permalink / raw)
To: test-report; +Cc: Fengnan Chang
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/125187
_coding style issues_
Fengnan Chang <changfengnan@bytedance.com> is unknown, please fix the commit message or update .mailmap.
^ permalink raw reply [flat|nested] 4+ messages in thread
* |WARNING| pw125187 [PATCH] [21.11] eal: cleanup alarm and hotplug before memory detach
@ 2023-03-16 13:19 dpdklab
0 siblings, 0 replies; 4+ messages in thread
From: dpdklab @ 2023-03-16 13:19 UTC (permalink / raw)
To: test-report; +Cc: dpdk-test-reports
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* |WARNING| pw125187 [PATCH] [21.11] eal: cleanup alarm and hotplug before memory detach
@ 2023-03-16 12:47 dpdklab
0 siblings, 0 replies; 4+ messages in thread
From: dpdklab @ 2023-03-16 12:47 UTC (permalink / raw)
To: test-report; +Cc: dpdk-test-reports
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
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-03-16 13:19 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20230316114818.99552-1-changfengnan@bytedance.com>
2023-03-16 11:34 ` |WARNING| pw125187 [PATCH 21.11] eal: cleanup alarm and hotplug before memory detach qemudev
2023-03-16 11:49 ` checkpatch
2023-03-16 12:47 |WARNING| pw125187 [PATCH] [21.11] " dpdklab
2023-03-16 13:19 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).