numam-dpdk/drivers/bus/fslmc
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
..
mc bus/fslmc: support MC DPDMAI object 2018-05-08 12:20:53 +02:00
portal bus/fslmc: fix undefined reference of memsegs 2018-08-27 14:14:27 +02:00
qbman bus/fslmc: cleanup unnecessary global variables 2018-07-12 14:41:26 +02:00
fslmc_bus.c eal: add bus pointer in device structure 2018-10-11 14:09:24 +02:00
fslmc_logs.h drivers: support function name in NXP logs 2018-07-12 14:41:28 +02:00
fslmc_vfio.c malloc: enable event callbacks for external memory 2018-10-11 11:56:55 +02:00
fslmc_vfio.h vfio: export some internal functions 2018-04-13 01:06:57 +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
rte_bus_fslmc_version.map bus/fslmc: fix undefined reference of memsegs 2018-08-27 14:14:27 +02:00
rte_fslmc.h remove useless constructor headers 2018-07-12 00:00:35 +02:00