On Wed, Aug 18, 2021 at 06:46:00AM -0700, Narcisa Ana Maria Vasile wrote: > From: Narcisa Vasile <navas...@microsoft.com> > > 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: pallavi.ka...@intel.com > Cc: sta...@dpdk.org > > Signed-off-by: Narcisa Vasile <navas...@microsoft.com> > Acked-by: Dmitry Kozlyuk <dmitry.kozl...@gmail.com> > Acked-by: Pallavi Kadam <pallavi.ka...@intel.com> > --- Can this be merged? This small fix will solve the issues related to threads affinity on Windows. Thanks!