Anatoly Burakov, Aug 22, 2024 at 12:38:
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:
v5 -> v6:
- Track NUMA changes per socket to avoid issues with missing cores
Acked-by: Robin Jarry <rja...@redhat.com>