> -----Original Message----- > From: Akhil Goyal <gak...@marvell.com> > 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 > <pablo.de.lara.gua...@intel.com>; Trahe, Fiona <fiona.tr...@intel.com>; > Doherty, Declan <declan.dohe...@intel.com>; ma...@nvidia.com; > g.si...@nxp.com; Zhang, Roy Fan <roy.fan.zh...@intel.com>; > jianjay.z...@huawei.com; asoma...@amd.com; ruifeng.w...@arm.com; > Ananyev, Konstantin <konstantin.anan...@intel.com>; Nicolau, Radu > <radu.nico...@intel.com>; ajit.khapa...@broadcom.com; > rnagadhee...@marvell.com; adwiv...@marvell.com; Power, Ciara > <ciara.po...@intel.com>; Akhil Goyal <gak...@marvell.com> > Subject: [PATCH v3 4/7] cryptodev: add PMD device probe finish API > > 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 <gak...@marvell.com>
Acked-by: Fan Zhang <roy.fan.zh...@intel.com>