Re: [dpdk-dev] [PATCH 1/3] eal/windows: fix use of incorrect thread ID

2021-05-03 Thread Tyler Retzlaff
On Sun, May 02, 2021 at 05:33:31AM +0300, Dmitry Kozlyuk wrote: > Interrupt thread ID retained its value after interrupt thread finish. > Other interrupt routines could then operate on the wrong thread. > Clear interrupt thread ID before thread termination. > > Fixes: 5c016fc0205a ("eal/windows: a

[dpdk-dev] [PATCH 1/3] eal/windows: fix use of incorrect thread ID

2021-05-01 Thread Dmitry Kozlyuk
Interrupt thread ID retained its value after interrupt thread finish. Other interrupt routines could then operate on the wrong thread. Clear interrupt thread ID before thread termination. Fixes: 5c016fc0205a ("eal/windows: add interrupt thread skeleton") Cc: sta...@dpdk.org Signed-off-by: Dmitry