Re: [dpdk-dev] [PATCH v8 09/11] eal/windows: improve CPU and NUMA node detection
From: Thomas Monjalon <hidden>
Date: 2020-06-12 21:45:16
From: Thomas Monjalon <hidden>
Date: 2020-06-12 21:45:16
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 to NUMA node number.
Fixes: 53ffd9f080fc ("eal/windows: add minimum viable code")Not sure we should consider it as a fix. This tag is usually required for backporting, but I don't see any need for backport here. If you think backport is required, you should add Cc: stable@dpdk.org.