crypto/aesni_gcm: migrate to Multi-buffer library
[dpdk.git] / doc / guides / rel_notes / release_17_08.rst
index 55be2a2..24a2679 100644 (file)
@@ -124,6 +124,14 @@ New Features
 
     * 12-byte IV on AES Counter Mode, apart from the previous 16-byte IV.
 
+* **Updated the AES-NI GCM PMD.**
+
+  The AES-NI GCM PMD was migrated from the ISA-L library to the Multi Buffer
+  library, as the latter library has Scatter Gather List support
+  now. The migration entailed adding additional support for:
+
+  * 192-bit key.
+
 
 Resolved Issues
 ---------------