Re: [dpdk-dev] [PATCH] doc: announce move of aes gmac algorithm to aead

2020-08-05 Thread Kusztal, ArkadiuszX
I will send v2 soon then. -Original Message- From: Akhil Goyal Sent: środa, 5 sierpnia 2020 16:40 To: Kusztal, ArkadiuszX ; dev@dpdk.org Cc: ano...@marvell.com; Doherty, Declan ; Trahe, Fiona ; asoma...@amd.com; rnagadhee...@marvell.com; Hemant Agrawal ; De Lara Guarch, Pablo ; Zhang,

Re: [dpdk-dev] [PATCH] doc: announce move of aes gmac algorithm to aead

2020-08-05 Thread Akhil Goyal
> Subject: RE: [PATCH] doc: announce move of aes gmac algorithm to aead > > > This patch announces removal of RTE_CRYPTO_AUTH_AES_GMAC > > from rte_crypto_auth_algorithm and addition of > > RTE_CRYPTO_AEAD_AES_GMAC > > to rte_crypto_aead_algorithm. > > You should probably explain the reason of th

Re: [dpdk-dev] [PATCH] doc: announce move of aes gmac algorithm to aead

2020-08-05 Thread Akhil Goyal
> This patch announces removal of RTE_CRYPTO_AUTH_AES_GMAC > from rte_crypto_auth_algorithm and addition of > RTE_CRYPTO_AEAD_AES_GMAC > to rte_crypto_aead_algorithm. > > Signed-off-by: Arek Kusztal > --- Acked-by: Akhil Goyal

[dpdk-dev] [PATCH] doc: announce move of aes gmac algorithm to aead

2020-08-05 Thread Arek Kusztal
This patch announces removal of RTE_CRYPTO_AUTH_AES_GMAC from rte_crypto_auth_algorithm and addition of RTE_CRYPTO_AEAD_AES_GMAC to rte_crypto_aead_algorithm. Signed-off-by: Arek Kusztal --- doc/guides/rel_notes/deprecation.rst | 4 1 file changed, 4 insertions(+) diff --git a/doc/guides/r