[11/11] doc: update MLX5 supported hardware offloads table

Message ID e76b1e48676c5dd489d204cab23ea79fc64d2dbe.1579703134.git.dekelp@mellanox.com (mailing list archive)
State Accepted, archived
Delegated to: Raslan Darawsheh
Headers
Series net/mlx5: vlan actions validation fixes |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/travis-robot warning Travis build: failed
ci/Intel-compilation success Compilation OK

Commit Message

Dekel Peled Jan. 22, 2020, 2:27 p.m. UTC
  Function of_set_vlan_vid is wrongly listed twice in table
"Supported hardware offloads".

This patch removes the listing of of_set_vlan_vid under
"Header rewrite", and leaves the listing of of_set_vlan_vid
under "VLAN".

Signed-off-by: Dekel Peled <dekelp@mellanox.com>
Acked-by: Ori Kam <orika@mellanox.com>
---
 doc/guides/nics/mlx5.rst | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)
  

Comments

Slava Ovsiienko Jan. 23, 2020, 7:58 a.m. UTC | #1
> -----Original Message-----
> From: Dekel Peled <dekelp@mellanox.com>
> Sent: Wednesday, January 22, 2020 16:27
> To: Matan Azrad <matan@mellanox.com>; Slava Ovsiienko
> <viacheslavo@mellanox.com>
> Cc: Raslan Darawsheh <rasland@mellanox.com>; Ori Kam
> <orika@mellanox.com>; dev@dpdk.org
> Subject: [PATCH 11/11] doc: update MLX5 supported hardware offloads table
> 
> Function of_set_vlan_vid is wrongly listed twice in table "Supported hardware
> offloads".
> 
> This patch removes the listing of of_set_vlan_vid under "Header rewrite", and
> leaves the listing of of_set_vlan_vid under "VLAN".
> 
> Signed-off-by: Dekel Peled <dekelp@mellanox.com>
> Acked-by: Ori Kam <orika@mellanox.com>
Acked-by: Viacheslav Ovsiienko <viacheslavo@mellanox.com>

> ---
>  doc/guides/nics/mlx5.rst | 8 ++------
>  1 file changed, 2 insertions(+), 6 deletions(-)
> 
> diff --git a/doc/guides/nics/mlx5.rst b/doc/guides/nics/mlx5.rst index
> 66997f1..2411fb3 100644
> --- a/doc/guides/nics/mlx5.rst
> +++ b/doc/guides/nics/mlx5.rst
> @@ -1165,10 +1165,6 @@ Supported hardware offloads
>     | | set_ttl /           | |               | |               |
>     | | set_mac_src /       | |               | |               |
>     | | set_mac_dst)        | |               | |               |
> -   | |                     | |               | |               |
> -   | | (of_set_vlan_vid)   | | DPDK 19.11    | | DPDK 19.11    |
> -   |                       | | OFED 4.7-1    | | OFED 4.7-1    |
> -   |                       | | ConnectX-5    | | ConnectX-5    |
>     +-----------------------+-----------------+-----------------+
>     | Jump                  | | DPDK 19.05    | | DPDK 19.02    |
>     |                       | | OFED 4.7-1    | | OFED 4.7-1    |
> @@ -1188,8 +1184,8 @@ Supported hardware offloads
>     | | VLAN                | | DPDK 19.11    | | DPDK 19.11    |
>     | | (of_pop_vlan /      | | OFED 4.7-1    | | OFED 4.7-1    |
>     | | of_push_vlan /      | | ConnectX-5    | | ConnectX-5    |
> -   | | of_set_vlan_pcp /   |                 |                 |
> -   | | of_set_vlan_vid)    |                 |                 |
> +   | | of_set_vlan_pcp /   | |               | |               |
> +   | | of_set_vlan_vid)    | |               | |               |
>     +-----------------------+-----------------+-----------------+
>     | Hairpin               | |               | | DPDK 19.11    |
>     |                       | |     N/A       | | OFED 4.7-3    |
> --
> 1.8.3.1
  

Patch

diff --git a/doc/guides/nics/mlx5.rst b/doc/guides/nics/mlx5.rst
index 66997f1..2411fb3 100644
--- a/doc/guides/nics/mlx5.rst
+++ b/doc/guides/nics/mlx5.rst
@@ -1165,10 +1165,6 @@  Supported hardware offloads
    | | set_ttl /           | |               | |               |
    | | set_mac_src /       | |               | |               |
    | | set_mac_dst)        | |               | |               |
-   | |                     | |               | |               |
-   | | (of_set_vlan_vid)   | | DPDK 19.11    | | DPDK 19.11    |
-   |                       | | OFED 4.7-1    | | OFED 4.7-1    |
-   |                       | | ConnectX-5    | | ConnectX-5    |
    +-----------------------+-----------------+-----------------+
    | Jump                  | | DPDK 19.05    | | DPDK 19.02    |
    |                       | | OFED 4.7-1    | | OFED 4.7-1    |
@@ -1188,8 +1184,8 @@  Supported hardware offloads
    | | VLAN                | | DPDK 19.11    | | DPDK 19.11    |
    | | (of_pop_vlan /      | | OFED 4.7-1    | | OFED 4.7-1    |
    | | of_push_vlan /      | | ConnectX-5    | | ConnectX-5    |
-   | | of_set_vlan_pcp /   |                 |                 |
-   | | of_set_vlan_vid)    |                 |                 |
+   | | of_set_vlan_pcp /   | |               | |               |
+   | | of_set_vlan_vid)    | |               | |               |
    +-----------------------+-----------------+-----------------+
    | Hairpin               | |               | | DPDK 19.11    |
    |                       | |     N/A       | | OFED 4.7-3    |