Re: [dpdk-dev] [PATCH v2 4/5] cryptodev: update fast path APIs to use new flat array

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 4/5] cryptodev: update fast path APIs to use new flat array

2021-10-11 Thread Akhil Goyal
Rework fast-path cryptodev functions to use rte_crypto_fp_ops[]. While it is an API/ABI breakage, this change is intended to be transparent for both users (no changes in user app is required) and PMD developers (no changes in PMD is required). Signed-off-by: Akhil Goyal --- lib/cryptodev/rte_cry