examples/performance-thread: mark as experimental
[dpdk.git] / doc / guides / rel_notes / release_2_2.rst
index e0724d5..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.
@@ -127,6 +131,15 @@ New Features
 
 * **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
 ---------------