[dpdk-dev] [PATCH v2 1/2] crypto/ccp: sha3 support enabling in ccp
Thomas Monjalon
thomas at monjalon.net
Wed Feb 5 23:22:17 CET 2020
05/02/2020 13:24, Akhil Goyal:
> > For series,
> > Acked-by: Ravi Kumar <ravi1.kumar at amd.com>
> >
> > >
> > >From: Sardar Shamsher Singh <Shamshersingh.Sardar at amd.com>
> > >
> > >sha3 support enabled in AMD-CCP crypto controller
> > >
> > >Signed-off-by: Sardar Shamsher Singh <Shamshersingh.Sardar at amd.com>
> > >---
> Change patch title and description as below
> cryptodev: fix missing SHA3 algo strings
>
> SHA3 support was added earlier but algo strings were
> missing. This patch add the missing strings.
>
> Fixes: 1df800f89518 ("crypto/ccp: support SHA3 family")
> Cc: stable at dpdk.org
>
> Signed-off-by: Sardar Shamsher Singh <Shamshersingh.Sardar at amd.com>
> Acked-by: Ravi Kumar <ravi1.kumar at amd.com>
> Acked-by: Akhil Goyal <akhil.goyal at nxp.com>
>
> Applied to dpdk-next-crypto
Sorry I must drop this patch because it triggers an ABI warning:
[C]'const char* rte_crypto_auth_algorithm_strings[]' was changed at rte_crypto_sym.h:320:1:
size of symbol changed from 168 to 232
I don't understand how the size of this array can impact the application,
but I prefer to stay on the safe side for now.
Please let's discuss this patch in 20.02-rc3 timeframe.
More information about the dev
mailing list