crypto/mrvl: add mrvl crypto driver
[dpdk.git] / doc / guides / rel_notes / release_17_11.rst
index d0b2ff6..8db35f5 100644 (file)
@@ -89,6 +89,10 @@ New Features
   * Coalesce writes to HEAD CSR on response processing.
   * Coalesce writes to TAIL CSR on request processing.
 
+  Additional support for:
+
+  * AES CCM algorithm.
+
 * **Updated the AESNI MB PMD.**
 
   The AESNI MB PMD has been updated with additional support for:
@@ -104,6 +108,18 @@ New Features
   The OpenSSL PMD has been updated with additional support for:
 
   * DES CBC algorithm.
+  * AES CCM algorithm.
+
+* **Added NXP DPAA SEC crypto PMD.**
+
+  A new "dpaa_sec" hardware based crypto PMD for NXP DPAA devices has been
+  added. See the "Crypto Device Drivers" document for more details on this
+  driver.
+
+* **Added MRVL crypto PMD.**
+
+  A new crypto PMD has been added, which provides several ciphering and hashing
+  algorithms. All cryptography operations use the MUSDK library crypto API.
 
 * **Add new benchmarking mode to dpdk-test-crypto-perf application.**