On Wed, Aug 18, 2021 at 06:46:00AM -0700, Narcisa Ana Maria Vasile wrote: > From: Narcisa Vasile <[email protected]> > > On Windows, -l/--lcores EAL option was unable to process CPU sets > containing CPUs other than 0 and 1, because CPU_COUNT() macro > only checked these CPUs in the set. Fix CPU_COUNT() by enumerating > all possible CPU indices. > > Fixes: e8428a9d89f1 ("eal/windows: add some basic functions and macros") > Cc: [email protected] > Cc: [email protected] > > Signed-off-by: Narcisa Vasile <[email protected]> > Acked-by: Dmitry Kozlyuk <[email protected]> > Acked-by: Pallavi Kadam <[email protected]> > --- Can this be merged? This small fix will solve the issues related to threads affinity on Windows. Thanks!

