timer: clarify error if subsystem already initialized
[dpdk.git] / doc / guides / rel_notes / release_21_05.rst
index 525f62a..6f5858c 100644 (file)
@@ -69,6 +69,11 @@ New Features
 
   Updated Arkville net driver with new features and improvements, including:
 
+  * Generalized passing meta data between PMD and FPGA, allowing up to 20
+    bytes of user specified information in RX and TX paths.
+
+  * Updated dynamic PMD extensions API using standardized names.
+
   * Added support for new Atomic Rules PCI device IDs ``0x100f, 0x1010, 0x1017,
     0x1018, 0x1019``.
 
@@ -81,6 +86,16 @@ New Features
   * Added support for module EEPROM dumping.
   * Added support for freeing Tx mbuf on demand.
   * Added support for copper port in Kunpeng930.
+  * Added support for runtime config to select IO burst function.
+  * Added support for outer UDP checksum in Kunpeng930.
+  * Added support for query Tx descriptor status.
+  * Added support for query Rx descriptor status.
+
+* **Updated Intel iavf driver.**
+
+  Updated the Intel iavf driver with new features and improvements, including:
+
+  * Added flow filter to support GTPU inner L3/L4 fields matching.
 
 * **Updated NXP DPAA driver.**
 
@@ -96,11 +111,18 @@ New Features
 * **Updated Wangxun txgbe driver.**
 
   * Added support for txgbevf PMD.
+  * Support device arguments to handle AN training for backplane NICs.
+
+* **Enabled vmxnet3 PMD on Windows.**
 
 * **Updated the AF_XDP driver.**
 
   * 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.
@@ -141,6 +163,9 @@ API Changes
   from ``rte_thread_tls_*`` to ``rte_thread_*`` to avoid naming redundancy
   and confusion with the transport layer security term.
 
+* pci: The value ``PCI_ANY_ID`` is marked as deprecated
+  and can be replaced with ``RTE_PCI_ANY_ID``.
+
 
 ABI Changes
 -----------