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 set to -1 in
> this case.
>
> Link:
> https://patches.dpdk.org/project/dpdk/patch/[email protected]/
>
> Signed-off-by: Olivier Matz <[email protected]>
Acked-by: Bruce Richardson <[email protected]>
Acked-by: Jerin Jacob <[email protected]>
Acked-by: David Marchand <[email protected]>
Acked-by: Anatoly Burakov <[email protected]>
Applied with a bit of rewording as suggested by Bruce.