Re: [PATCH v2 1/1] powerpc/numa: Online a node if PHB is attached.

2024-05-30 Thread Krishna Kumar
On 5/17/24 19:55, Nilay Shroff wrote: In the current design, a numa-node is made online only if that node is attached to cpu/memory. With this design, if any PCI/IO device is found to be attached to a numa-node which is not online then the numa-node id of the corresponding PCI/IO device is set

Re: [PATCH v2 1/1] powerpc/numa: Online a node if PHB is attached.

2024-05-21 Thread Srikar Dronamraju
* Nilay Shroff [2024-05-17 19:55:23]: Hi Nilay, > In the current design, a numa-node is made online only if > that node is attached to cpu/memory. With this design, if > any PCI/IO device is found to be attached to a numa-node > which is not online then the numa-node id of the corresponding > PC

[PATCH v2 1/1] powerpc/numa: Online a node if PHB is attached.

2024-05-17 Thread Nilay Shroff
In the current design, a numa-node is made online only if that node is attached to cpu/memory. With this design, if any PCI/IO device is found to be attached to a numa-node which is not online then the numa-node id of the corresponding PCI/IO device is set to NUMA_NO_NODE(-1). This design may negat