numam-dpdk/drivers/bus
Olivier Matz 7dcd73e379 drivers/bus: set device NUMA node to unknown by default
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 the NUMA information is unavailable. This change impacts
rte_eth_dev_socket_id() in the same manner.

Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
2022-10-06 21:26:55 +02:00
..
auxiliary drivers/bus: set device NUMA node to unknown by default 2022-10-06 21:26:55 +02:00
dpaa drivers/bus: set device NUMA node to unknown by default 2022-10-06 21:26:55 +02:00
fslmc drivers/bus: set device NUMA node to unknown by default 2022-10-06 21:26:55 +02:00
ifpga bus: hide bus object 2022-09-23 16:14:34 +02:00
pci drivers/bus: set device NUMA node to unknown by default 2022-10-06 21:26:55 +02:00
vdev bus: cleanup devices on shutdown 2022-10-04 21:20:15 +02:00
vmbus drivers/bus: set device NUMA node to unknown by default 2022-10-06 21:26:55 +02:00
meson.build bus/auxiliary: introduce auxiliary bus 2021-07-05 18:11:28 +02:00