Re: [PATCH] doc: announce behavior change for device NUMA node field

2022-07-15 Thread Thomas Monjalon
13/07/2022 17:50, Olivier Matz: > The dev->device.numa_node field is set by the bus driver for each 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. In v22.11, the value will be

Re: [PATCH] doc: announce behavior change for device NUMA node field

2022-07-14 Thread Burakov, Anatoly
On 13-Jul-22 4:50 PM, Olivier Matz wrote: The dev->device.numa_node field is set by the bus driver for each 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. In v22.11, the value will

Re: [PATCH] doc: announce behavior change for device NUMA node field

2022-07-14 Thread David Marchand
On Wed, Jul 13, 2022 at 5:51 PM Olivier Matz wrote: > > The dev->device.numa_node field is set by the bus driver for each 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. In v22

Re: [PATCH] doc: announce behavior change for device NUMA node field

2022-07-14 Thread Jerin Jacob
On Thu, Jul 14, 2022 at 3:40 PM Bruce Richardson wrote: > > On Wed, Jul 13, 2022 at 05:50:43PM +0200, Olivier Matz wrote: > > The dev->device.numa_node field is set by the bus driver for each device > > it manages to indicate on which NUMA node this device lies. > > > > When this information is un

Re: [PATCH] doc: announce behavior change for device NUMA node field

2022-07-14 Thread Bruce Richardson
On Wed, Jul 13, 2022 at 05:50:43PM +0200, Olivier Matz wrote: > The dev->device.numa_node field is set by the bus driver for each 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] doc: announce behavior change for device NUMA node field

2022-07-13 Thread Olivier Matz
The dev->device.numa_node field is set by the bus driver for each 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. In v22.11, the value will be set to -1 in this case. Link: https://p