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/20211026090610.10823-1-houssem.bouh...@6wind.com/ > > Signed-off-by: Olivier Matz <olivier.m...@6wind.com>
Acked-by: Bruce Richardson <bruce.richard...@intel.com> Acked-by: Jerin Jacob <jer...@marvell.com> Acked-by: David Marchand <david.march...@redhat.com> Acked-by: Anatoly Burakov <anatoly.bura...@intel.com> Applied with a bit of rewording as suggested by Bruce.