crypto/dpaa_sec: support non-HMAC auth algos
[dpdk.git] / doc / guides / rel_notes / release_21_11.rst
index e7ad50b..6c311ab 100644 (file)
@@ -73,6 +73,10 @@ New Features
 
   * Added event crypto adapter OP_FORWARD mode support.
 
+* **Updated NXP dpaa_sec crypto PMD.**
+
+  * Added DES-CBC and non-HMAC algo support.
+
 
 Removed Items
 -------------
@@ -106,6 +110,10 @@ API Changes
   rte_cryptodev_is_valid_dev as it can be used by the application as
   well as PMD to check whether the device is valid or not.
 
+* cryptodev: The rte_cryptodev_pmd.* files are renamed as cryptodev_pmd.*
+  as it is for drivers only and should be private to DPDK, and not
+  installed for app use.
+
 
 ABI Changes
 -----------