Re: [dpdk-dev] [PATCH 4/8] cryptodev: use new API for datapath functions

2021-09-13 Thread Zhang, Roy Fan
> -Original Message- > From: Akhil Goyal > Sent: Sunday, August 29, 2021 1:52 PM > To: dev@dpdk.org > Cc: ano...@marvell.com; Nicolau, Radu ; Doherty, > Declan ; hemant.agra...@nxp.com; > ma...@nvidia.com; Ananyev, Konstantin ; > tho...@monjalon.net; Zhang, Roy Fan ; > asoma...@amd.com; ru

[dpdk-dev] [PATCH 4/8] cryptodev: use new API for datapath functions

2021-08-29 Thread Akhil Goyal
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 --- lib/cryptodev/rte_cryptodev.h | 62 +++--