Re: [dpdk-dev] [PATCH 8/8] cryptodev: move device specific structures

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 8/8] cryptodev: move device specific structures

2021-08-29 Thread Akhil Goyal
The device specific structures - rte_cryptodev and rte_cryptodev_data are moved to cryptodev_pmd.h to hide it from the applications. Signed-off-by: Akhil Goyal --- lib/cryptodev/cryptodev_pmd.h | 62 lib/cryptodev/rte_cryptodev_core.h | 76 --