Re: [dpdk-dev] [PATCH v2 00/11] bus: attach / detach API

2017-06-25 Thread Gaƫtan Rivet
Hi Stephen, On Wed, May 31, 2017 at 08:34:26AM -0700, Stephen Hemminger wrote: > On Wed, 31 May 2017 15:17:45 +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 d

Re: [dpdk-dev] [PATCH v2 00/11] bus: attach / detach API

2017-05-31 Thread Stephen Hemminger
On Wed, 31 May 2017 15:17:45 +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 rte_ea