RE: [EXT] Re: [PATCH] cryptodev: add missing algorithm strings

2022-11-02 Thread Akhil Goyal
> Subject: Re: [EXT] Re: [PATCH] cryptodev: add missing algorithm strings > > On Wed, Nov 2, 2022 at 11:58 AM Akhil Goyal wrote: > > > This is being flagged as an ABI break for 21.11.3 [1]. I don't see it > > > mentioned in the commit message or discussed, is i

Re: [EXT] Re: [PATCH] cryptodev: add missing algorithm strings

2022-11-02 Thread David Marchand
On Wed, Nov 2, 2022 at 11:58 AM Akhil Goyal wrote: > > This is being flagged as an ABI break for 21.11.3 [1]. I don't see it > > mentioned in the commit message or discussed, is it ok for main branch? > > Ok, we can keep it to main only. > But it will be an issue on 21.11. > > > > > Thanks to Ali

RE: [EXT] Re: [PATCH] cryptodev: add missing algorithm strings

2022-11-02 Thread Akhil Goyal
> On 15/09/2022 09:26, Volodymyr Fialko wrote: > > SHA3 family algorithms were missing in the array of algorithm strings. > > > > Fixes: 1df800f89518 ("crypto/ccp: support SHA3 family") > > > > Signed-off-by: Volodymyr Fialko > > --- > > lib/cryptodev/rte_cryptodev.c | 9 + > > 1 file c