Hi Akhil, > -----Original Message----- > From: Akhil Goyal <[email protected]> > Sent: Monday 12 December 2022 15:10 > To: [email protected] > Cc: Power, Ciara <[email protected]>; [email protected]; Ji, Kai > <[email protected]>; De Lara Guarch, Pablo > <[email protected]>; [email protected]; > [email protected]; [email protected]; [email protected]; > [email protected]; Nicolau, Radu <[email protected]>; > [email protected]; [email protected]; [email protected]; > [email protected]; Akhil Goyal <[email protected]> > Subject: [PATCH] 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]> > --- <snip>
Acked-by: Ciara Power <[email protected]>

