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

2024-05-17 Thread kernel test robot
it/powerpc/linux.git next patch link: https://lore.kernel.org/r/20240516081230.3119651-2-nilay%40linux.ibm.com patch subject: [PATCH 1/1] powerpc/numa: Online a node if PHB is attached. config: powerpc-allyesconfig (https://download.01.org/0day-ci/archive/20240517/202405171615.nbra8poe-...@intel.

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

2024-05-16 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