X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Frel_notes%2Frelease_17_08.rst;h=d689af74b7aef4799667418aad8e729f174b12d7;hb=4428eda8bb756a487a05a3e6c86da0b2de7227ae;hp=561d46450949e4e5ff49a32467b3399274b63e44;hpb=acf8616901b54af120758360488f72718f651768;p=dpdk.git diff --git a/doc/guides/rel_notes/release_17_08.rst b/doc/guides/rel_notes/release_17_08.rst index 561d464509..d689af74b7 100644 --- a/doc/guides/rel_notes/release_17_08.rst +++ b/doc/guides/rel_notes/release_17_08.rst @@ -93,6 +93,10 @@ New Features * Replaced pointer and physical address of IV with offset from the start of the crypto operation. * Moved length and offset of cipher IV to ``rte_crypto_cipher_xform``. + * Removed Additional Authentication Data (AAD) length. + * Removed digest length. + * Removed AAD pointer and physical address from ``auth`` structure. + * Added ``aead`` structure, containing parameters for AEAD algorithms. * **Reorganized the crypto operation structure.** @@ -104,6 +108,12 @@ New Features * Removed the field ``opaque_data``. * Pointer to ``rte_crypto_sym_op`` has been replaced with a zero length array. +* **Updated cryptodev library.** + + * Added AEAD algorithm specific functions and structures, so it is not + necessary to use a combination of cipher and authentication + structures anymore. + Resolved Issues --------------- @@ -199,6 +209,9 @@ ABI Changes * **Reorganized the ``rte_crypto_sym_auth_xform`` structure.** * Added authentication IV length and offset parameters. + * Changed field size of AAD length from uint32_t to uint16_t. + * Changed field size of digest length from uint32_t to uint16_t. + * Removed AAD length. Shared Library Versions