net/octeontx2: support flow action port ID
[dpdk.git] / doc / guides / rel_notes / release_21_05.rst
index 326f3f9..f1ccbb5 100644 (file)
@@ -55,6 +55,17 @@ New Features
      Also, make sure to start the actual text at the margin.
      =======================================================
 
+* **Added support for Marvell CN10K SoC drivers.**
+
+  Added Marvell CN10K SoC support. Marvell CN10K SoC are based on Octeon 10
+  family of ARM64 processors with ARM Neoverse N2 core with accelerators for
+  packet processing, timers, cryptography, etc.
+
+  * Added common/cnxk driver consisting of common API to be used by
+    net, crypto and event PMD's.
+  * Added mempool/cnxk driver which provides the support for the integrated
+    mempool device.
+
 * **Enhanced ethdev representor syntax.**
 
   * Introduced representor type of VF, SF and PF.
@@ -90,6 +101,7 @@ New Features
   * Added support for outer UDP checksum in Kunpeng930.
   * Added support for query Tx descriptor status.
   * Added support for query Rx descriptor status.
+  * Added support for IEEE 1588 PTP.
 
 * **Updated Intel iavf driver.**
 
@@ -97,6 +109,20 @@ New Features
 
   * Added flow filter to support GTPU inner L3/L4 fields matching.
 
+* **Updated Intel ice driver.**
+
+  * Added Intel ice support on Windows.
+
+* **Updated Marvell OCTEON TX2 ethdev driver.**
+
+  * Added support for flow action port id.
+
+* **Updated Mellanox mlx5 driver.**
+
+  Updated the Mellanox mlx5 driver with new features and improvements, including:
+
+  * Added support for VXLAN and NVGRE encap as sample actions.
+
 * **Updated NXP DPAA driver.**
 
   * Added support for shared ethernet interface.
@@ -119,6 +145,10 @@ New Features
 
   * Added support for preferred busy polling.
 
+* **Updated Mellanox RegEx PMD.**
+
+  * Added support for multi-segments mbuf.
+
 * **Updated testpmd.**
 
   * Added a command line option to configure forced speed for Ethernet port.