doc: fix crypto perf script guide
[dpdk.git] / doc / guides / rel_notes / release_21_02.rst
index 9e0f4c9..baf3215 100644 (file)
@@ -92,9 +92,27 @@ New Features
 
   * Added support for 64B completion queue entries
 
+* **Updated Hisilicon hns3 driver.**
+
+  * Added support for traffic management
+
+* **Updated Intel i40e driver.**
+
+  * Added support on Windows.
+
 * **Updated Intel ice driver.**
 
+  Updated the Intel ice driver with new features and improvements, including:
+
   * Added Double VLAN support for DCF switch QinQ filtering.
+  * Added support for UDP dynamic port assignment for eCPRI tunnel in DCF.
+
+* **Updated Intel iavf driver.**
+
+  Updated iavf PMD with new features and improvements, including:
+
+  * Added support for FDIR/RSS packet steering for eCPRI flow.
+  * Added support for FDIR TCP/UDP pattern without input set.
 
 * **Updated Mellanox mlx5 driver.**
 
@@ -103,6 +121,24 @@ New Features
   * Introduced basic support on Windows.
   * Added GTP PDU session container matching and raw encap/decap.
   * Added support for RSS action in the sample sub-actions list.
+  * Added support for E-Switch mirroring and jump action in the same flow.
+  * Added support to handle modify action in correct order regarding the
+    mirroring action on E-Switch.
+  * Enlarged the number of flow priorities to 21844 (0 - 21843) for ingress or
+    egress flow groups greater than 0 and for any transfer flow group.
+  * Added support for the Tx mbuf fast free offload.
+  * Added support for flow modify field action.
+
+* **Updated the Pensando ionic driver.**
+
+  Updated the Pensando ionic driver with new features and improvements, including:
+
+  * Fixed bugs related to link autonegotiation.
+  * Fixed bugs related to port start/stop and queue start/stop.
+  * Added support for probing the supported queue versions. Note that
+    extremely old (pre-1.0) firmware will no longer be usable with the PMD.
+  * Removed unused code.
+  * Reduced device startup time.
 
 * **Updated Wangxun txgbe driver.**
 
@@ -138,6 +174,12 @@ New Features
 
   See the :doc:`../compressdevs/mlx5` for more details.
 
+* **Added python script to run crypto perf tests and graph the results.**
+
+  A new python script has been added to automate running crypto performance
+  tests and output graphed results to PDF files.
+  See the :doc:`../tools/cryptoperf` guide for more details.
+
 * **Added support for build-time checking of header includes.**
 
   A new build option ``check_includes`` has been added, which, when enabled,