Re: [PATCH] drivers/bus: set device NUMA node to unknown by default

2022-09-30 Thread Olivier Matz
On Fri, Sep 30, 2022 at 09:10:55AM +0200, David Marchand wrote: > On Thu, Sep 29, 2022 at 2:05 PM Olivier Matz wrote: > > > > The dev->device.numa_node field is set by each bus driver for > > every device it manages to indicate on which NUMA node this device lies. > > > > When this information is

Re: [PATCH] drivers/bus: set device NUMA node to unknown by default

2022-09-30 Thread David Marchand
On Thu, Sep 29, 2022 at 2:05 PM Olivier Matz wrote: > > The dev->device.numa_node field is set by each bus driver for > every device it manages to indicate on which NUMA node this device lies. > > When this information is unknown, the assigned value is not consistent > across the bus drivers. > >

[PATCH] drivers/bus: set device NUMA node to unknown by default

2022-09-29 Thread Olivier Matz
The dev->device.numa_node field is set by each bus driver for every device it manages to indicate on which NUMA node this device lies. When this information is unknown, the assigned value is not consistent across the bus drivers. Set the default value to SOCKET_ID_ANY (-1) by all bus drivers when