Re: [dpdk-dev] [PATCH v3 5/7] drivers/crypto: invoke probing finish function

2021-10-20 Thread Matan Azrad
HI From: Akhil Goyal > Invoke event_dev_probing_finish() function at the end of probing, this > function sets the function pointers in the fp_ops flat array in case of > secondary process. > For primary process, fp_ops is updated in rte_cryptodev_start(). > > Signed-off-by: Akhil Goyal Acked-by

Re: [dpdk-dev] [PATCH v3 5/7] drivers/crypto: invoke probing finish function

2021-10-19 Thread Zhang, Roy Fan
> -Original Message- > From: Akhil Goyal > Sent: Monday, October 18, 2021 3:42 PM > To: dev@dpdk.org > Cc: tho...@monjalon.net; david.march...@redhat.com; > hemant.agra...@nxp.com; ano...@marvell.com; De Lara Guarch, Pablo > ; Trahe, Fiona ; > Doherty, Declan ; ma...@nvidia.com; > g.si...@

[dpdk-dev] [PATCH v3 5/7] drivers/crypto: invoke probing finish function

2021-10-18 Thread Akhil Goyal
Invoke event_dev_probing_finish() function at the end of probing, this function sets the function pointers in the fp_ops flat array in case of secondary process. For primary process, fp_ops is updated in rte_cryptodev_start(). Signed-off-by: Akhil Goyal --- drivers/crypto/armv8/rte_armv8_pmd.c