doc: sort features in release notes
authorThomas Monjalon <thomas@monjalon.net>
Thu, 6 Aug 2020 23:34:36 +0000 (01:34 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 6 Aug 2020 23:34:36 +0000 (01:34 +0200)
The features in release notes are easier to read if sorted.

Move vDPA near vhost features.
Move ethdev features of Marvell and Mellanox in alphabetical ordering.

Fix small indent issues at the same time.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
doc/guides/rel_notes/release_20_08.rst

index 70633df..98dd482 100644 (file)
@@ -96,6 +96,18 @@ New Features
   * Async device channel register/unregister APIs
   * Async packets enqueue/completion APIs (only split ring was implemented)
 
+* **Added vDPA device APIs to query virtio queue statistics.**
+
+  A new 3 APIs has been added to query virtio queue statistics, to get their
+  names and to reset them by a vDPA device.
+
+* **Updated Mellanox mlx5 vDPA driver.**
+
+  Updated Mellanox mlx5 vDPA driver with new features, including:
+
+  * Added support for virtio queue statistics.
+  * Added support for MTU update.
+
 * **Added eCPRI protocol support in rte_flow.**
 
   The ``ECPRI`` item has been added to support eCPRI packet offloading for
@@ -103,9 +115,9 @@ New Features
 
 * **Introduced send packet scheduling on the timestamps.**
 
-   Added the new mbuf dynamic field and flag to provide timestamp on what packet
-   transmitting can be synchronized. The device Tx offload flag is added to
-   indicate the PMD supports send scheduling.
+  Added the new mbuf dynamic field and flag to provide timestamp on what packet
+  transmitting can be synchronized. The device Tx offload flag is added to
+  indicate the PMD supports send scheduling.
 
 * **Updated PCAP driver.**
 
@@ -140,31 +152,6 @@ New Features
   * Added support for LRO.
   * Added support for setting VF PVID by PF driver.
 
-* **Updated Mellanox mlx5 net driver and common layer.**
-
-  Updated Mellanox mlx5 driver with new features and improvements, including:
-
-  * Added mlx5 PCI layer to share a PCI device among multiple PMDs.
-  * Added support for eCPRI protocol offloading.
-  * Added devargs options ``reclaim_mem_mode``, ``sys_mem_en``,
-    ``lacp_by_user`` and ``decap_en``.
-
-* **Added vDPA device APIs to query virtio queue statistics.**
-
-     A new 3 APIs has been added to query virtio queue statistics, to get their
-     names and to reset them by a vDPA device.
-
-* **Updated Mellanox mlx5 vDPA driver.**
-
-  Updated Mellanox mlx5 vDPA driver with new features, including:
-
-  * Added support for virtio queue statistics.
-  * Added support for MTU update.
-
-* **Updated Marvell octeontx2 ethdev PMD.**
-
-  Updated Marvell octeontx2 driver with cn98xx support.
-
 * **Updated the Intel ice driver.**
 
   Updated the Intel ice driver with new features and improvements, including:
@@ -197,6 +184,19 @@ New Features
 
   * Re-implemented get_fdir_info and get_fdir_stat in private API.
 
+* **Updated Marvell octeontx2 ethdev PMD.**
+
+  Updated Marvell octeontx2 driver with cn98xx support.
+
+* **Updated Mellanox mlx5 net driver and common layer.**
+
+  Updated Mellanox mlx5 driver with new features and improvements, including:
+
+  * Added mlx5 PCI layer to share a PCI device among multiple PMDs.
+  * Added support for eCPRI protocol offloading.
+  * Added devargs options ``reclaim_mem_mode``, ``sys_mem_en``,
+    ``lacp_by_user`` and ``decap_en``.
+
 * **Updated NXP dpaa ethdev PMD.**
 
   Updated the NXP dpaa ethdev with new features and improvements, including: