Re: [dpdk-dev] [PATCH v6 8/8] eal: enable hotplugging of devices on bus

2017-01-16 Thread Shreyansh Jain
On Monday 16 January 2017 09:08 PM, Shreyansh Jain wrote: Given a bus, attach and detach callbacks allow the implementation to handles calls from EAL for attaching or detaching a named device. Signed-off-by: Shreyansh Jain --- lib/librte_eal/bsdapp/eal/eal_pci.c | 2 + lib/librte_eal/comm

[dpdk-dev] [PATCH v6 8/8] eal: enable hotplugging of devices on bus

2017-01-16 Thread Shreyansh Jain
Given a bus, attach and detach callbacks allow the implementation to handles calls from EAL for attaching or detaching a named device. Signed-off-by: Shreyansh Jain --- lib/librte_eal/bsdapp/eal/eal_pci.c | 2 + lib/librte_eal/common/eal_common_dev.c | 56 +- lib/librte