Re: [dpdk-dev] [PATCH 4/8] cryptodev: use new API for datapath functions
From: Zhang, Roy Fan <hidden>
Date: 2021-09-13 14:20:43
From: Zhang, Roy Fan <hidden>
Date: 2021-09-13 14:20:43
-----Original Message----- From: Akhil Goyal <redacted> Sent: Sunday, August 29, 2021 1:52 PM To: dev@dpdk.org Cc: anoobj@marvell.com; Nicolau, Radu <redacted>; Doherty, Declan [off-list ref]; hemant.agrawal@nxp.com; matan@nvidia.com; Ananyev, Konstantin [off-list ref]; thomas@monjalon.net; Zhang, Roy Fan [off-list ref]; asomalap@amd.com; ruifeng.wang@arm.com; ajit.khaparde@broadcom.com; De Lara Guarch, Pablo [off-list ref]; Trahe, Fiona [off-list ref]; adwivedi@marvell.com; michaelsh@marvell.com; rnagadheeraj@marvell.com; jianjay.zhou@huawei.com; jerinj@marvell.com; Akhil Goyal [off-list ref] 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 <redacted>
Tested-by: Rebecca Troy <redacted> Acked-by: Fan Zhang <redacted>