Re: [dpdk-dev] [PATCH v8 00/14] bus attach/detach API and hotplug rework

2017-07-03 Thread Thomas Monjalon
> Gaetan Rivet (1): > pci: implement hotplug bus operation > > Jan Blunck (13): > bus: add bus iterator to find a bus > bus: add find_device bus operation > vdev: implement find_device bus operation > pci: implement find_device bus operation > bus/fslmc: implement find_device bus opera

[dpdk-dev] [PATCH v8 00/14] bus attach/detach API and hotplug rework

2017-06-30 Thread Jan Blunck
-- v7 * Revert removal of RTE_VERIFY on find_device operation since a bus that isn't able to even iterate its devices is pointless * Revert plug() changes that have been introduced in v3: int (*rte_bus_plug_t)(struct rte_device *dev, const char *devargs); * Revert pointless reordering of sta