[dpdk-dev] [dpdk-stable] [PATCH] eal/windows: fix default thread priority

Thomas Monjalon thomas at monjalon.net
Tue Mar 16 12:41:11 CET 2021


09/03/2021 22:44, Dmitry Kozlyuk:
> 2021-02-18 13:40 (UTC+0200), Tal Shnaiderman:
> > The hard-coded thread priority for Windows threads in eal
> > is REALTIME_PRIORITY_CLASS/THREAD_PRIORITY_TIME_CRITICAL.
> > 
> > This results in issues with DPDK threads causing OS thread starvation
> > and eventually a bugcheck.
> > 
> > The fix reduce the thread priority to
> > NORMAL_PRIORITY_CLASS/THREAD_PRIORITY_NORMAL.
> > 
> > Bugzilla ID: 600
> > Fixes: 53ffd9f080f ("eal/windows: add minimum viable code")
> > Cc: stable at dpdk.org
> > 
> > Reported-by: Odi Assli <odia at nvidia.com>
> > Signed-off-by: Tal Shnaiderman <talshn at nvidia.com>
> 
> Acked-by: Dmitry Kozlyuk <dmitry.kozliuk at gmail.com>

Applied, thanks




More information about the dev mailing list