Re: [dpdk-dev] [PATCH 05/11] ethdev: add probing finish function

2018-05-10 Thread Thomas Monjalon
10/05/2018 22:18, Stephen Hemminger: > On Wed, 9 May 2018 11:43:31 +0200 > Thomas Monjalon wrote: > > > A new hook function is added and called inside the PMDs at the end > > of the device probing: > > - in primary process, after allocating, init and config > > - in secondary process, af

Re: [dpdk-dev] [PATCH 05/11] ethdev: add probing finish function

2018-05-10 Thread Stephen Hemminger
On Wed, 9 May 2018 11:43:31 +0200 Thomas Monjalon wrote: > A new hook function is added and called inside the PMDs at the end > of the device probing: > - in primary process, after allocating, init and config > - in secondary process, after attaching and local init > > This new func