Re: [dpdk-dev] [PATCH v5 00/12] bus: attach / detach API

2017-06-27 Thread Gaƫtan Rivet
On Tue, Jun 27, 2017 at 03:08:17PM +0100, Bruce Richardson wrote: > On Mon, Jun 26, 2017 at 02:21:58AM +0200, Gaetan Rivet wrote: > > Following the work from Jan: > > > > This patchset introduces the attach / detach API to rte_bus. > > The rte_device structure is used as the generic device represe

Re: [dpdk-dev] [PATCH v5 00/12] bus: attach / detach API

2017-06-27 Thread Bruce Richardson
On Mon, Jun 26, 2017 at 02:21:58AM +0200, Gaetan Rivet wrote: > Following the work from Jan: > > This patchset introduces the attach / detach API to rte_bus. > The rte_device structure is used as the generic device representation. > > This API is implemented for the virtual bus. > The functions r