examples/performance-thread: mark as experimental
[dpdk.git] / doc / guides / rel_notes / release_2_2.rst
index efa38d3..591f4cc 100644 (file)
@@ -108,6 +108,10 @@ New Features
   Like mlx4, this PMD is only available for Linux and is disabled by default
   due to external dependencies (libibverbs and libmlx5).
 
+* **Added driver for Netronome nfp-6xxx card.**
+
+  Support for using Netronome nfp-6xxx with PCI VFs.
+
 * **Added virtual szedata2 driver for COMBO cards.**
 
   Added virtual PMD for COMBO-100G and COMBO-80G cards.
@@ -125,6 +129,17 @@ New Features
 
 * **Added port hotplug support to xenvirt.**
 
+* **Added ethtool shim and sample application.**
+
+* **Added experimental performance thread example application.**
+
+  The application demonstrates L3 fowarding with different threading
+  models: pthreads, cgroups, or lighweight threads. The example inludes
+  a simple cooperative scheduler.
+
+  Due to its experimental state this application may change without notice.
+  The application is supported only for Linux x86_64.
+
 
 Resolved Issues
 ---------------
@@ -239,6 +254,8 @@ Libraries
 Examples
 ~~~~~~~~
 
+* **l3fwd: Fixed crash with IPv6.**
+
 * **vhost_xen: Fixed compile error.**