Anatoly Burakov, Aug 20, 2024 at 17:35:
In traditional NUMA case, NUMA nodes and physical sockets were used interchangeably, but there are cases where there can be multiple NUMA nodes per socket, as well as all CPU's being assigned NUMA node 0 even in cases of multiple sockets. Use sysfs to print out NUMA information.Signed-off-by: Anatoly Burakov <anatoly.bura...@intel.com> --- Notes: v2 -> v3: - Sort imports alphabetically
Looks good to me, can you format the code for that commit as well?