|WARNING| pw125187 [PATCH] [21.11] eal: cleanup alarm and hotplug before memory detach
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Thu Mar 16 14:19:16 CET 2023
Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/125187
_apply patch failure_
Submitter: Fengnan Chang <changfengnan at 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
More information about the test-report
mailing list