Re: [dpdk-dev] [PATCH 2/8] cryptodev: move inline APIs into separate structure

2021-09-16 Thread Ananyev, Konstantin
Hi Akhil, Overall, looks good to me. Few comments below. Konstantin > Move fastpath inline function pointers from rte_cryptodev into a > separate structure accessed via a flat array. > The intension is to make rte_cryptodev and related structures private > to avoid future API/ABI breakages. > >

Re: [dpdk-dev] [PATCH 2/8] cryptodev: move inline APIs into separate structure

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 2/8] cryptodev: move inline APIs into separate structure

2021-08-29 Thread Akhil Goyal
Move fastpath inline function pointers from rte_cryptodev into a separate structure accessed via a flat array. The intension is to make rte_cryptodev and related structures private to avoid future API/ABI breakages. Signed-off-by: Akhil Goyal --- lib/cryptodev/cryptodev_pmd.c | 33 +