doc: remove aes-gcm addition of j0 deprecation notice

Message ID 20201007085528.413-1-arkadiuszx.kusztal@intel.com (mailing list archive)
State Superseded, archived
Delegated to: akhil goyal
Headers
Series doc: remove aes-gcm addition of j0 deprecation notice |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK
ci/travis-robot success Travis build: passed

Commit Message

Arkadiusz Kusztal Oct. 7, 2020, 8:55 a.m. UTC
  This patch removes information about deprecation of AES-GCM/GMAC
API for IV without J0.

Signed-off-by: Arek Kusztal <arkadiuszx.kusztal@intel.com>
---
 doc/guides/rel_notes/deprecation.rst | 6 ------
 1 file changed, 6 deletions(-)
  

Comments

Akhil Goyal Oct. 9, 2020, 7:36 p.m. UTC | #1
Hi Arek,
> This patch removes information about deprecation of AES-GCM/GMAC
> API for IV without J0.
> 
> Signed-off-by: Arek Kusztal <arkadiuszx.kusztal@intel.com>
> ---
>  doc/guides/rel_notes/deprecation.rst | 6 ------
>  1 file changed, 6 deletions(-)
> 
> diff --git a/doc/guides/rel_notes/deprecation.rst
> b/doc/guides/rel_notes/deprecation.rst
> index f9b72acb8..281f38048 100644
> --- a/doc/guides/rel_notes/deprecation.rst
> +++ b/doc/guides/rel_notes/deprecation.rst
> @@ -235,12 +235,6 @@ Deprecation Notices
>    ``RTE_CRYPTO_AUTH_LIST_END`` from ``enum rte_crypto_auth_algorithm``
>    will be removed.
> 
> -* cryptodev: support for using IV with all sizes is added, J0 still can
> -  be used but only when IV length in following structs ``rte_crypto_auth_xform``,
> -  ``rte_crypto_aead_xform`` is set to zero. When IV length is greater or equal
> -  to one it means it represents IV, when is set to zero it means J0 is used
> -  directly, in this case 16 bytes of J0 need to be passed.
> -
Could you please add a reference of the patch which implemented it in the description?

Regards,
Akhil
  

Patch

diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index f9b72acb8..281f38048 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -235,12 +235,6 @@  Deprecation Notices
   ``RTE_CRYPTO_AUTH_LIST_END`` from ``enum rte_crypto_auth_algorithm``
   will be removed.
 
-* cryptodev: support for using IV with all sizes is added, J0 still can
-  be used but only when IV length in following structs ``rte_crypto_auth_xform``,
-  ``rte_crypto_aead_xform`` is set to zero. When IV length is greater or equal
-  to one it means it represents IV, when is set to zero it means J0 is used
-  directly, in this case 16 bytes of J0 need to be passed.
-
 * scheduler: The functions ``rte_cryptodev_scheduler_slave_attach``,
   ``rte_cryptodev_scheduler_slave_detach`` and
   ``rte_cryptodev_scheduler_slaves_get`` will be replaced in 20.11 by