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

Thomas Monjalon thomas at monjalon.net
Wed Jun 23 09:08:04 CEST 2021


28/05/2021 19:33, Jie Zhou:
> On Sun, May 02, 2021 at 05:33:33AM +0300, Dmitry Kozlyuk wrote:
> > 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: 5c016fc0205a ("eal/windows: add interrupt thread skeleton")
> > Cc: stable at dpdk.org
> > 
> > Signed-off-by: Dmitry Kozlyuk <dmitry.kozliuk at gmail.com>
> 
> Acked-by: Jie Zhou <jizh at microsoft.com>
> Tested-by: Jie Zhou <jizh at microsoft.com>

Series applied, thanks.





More information about the dev mailing list