Re: [dpdk-dev] [PATCH v2 3/5] cryptodev: move inline APIs into separate structure

2021-10-18 Thread Akhil Goyal
> Hi Akhil, > > > 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

Re: [dpdk-dev] [PATCH v2 3/5] cryptodev: move inline APIs into separate structure

2021-10-11 Thread Zhang, Roy Fan
Hi Akhil, > -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;

[dpdk-dev] [PATCH v2 3/5] cryptodev: move inline APIs into separate structure

2021-10-11 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 | 51 +