From: David Marchand Date: Tue, 20 Sep 2016 12:41:24 +0000 (+0530) Subject: eal: add hotplug operations for PCI and vdev X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=e8c528cb92840ea334adf69f08264569710964c5;hp=e8c528cb92840ea334adf69f08264569710964c5;p=dpdk.git eal: add hotplug operations for PCI and vdev Hotplug invocations, which deals with devices, should come from the layer that already handles them, i.e. EAL. For both attach and detach operations, 'name' is used to select the bus that will handle the request. Signed-off-by: David Marchand Signed-off-by: Shreyansh Jain ---