examples/ip_pipeline: support RSS
[dpdk.git] / doc / guides / rel_notes / release_16_07.rst
index 565055e..4919b04 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
 ---------------