> -----Original Message----- > From: Akhil Goyal <gak...@marvell.com> > Sent: Sunday, August 29, 2021 1:52 PM > To: dev@dpdk.org > Cc: ano...@marvell.com; Nicolau, Radu <radu.nico...@intel.com>; Doherty, > Declan <declan.dohe...@intel.com>; hemant.agra...@nxp.com; > ma...@nvidia.com; Ananyev, Konstantin <konstantin.anan...@intel.com>; > tho...@monjalon.net; Zhang, Roy Fan <roy.fan.zh...@intel.com>; > asoma...@amd.com; ruifeng.w...@arm.com; > ajit.khapa...@broadcom.com; De Lara Guarch, Pablo > <pablo.de.lara.gua...@intel.com>; Trahe, Fiona <fiona.tr...@intel.com>; > adwiv...@marvell.com; michae...@marvell.com; > rnagadhee...@marvell.com; jianjay.z...@huawei.com; jer...@marvell.com; > Akhil Goyal <gak...@marvell.com> > Subject: [PATCH 4/8] cryptodev: use new API for datapath functions > > The datapath inline APIs (rte_cryptodev_enqueue_burst/ > rte_cryptodev_dequeue_burst) are updated to use the new > rte_crytodev_api->enqueue_burst/rte_cryptodev_api->dequeue_burst > APIs based on the dev_id > > Signed-off-by: Akhil Goyal <gak...@marvell.com> Tested-by: Rebecca Troy <rebecca.t...@intel.com> Acked-by: Fan Zhang <roy.fan.zh...@intel.com>