numam-dpdk/drivers/bus/vmbus
Thomas Monjalon 6844d146ff eal: add bus pointer in device structure
When a device is added with a devargs (hotplug or whitelist),
the bus pointer can be retrieved via its devargs.
But there is no such devargs.bus in case of standard scan.

A pointer to the rte_bus handle is added to rte_device.
When a device is allocated (during a scan),
the pointer to its bus is assigned.

It will make possible to remove a rte_device,
using the function pointer from its bus.

The function rte_bus_find_by_device() becomes useless,
and may be removed later.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Gaetan Rivet <gaetan.rivet@6wind.com>
Reviewed-by: Stephen Hemminger <stephen@networkplumber.org>
2018-10-11 14:09:24 +02:00
..
linux eal: add bus pointer in device structure 2018-10-11 14:09:24 +02:00
Makefile eal: add bus pointer in device structure 2018-10-11 14:09:24 +02:00
meson.build eal: add bus pointer in device structure 2018-10-11 14:09:24 +02:00
private.h eal: add bus pointer in device structure 2018-10-11 14:09:24 +02:00
rte_bus_vmbus_version.map bus/vmbus: add host latency tuning function 2018-08-28 15:27:39 +02:00
rte_bus_vmbus.h bus/vmbus: add host latency tuning function 2018-08-28 15:27:39 +02:00
rte_vmbus_reg.h bus/vmbus: add Hyper-V virtual bus support 2018-07-13 23:48:07 +02:00
vmbus_bufring.c bus/vmbus: avoid signalling host on read 2018-08-05 11:03:18 +02:00
vmbus_channel.c bus/vmbus: add host latency tuning function 2018-08-28 15:27:39 +02:00
vmbus_common_uio.c bus/vmbus: add Hyper-V virtual bus support 2018-07-13 23:48:07 +02:00
vmbus_common.c bus/vmbus: add devargs support 2018-09-14 20:08:41 +02:00