cryptodev: remove AAD from authentication structure
[dpdk.git] / doc / guides / rel_notes / release_17_08.rst
index f341171..d689af7 100644 (file)
@@ -95,6 +95,7 @@ New Features
   * 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.**
@@ -210,6 +211,7 @@ ABI Changes
   * 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