Re: [dpdk-dev] [PATCH v3 4/7] cryptodev: add PMD device probe finish API

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 4/7] cryptodev: add PMD device probe finish API

2021-10-18 Thread Akhil Goyal
Added a rte_cryptodev_pmd_probing_finish API which need to be called by the PMD after the device is initialized completely. This will set the fast path function pointers in the flat array for secondary process. For primary process, these are set in rte_cryptodev_start. Signed-off-by: Akhil Goyal