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

2018-05-23 Thread Thomas Monjalon
23/05/2018 12:09, Ferruh Yigit: > On 5/11/2018 12:58 AM, 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

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

2018-05-23 Thread Ferruh Yigit
On 5/11/2018 12:58 AM, 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 function is almost