Re: [dpdk-dev] [PATCH v3 05/14] drivers/event: invoke probing finish function

2021-10-14 Thread Jerin Jacob
On Wed, Oct 6, 2021 at 12:21 PM wrote: > > From: Pavan Nikhilesh > > Invoke event_dev_probing_finish() functions at the end of probing, functions -> function > this function sets the function pointers in the fp_ops flat array. > > Signed-off-by: Pavan Nikhilesh > ---

[dpdk-dev] [PATCH v3 05/14] drivers/event: invoke probing finish function

2021-10-05 Thread pbhagavatula
From: Pavan Nikhilesh Invoke event_dev_probing_finish() functions at the end of probing, this function sets the function pointers in the fp_ops flat array. Signed-off-by: Pavan Nikhilesh --- drivers/event/dpaa/dpaa_eventdev.c | 4 +++- drivers/event/dpaa2/dpaa2_eventdev.c | 4 +++