doc: fix description of some mlx5 features
authorAsaf Penso <asafp@nvidia.com>
Sun, 16 May 2021 10:56:20 +0000 (10:56 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 19 May 2021 14:20:35 +0000 (16:20 +0200)
The support of the new RTE_FLOW_ITEM_TYPE_INTEGRITY
was added in the release notes 21.02 by mistake.

The support of the Sub-Function representors was missing
in the release notes and the mlx5 guide.

Fixes: 79f8952783d0 ("net/mlx5: support integrity flow item")
Fixes: cb95feefdd03 ("net/mlx5: support sub-function representor")

Signed-off-by: Asaf Penso <asafp@nvidia.com>
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
doc/guides/nics/mlx5.rst
doc/guides/rel_notes/release_21_02.rst
doc/guides/rel_notes/release_21_05.rst

index 7d41cac..220c6e5 100644 (file)
@@ -109,6 +109,7 @@ Features
 - Flow metering, including meter policy API.
 - Flow integrity offload API.
 - Connection tracking.
+- Sub-Function representors.
 
 Limitations
 -----------
@@ -1437,9 +1438,10 @@ the DPDK application.
 
         echo switchdev > /sys/class/net/<net device>/compat/devlink/mode
 
-SubFunction representor support
--------------------------------
-SubFunction is a portion of the PCI device, a SF netdev has its own
+Sub-Function representor
+------------------------
+
+Sub-Function is a portion of the PCI device, a SF netdev has its own
 dedicated queues(txq, rxq). A SF netdev supports E-Switch representation
 offload similar to existing PF and VF representors. A SF shares PCI
 level resources with other SFs and/or with its parent PCI function.
index ce27879..1813fe7 100644 (file)
@@ -138,7 +138,6 @@ New Features
     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.
-  * Added support for flow integrity item.
 
 * **Updated the Pensando ionic driver.**
 
index 82e8489..3bae8a4 100644 (file)
@@ -171,6 +171,7 @@ New Features
 
   Updated the Mellanox mlx5 driver with new features and improvements, including:
 
+  * Added support for matching on packet integrity status.
   * Added support for VXLAN and NVGRE encap as sample actions.
   * Added support for flow COUNT action handle.
   * Support push VLAN on ingress traffic and pop VLAN on egress traffic in E-Switch mode.
@@ -179,6 +180,7 @@ New Features
   * Added support for ASO metering by PPS (packet per second).
   * Added support for the monitor policy of Power Management API.
   * Added support for connection tracking.
+  * Added support for Sub-Function representors.
 
 * **Updated NXP DPAA driver.**