Re: [PATCH v4 3/5] powerpc/numa: Use cpu node map of first sibling thread

2019-10-02 Thread Nathan Lynch
Srikar Dronamraju writes: > All the sibling threads of a core have to be part of the same node. > To ensure that all the sibling threads map to the same node, always > lookup/update the cpu-to-node map of the first thread in the core. Reviewed-by: Nathan Lynch

[PATCH v4 3/5] powerpc/numa: Use cpu node map of first sibling thread

2019-09-13 Thread Srikar Dronamraju
All the sibling threads of a core have to be part of the same node. To ensure that all the sibling threads map to the same node, always lookup/update the cpu-to-node map of the first thread in the core. Signed-off-by: Srikar Dronamraju --- Changelog: v3->v4 As suggested by Nathan, add a warning