Re: [dpdk-dev] [PATCH v8 09/14] bus: introduce device plug/unplug functionality

2017-06-30 Thread Jan Blunck
On Fri, Jun 30, 2017 at 8:38 PM, Gaëtan Rivet wrote: > On Fri, Jun 30, 2017 at 08:19:38PM +0200, Jan Blunck wrote: >> This allows the buses to plug and probe specific devices. This is meant to >> be a building block for hotplug support. >> >> Signed-off-by: Jan Blunck >> --- >> lib/librte_eal/co

Re: [dpdk-dev] [PATCH v8 09/14] bus: introduce device plug/unplug functionality

2017-06-30 Thread Gaëtan Rivet
On Fri, Jun 30, 2017 at 08:19:38PM +0200, Jan Blunck wrote: > This allows the buses to plug and probe specific devices. This is meant to > be a building block for hotplug support. > > Signed-off-by: Jan Blunck > --- > lib/librte_eal/common/eal_common_bus.c | 2 ++ > lib/librte_eal/common/inclu

[dpdk-dev] [PATCH v8 09/14] bus: introduce device plug/unplug functionality

2017-06-30 Thread Jan Blunck
This allows the buses to plug and probe specific devices. This is meant to be a building block for hotplug support. Signed-off-by: Jan Blunck --- lib/librte_eal/common/eal_common_bus.c | 2 ++ lib/librte_eal/common/include/rte_bus.h | 32 2 files changed, 34 in