cryptodev: replace enums with 1-byte variables
[dpdk.git] / doc / guides / rel_notes / release_17_08.rst
index 4e6a8bd..bfcc110 100644 (file)
@@ -96,6 +96,8 @@ New Features
   The crypto operation (``rte_crypto_op``) has been reorganized as follows:
 
   * Added field ``rte_crypto_op_sess_type``.
+  * Enumerations ``rte_crypto_op_status`` and ``rte_crypto_op_type``
+    have been modified to be uint8_t values.
 
 
 Resolved Issues