Re: [dpdk-dev] [dpdk-stable] [PATCH 3/3] eal/windows: cleanup interrupt resources

2021-05-12 Thread Thomas Monjalon
11/05/2021 19:21, Ranjit Menon: > On 5/11/2021 12:59 AM, Dmitry Kozlyuk wrote: > > 2021-05-11 09:41 (UTC+0200), Thomas Monjalon: > >> 02/05/2021 04:33, Dmitry Kozlyuk: > >>> Interrupt manager in Windows EAL allocates on IOCP and starts > >>> a control thread that runs indefinitely. At DPDK cleanup

Re: [dpdk-dev] [dpdk-stable] [PATCH 3/3] eal/windows: cleanup interrupt resources

2021-05-11 Thread Ranjit Menon
On 5/11/2021 12:59 AM, Dmitry Kozlyuk wrote: 2021-05-11 09:41 (UTC+0200), Thomas Monjalon: 02/05/2021 04:33, Dmitry Kozlyuk: 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 n

Re: [dpdk-dev] [dpdk-stable] [PATCH 3/3] eal/windows: cleanup interrupt resources

2021-05-11 Thread Dmitry Kozlyuk
2021-05-11 09:41 (UTC+0200), Thomas Monjalon: > 02/05/2021 04:33, Dmitry Kozlyuk: > > 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 i

Re: [dpdk-dev] [dpdk-stable] [PATCH 3/3] eal/windows: cleanup interrupt resources

2021-05-11 Thread Thomas Monjalon
02/05/2021 04:33, Dmitry Kozlyuk: > 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 alrea