> Subject: [PATCH v2] cryptodev: add algo enums to string conversion APIs
>
> Symmetric/Asymmetric algorithm strings are accessed by application
> using arrays in cryptodev lib, which hampers new algorithms addition
> in the array due to ABI breakage.
> These arrays are now deprecated and will be removed in next ABI break
> release.
> New APIs are added for getting the algorithm strings based on enum values.
>
> Signed-off-by: Akhil Goyal <[email protected]>
> Reviewed-by: Ruifeng Wang <[email protected]>
> Acked-by: Anoob Joseph <[email protected]>
> Acked-by: Ciara Power <[email protected]>
> Acked-by: Fan Zhang <[email protected]>
> ---
Applied to dpdk-next-crypto