crypto/aesni_gcm: migrate from MB library to ISA-L
[dpdk.git] / doc / guides / rel_notes / release_17_02.rst
index c621c07..fcb8add 100644 (file)
@@ -153,6 +153,25 @@ New Features
   The QAT PMD was updated with additional support for:
 
   * DES algorithm.
+  * Scatter-gather list (SGL) support.
+
+* **Updated the AESNI MB PMD.**
+
+  * The Intel(R) Multi Buffer Crypto for IPsec library used in
+    AESNI MB PMD has been moved to a new repository, in GitHub.
+  * Support for single operations (cipher only and authentication only).
+
+* **Updated the AES-NI GCM PMD.**
+
+  The AES-NI GCM PMD was migrated from MB library to ISA-L library.
+  The migration entailed the following additional support for:
+
+  * GMAC algorithm.
+  * 256-bit cipher key.
+  * Session-less mode.
+  * Out-of place processing
+  * Scatter-gatter support for chained mbufs (only out-of place and destination
+    mbuf must be contiguous)
 
 * **Added Elastic Flow Distributor library (rte_efd).**