Re: [PATCH] cryptodev: add algo enums to string conversion APIs

2022-12-14 Thread Zhang, Fan
On 12/12/2022 3:10 PM, Akhil Goyal wrote: 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 AP

RE: [PATCH] cryptodev: add algo enums to string conversion APIs

2022-12-13 Thread Power, Ciara
feng.w...@arm.com; > ano...@marvell.com; Nicolau, Radu ; > vfia...@marvell.com; ktray...@redhat.com; david.march...@redhat.com; > tho...@monjalon.net; Akhil Goyal > Subject: [PATCH] cryptodev: add algo enums to string conversion APIs > > Symmetric/Asymmetric algorithm strings are

RE: [PATCH] cryptodev: add algo enums to string conversion APIs

2022-12-12 Thread Anoob Joseph
> > 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

RE: [PATCH] cryptodev: add algo enums to string conversion APIs

2022-12-12 Thread Ruifeng Wang
p.com; > Ruifeng Wang ; ano...@marvell.com; > radu.nico...@intel.com; > vfia...@marvell.com; ktray...@redhat.com; david.march...@redhat.com; > tho...@monjalon.net; > Akhil Goyal > Subject: [PATCH] cryptodev: add algo enums to string conversion APIs > > Symmetric/Asymmetric

[PATCH] cryptodev: add algo enums to string conversion APIs

2022-12-12 Thread Akhil Goyal
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 strin