|WARNING| pw107351 [PATCH] eal/linux: fix fail to stop device monitor error
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Fri Feb 11 08:28:09 CET 2022
Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/107351
_apply patch failure_
Submitter: Wenxuan wu <wenxuanx.wu at intel.com>
Date: Friday, February 11 2022 06:53:15
Applied on: CommitID:1d1126ad436e8c7c015fb3f67ad3af05c3b397d5
Apply patch set 107351 failed:
Checking patch lib/eal/linux/eal_dev.c...
error: while searching for:
if (!monitor_refcount) {
RTE_LOG(ERR, EAL, "device event monitor already stopped\n");
goto exit;
}
error: patch failed: lib/eal/linux/eal_dev.c:366
error: while searching for:
RTE_LOG(ERR, EAL, "fail to unregister uevent callback.\n");
goto exit;
}
close(rte_intr_fd_get(intr_handle));
rte_intr_instance_free(intr_handle);
intr_handle = NULL;
error: patch failed: lib/eal/linux/eal_dev.c:381
Applying patch lib/eal/linux/eal_dev.c with 2 rejects...
Rejected hunk #1.
Rejected hunk #2.
diff a/lib/eal/linux/eal_dev.c b/lib/eal/linux/eal_dev.c (rejected hunks)
@@ -366,7 +366,7 @@ rte_dev_event_monitor_stop(void)
if (!monitor_refcount) {
RTE_LOG(ERR, EAL, "device event monitor already stopped\n");
-
+
goto exit;
}
@@ -381,7 +381,7 @@ rte_dev_event_monitor_stop(void)
RTE_LOG(ERR, EAL, "fail to unregister uevent callback.\n");
goto exit;
}
-
+
close(rte_intr_fd_get(intr_handle));
rte_intr_instance_free(intr_handle);
intr_handle = NULL;
https://lab.dpdk.org/results/dashboard/patchsets/21028/
UNH-IOL DPDK Community Lab
More information about the test-report
mailing list