numam-dpdk/drivers/bus/vmbus
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
..
linux drivers/bus: set device NUMA node to unknown by default 2022-10-06 21:26:55 +02:00
bus_vmbus_driver.h dev: hide driver object 2022-09-23 16:14:34 +02:00
meson.build bus/vmbus: make driver-only headers private 2022-09-23 16:14:34 +02:00
private.h bus: hide bus object 2022-09-23 16:14:34 +02:00
rte_bus_vmbus.h bus/vmbus: make driver-only headers private 2022-09-23 16:14:34 +02:00
rte_vmbus_reg.h replace zero-length arrays with flexible ones 2022-06-07 16:44:21 +02:00
version.map bus/vmbus: make driver-only headers private 2022-09-23 16:14:34 +02:00
vmbus_bufring.c bus/vmbus: make driver-only headers private 2022-09-23 16:14:34 +02:00
vmbus_channel.c bus/vmbus: make driver-only headers private 2022-09-23 16:14:34 +02:00
vmbus_common_uio.c bus/vmbus: make driver-only headers private 2022-09-23 16:14:34 +02:00
vmbus_common.c drivers/bus: set device NUMA node to unknown by default 2022-10-06 21:26:55 +02:00