[v4,7/7] doc: update sample actions support in mlx5 guide

Message ID 20210404094910.95413-8-salems@nvidia.com (mailing list archive)
State Changes Requested, archived
Delegated to: Ferruh Yigit
Headers
Series Add support for VXLAN and NVGRE encap as a sample actions |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK
ci/iol-intel-Performance success Performance Testing PASS
ci/iol-abi-testing success Testing PASS
ci/iol-mellanox-Performance success Performance Testing PASS
ci/iol-testing success Testing PASS
ci/intel-Testing success Testing PASS

Commit Message

Salem Sol April 4, 2021, 9:49 a.m. UTC
  Updates the documentation with the added support for sample actions VXLAN
and NVGRE encap in E-Switch steering flow.

Signed-off-by: Salem Sol <salems@nvidia.com>
---
 doc/guides/nics/mlx5.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Comments

Ferruh Yigit April 6, 2021, 2:45 p.m. UTC | #1
On 4/4/2021 10:49 AM, Salem Sol wrote:
> Updates the documentation with the added support for sample actions VXLAN
> and NVGRE encap in E-Switch steering flow.
> 
> Signed-off-by: Salem Sol <salems@nvidia.com>
> ---
>   doc/guides/nics/mlx5.rst | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/doc/guides/nics/mlx5.rst b/doc/guides/nics/mlx5.rst
> index 96fce36e3c..378b7202d9 100644
> --- a/doc/guides/nics/mlx5.rst
> +++ b/doc/guides/nics/mlx5.rst
> @@ -376,8 +376,8 @@ Limitations
>       encapsulation actions.
>     - For NIC Rx flow, supports ``MARK``, ``COUNT``, ``QUEUE``, ``RSS`` in the
>       sample actions list.
> -  - For E-Switch mirroring flow, supports ``RAW ENCAP``, ``Port ID`` in the
> -    sample actions list.
> +  - For E-Switch mirroring flow, supports ``RAW ENCAP``, ``Port ID``,
> +    ``VXLAN ENCAP``, ``NVGRE ENCAP`` in the sample actions list.
>   
>   - Modify Field flow:
>   
> 

Can you please distribute this mlx5 doc patch to the patches that actually adds 
the support, very similarly like done with the release notes update patch?
  

Patch

diff --git a/doc/guides/nics/mlx5.rst b/doc/guides/nics/mlx5.rst
index 96fce36e3c..378b7202d9 100644
--- a/doc/guides/nics/mlx5.rst
+++ b/doc/guides/nics/mlx5.rst
@@ -376,8 +376,8 @@  Limitations
     encapsulation actions.
   - For NIC Rx flow, supports ``MARK``, ``COUNT``, ``QUEUE``, ``RSS`` in the
     sample actions list.
-  - For E-Switch mirroring flow, supports ``RAW ENCAP``, ``Port ID`` in the
-    sample actions list.
+  - For E-Switch mirroring flow, supports ``RAW ENCAP``, ``Port ID``,
+    ``VXLAN ENCAP``, ``NVGRE ENCAP`` in the sample actions list.
 
 - Modify Field flow: