numam-dpdk/lib/eal
Dmitry Kozlyuk cfdaa678b3 eal/windows: cleanup interrupt resources
Interrupt manager in Windows EAL allocates on IOCP and starts
a control thread that runs indefinitely. At DPDK cleanup
this thread was not stopped and IOCP handle was not closed.

Gracefully stop interrupt-handling in rte_eal_cleanup().
The thread already closes IOCP handle before exiting.

Fixes: 5c016fc020 ("eal/windows: add interrupt thread skeleton")
Cc: stable@dpdk.org

Signed-off-by: Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>
Acked-by: Ranjit Menon <ranjit.menon@intel.com>
Acked-by: Jie Zhou <jizh@microsoft.com>
Tested-by: Jie Zhou <jizh@microsoft.com>
2021-06-23 09:05:36 +02:00
..
arm eal/arm64: fix platform register bit 2021-05-04 18:55:09 +02:00
common ipc: use monotonic clock 2021-05-12 16:49:08 +02:00
freebsd eal: add timespec_get shim 2021-04-21 23:32:13 +02:00
include vfio: add stdbool include 2021-06-17 10:31:33 +02:00
linux lib: remove librte_ prefix from directory names 2021-04-21 14:04:09 +02:00
ppc lib: remove librte_ prefix from directory names 2021-04-21 14:04:09 +02:00
unix eal: fix memory mapping on 32-bit target 2021-05-11 23:01:06 +02:00
windows eal/windows: cleanup interrupt resources 2021-06-23 09:05:36 +02:00
x86 lib: remove librte_ prefix from directory names 2021-04-21 14:04:09 +02:00
meson.build lib: remove librte_ prefix from directory names 2021-04-21 14:04:09 +02:00
version.map lib: remove librte_ prefix from directory names 2021-04-21 14:04:09 +02:00