Re: [dpdk-dev] [PATCH v8 09/11] eal/windows: improve CPU and NUMA node detection

2020-06-12 Thread Thomas Monjalon
10/06/2020 16:27, Dmitry Kozlyuk: > 1. Map CPU cores to their respective NUMA nodes as reported by system. > 2. Support systems with more than 64 cores (multiple processor groups). > 3. Fix magic constants, styling issues, and compiler warnings. > 4. Add EAL private function to map DPDK socket ID t

Re: [dpdk-dev] [PATCH v8 09/11] eal/windows: improve CPU and NUMA node detection

2020-06-12 Thread Thomas Monjalon
10/06/2020 16:27, Dmitry Kozlyuk: > 1. Map CPU cores to their respective NUMA nodes as reported by system. > 2. Support systems with more than 64 cores (multiple processor groups). > 3. Fix magic constants, styling issues, and compiler warnings. > 4. Add EAL private function to map DPDK socket ID t

[dpdk-dev] [PATCH v8 09/11] eal/windows: improve CPU and NUMA node detection

2020-06-10 Thread Dmitry Kozlyuk
1. Map CPU cores to their respective NUMA nodes as reported by system. 2. Support systems with more than 64 cores (multiple processor groups). 3. Fix magic constants, styling issues, and compiler warnings. 4. Add EAL private function to map DPDK socket ID to NUMA node number. Fixes: 53ffd9f080fc (