Re: [dpdk-dev] [PATCH v2 1/5] cryptodev: separate out internal structures

2021-10-11 Thread Zhang, Roy Fan
> -Original Message- > From: Akhil Goyal > Sent: Monday, October 11, 2021 1:43 PM > To: dev@dpdk.org > Cc: tho...@monjalon.net; david.march...@redhat.com; > hemant.agra...@nxp.com; ano...@marvell.com; De Lara Guarch, Pablo > ; Trahe, Fiona ; > Doherty, Declan ; ma...@nvidia.com; > g.si...@

[dpdk-dev] [PATCH v2 1/5] cryptodev: separate out internal structures

2021-10-11 Thread Akhil Goyal
A new header file rte_cryptodev_core.h is added and all internal data structures which need not be exposed directly to application are moved to this file. These structures are mostly used by drivers, but they need to be in the public header file as they are accessed by datapath inline functions for