* [PATCH] doc: clarify mirroring limitations in mlx5 guide
@ 2023-11-07 15:10 Jiawei Wang
2023-11-27 11:08 ` Thomas Monjalon
0 siblings, 1 reply; 2+ messages in thread
From: Jiawei Wang @ 2023-11-07 15:10 UTC (permalink / raw)
To: suanmingm, viacheslavo, thomas, Matan Azrad, Ori Kam; +Cc: dev, rasland
Update the description of flow mirroring to make clear
what are the limitations of the mlx5 driver.
Signed-off-by: Jiawei Wang <jiaweiw@nvidia.com>
Acked-by: Thomas Monjalon <thomas@monjalon.net>
---
doc/guides/nics/mlx5.rst | 22 +++++++++++++---------
1 file changed, 13 insertions(+), 9 deletions(-)
diff --git a/doc/guides/nics/mlx5.rst b/doc/guides/nics/mlx5.rst
index 45379960f0..b2ac7c5097 100644
--- a/doc/guides/nics/mlx5.rst
+++ b/doc/guides/nics/mlx5.rst
@@ -537,19 +537,23 @@ Limitations
- Supports ``RTE_FLOW_ACTION_TYPE_SAMPLE`` action only within NIC Rx and
E-Switch steering domain.
- - For E-Switch Sampling flow with sample ratio > 1, additional actions are not
- supported in the sample actions list.
+ - In E-Switch steering domain, for sampling with sample ratio > 1 in a transfer rule,
+ additional actions are not supported in the sample actions list.
- For ConnectX-5, the ``RTE_FLOW_ACTION_TYPE_SAMPLE`` is typically used as
first action in the E-Switch egress flow if with header modify or
encapsulation actions.
- - For NIC Rx flow, supports ``MARK``, ``COUNT``, ``QUEUE``, ``RSS`` in the
+ - For NIC Rx flow, supports only ``MARK``, ``COUNT``, ``QUEUE``, ``RSS`` in the
sample actions list.
- - For E-Switch mirroring flow, supports ``RAW_ENCAP``, ``PORT_ID``,
- ``VXLAN_ENCAP``, ``NVGRE_ENCAP`` in the sample actions list.
- - For E-Switch mirroring flow with sample ratio = 1, the ``ENCAP`` action
- supports uplink port only.
- - For E-Switch mirroring flow with sample ratio = 1, the ``PORT`` and ``JUMP`` actions
- are not supported without presented ``ENCAP`` action in the sample actions list.
+ - In E-Switch steering domain, for mirroring with sample ratio = 1 in a transfer rule,
+ supports only ``RAW_ENCAP``, ``PORT_ID``, ``REPRESENTED_PORT``, ``VXLAN_ENCAP``, ``NVGRE_ENCAP``
+ in the sample actions list.
+ - In E-Switch steering domain, for mirroring with sample ratio = 1 in a transfer rule,
+ the encapsulation actions (``RAW_ENCAP`` or ``VXLAN_ENCAP`` or ``NVGRE_ENCAP``)
+ support for uplink port only.
+ - In E-Switch steering domain, for mirroring with sample ratio = 1 in a transfer rule,
+ the port actions (``PORT_ID`` or ``REPRESENTED_PORT``) with uplink port and ``JUMP`` action
+ are not supported without the encapsulation actions (``RAW_ENCAP`` or ``VXLAN_ENCAP`` or ``NVGRE_ENCAP``)
+ in the sample actions list.
- For ConnectX-5 trusted device, the application metadata with SET_TAG index 0
is not supported before ``RTE_FLOW_ACTION_TYPE_SAMPLE`` action.
--
2.18.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] doc: clarify mirroring limitations in mlx5 guide
2023-11-07 15:10 [PATCH] doc: clarify mirroring limitations in mlx5 guide Jiawei Wang
@ 2023-11-27 11:08 ` Thomas Monjalon
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2023-11-27 11:08 UTC (permalink / raw)
To: Jiawei Wang; +Cc: suanmingm, viacheslavo, Matan Azrad, Ori Kam, dev, rasland
07/11/2023 16:10, Jiawei Wang:
> Update the description of flow mirroring to make clear
> what are the limitations of the mlx5 driver.
>
> Signed-off-by: Jiawei Wang <jiaweiw@nvidia.com>
> Acked-by: Thomas Monjalon <thomas@monjalon.net>
Applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-11-27 11:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-07 15:10 [PATCH] doc: clarify mirroring limitations in mlx5 guide Jiawei Wang
2023-11-27 11:08 ` Thomas Monjalon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).