Re: [dpdk-dev] [PATCH v2] doc: remove aes-gcm addition of j0 deprecation notice

2020-10-28 Thread Akhil Goyal
> This patch removes information about deprecation of AES-GCM/GMAC > API for IV without J0. > > J0 was added with the following patch: > - cryptodev: add an option to support both iv and J0 for GCM [1] > [1] > (http://patchwork.dpdk.org/patch/52886/) > > Signed-off-by: Arek Kusztal > --- Fixes:

[dpdk-dev] [PATCH v2] doc: remove aes-gcm addition of j0 deprecation notice

2020-10-13 Thread Arek Kusztal
This patch removes information about deprecation of AES-GCM/GMAC API for IV without J0. J0 was added with the following patch: - cryptodev: add an option to support both iv and J0 for GCM [1] [1] (http://patchwork.dpdk.org/patch/52886/) Signed-off-by: Arek Kusztal --- v2: - added reference to th