]> git.droids-corp.org - dpdk.git/blobdiff - doc/guides/rel_notes/release_16_07.rst
examples/ip_pipeline: support RSS
[dpdk.git] / doc / guides / rel_notes / release_16_07.rst
index 565055ef7ab04c4cc44e9bbca067c37d52eb0aab..4919b04b4fa299b0e1177372e2deace683a0b1b4 100644 (file)
@@ -47,11 +47,23 @@ New Features
   * Dropped specific Xen Dom0 code.
   * Dropped specific anonymous mempool code in testpmd.
 
+* **Added AES-CTR support to AESNI MB PMD.**
+
+  Now AESNI MB PMD supports 128/192/256-bit counter mode AES encryption and
+  decryption.
+
 * **Added support of AES counter mode for Intel QuickAssist devices.**
 
   Enabled support for the AES CTR algorithm for Intel QuickAssist devices.
   Provided support for algorithm-chaining operations.
 
+* **Improved IP Pipeline Application.**
+
+  The following features have been added to ip_pipeline application:
+
+  * Enable RSS per network interface through the configuration file.
+  * Streamline the CLI code.
+
 
 Resolved Issues
 ---------------