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

2018-05-10 Thread Andrew Rybchenko
On 05/10/2018 01:54 PM, Thomas Monjalon wrote: 10/05/2018 12:37, Andrew Rybchenko: On 05/10/2018 01:43 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 - i

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

2018-05-10 Thread Thomas Monjalon
10/05/2018 12:37, Andrew Rybchenko: > On 05/10/2018 01:43 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

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

2018-05-10 Thread Andrew Rybchenko
On 05/10/2018 01:43 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 empt

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

2018-05-09 Thread Thomas Monjalon
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 empty for now. It will be used later to add some post