summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSuanming Mou <suanmingm@nvidia.com>2023-10-30 10:28:27 +0800
committerRaslan Darawsheh <rasland@nvidia.com>2023-10-31 12:59:49 +0100
commit92e75680dcf71b5c8f5a1f6738699d650b0cd3bc (patch)
tree60cc334c09fd86c45f5abdd41f62b4e41ed649bf /doc
parent3dce73a2fd905b3fe8da1536c1660e8261a1c69d (diff)
net/mlx5: add representor destination to flow mirror
In order to clone the traffic from FDB to NIC TIR, user can set port representor action as mirror clone destination. In that case cloned traffic will be moved to E-Switch manager root table, and goes to software TIR. This commit adds the port representor support to mirror action. Signed-off-by: Suanming Mou <suanmingm@nvidia.com> Acked-by: Ori Kam <orika@nvidia.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/guides/rel_notes/release_23_11.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guides/rel_notes/release_23_11.rst b/doc/guides/rel_notes/release_23_11.rst
index 26a63e773a..828655a496 100644
--- a/doc/guides/rel_notes/release_23_11.rst
+++ b/doc/guides/rel_notes/release_23_11.rst
@@ -180,7 +180,7 @@ New Features
* Added support for Network Service Header (NSH) flow matching.
* Added support for ``RTE_FLOW_ITEM_TYPE_PTYPE`` flow item.
- * Added support for ``RTE_FLOW_ACTION_TYPE_PORT_REPRESENTOR`` flow action.
+ * Added support for ``RTE_FLOW_ACTION_TYPE_PORT_REPRESENTOR`` flow action and mirror.
* Added support for ``RTE_FLOW_ACTION_TYPE_INDIRECT_LIST`` flow action.
* **Updated Solarflare net driver.**