[2/2] doc: group mlx5 shared actions

Message ID 365ccaca0cbe47630241cb07ae483bc9c66ac0c2.1612266977.git.jackmin@nvidia.com (mailing list archive)
State Accepted, archived
Delegated to: Ferruh Yigit
Headers
Series doc update for rte flow shared action |

Checks

Context Check Description
ci/checkpatch warning coding style issues
ci/Intel-compilation success Compilation OK
ci/intel-Testing success Testing PASS

Commit Message

Jack Min Feb. 2, 2021, 12:23 p.m. UTC
  Put all supported shared actions in one new table

Signed-off-by: Xiaoyu Min <jackmin@nvidia.com>
---
 doc/guides/nics/mlx5.rst | 30 +++++++++++++++++++++---------
 1 file changed, 21 insertions(+), 9 deletions(-)
  

Comments

Asaf Penso Feb. 3, 2021, 9:02 a.m. UTC | #1
Hi Jack,

Regards,
Asaf Penso

>-----Original Message-----
>From: dev <dev-bounces@dpdk.org> On Behalf Of Jack Min
>Sent: Tuesday, February 2, 2021 2:24 PM
>To: Matan Azrad <matan@nvidia.com>; Shahaf Shuler
><shahafs@nvidia.com>; Slava Ovsiienko <viacheslavo@nvidia.com>
>Cc: dev@dpdk.org
>Subject: [dpdk-dev] [PATCH 2/2] doc: group mlx5 shared actions
>
>Put all supported shared actions in one new table
>
>Signed-off-by: Xiaoyu Min <jackmin@nvidia.com>
>---
> doc/guides/nics/mlx5.rst | 30 +++++++++++++++++++++---------
> 1 file changed, 21 insertions(+), 9 deletions(-)
>
>diff --git a/doc/guides/nics/mlx5.rst b/doc/guides/nics/mlx5.rst index
>e99fea4342..dbd7ae1bb9 100644
>--- a/doc/guides/nics/mlx5.rst
>+++ b/doc/guides/nics/mlx5.rst
>@@ -1497,10 +1497,10 @@ Supported hardware offloads
>    |                       | |               | | rdma-core 23  |
>    |                       | |               | | ConnectX-4    |
>    +-----------------------+-----------------+-----------------+
>-   | RSS shared action     | |               | | DPDK 20.11    |
>-   |                       | |     N/A       | | OFED 5.2      |
>-   |                       | |               | | rdma-core 33  |
>-   |                       | |               | | ConnectX-5    |
>+   | Shared action         | |               | |               |
>+   |                       | | :numref:`sact`| | :numref:`sact`|
>+   |                       | |               | |               |
>+   |                       | |               | |               |
>    +-----------------------+-----------------+-----------------+
>    | | VLAN                | | DPDK 19.11    | | DPDK 19.11    |
>    | | (of_pop_vlan /      | | OFED 4.7-1    | | OFED 4.7-1    |
>@@ -1580,11 +1580,6 @@ Supported hardware offloads
>    |                       | |  rdma-core 32 | | N/A           |
>    |                       | |  ConnectX-5   | | ConnectX-5    |
>    +-----------------------+-----------------+-----------------+
>-   | Age shared action     | |  DPDK 20.11   | | DPDK 20.11    |
>-   |                       | |  OFED 5.2     | | OFED 5.2      |
>-   |                       | |  rdma-core 32 | | rdma-core 32  |
>-   |                       | |  ConnectX-6 Dx| | ConnectX-6 Dx |
>-   +-----------------------+-----------------+-----------------+
>    | Encapsulation         | |  DPDK 21.02   | | DPDK 21.02    |
>    | GTP PSC               | |  OFED 5.2     | | OFED 5.2      |
>    |                       | |  rdma-core 35 | | rdma-core 35  |
>@@ -1601,6 +1596,23 @@ Supported hardware offloads
>    |                       | | ConnectX-5    | | ConnectX-5    |
>    +-----------------------+-----------------+-----------------+
>
>+.. table:: Minimal SW/HW versions for shared action offload
>+   :name: sact
>+
>+   +-----------------------+-----------------+-----------------+
>+   | Shared Action         | with E-Switch   | with NIC        |
>+
>+=======================+=================+================
>=+
>+   | RSS                   | |               | | DPDK 20.11    |
>+   |                       | |     N/A       | | OFED 5.2      |
>+   |                       | |               | | rdma-core 33  |
>+   |                       | |               | | ConnectX-5    |
>+   +-----------------------+-----------------+-----------------+
>+   | Age                   | |  DPDK 20.11   | | DPDK 20.11    |
>+   |                       | |  OFED 5.2     | | OFED 5.2      |
>+   |                       | |  rdma-core 32 | | rdma-core 32  |
>+   |                       | |  ConnectX-6 Dx| | ConnectX-6 Dx |
>+   +-----------------------+-----------------+-----------------+
>+
> Notes for metadata
> ------------------
>
>--
>2.30.0

Reviewed-by: Asaf Penso <asafp@nvidia.com>
  

Patch

diff --git a/doc/guides/nics/mlx5.rst b/doc/guides/nics/mlx5.rst
index e99fea4342..dbd7ae1bb9 100644
--- a/doc/guides/nics/mlx5.rst
+++ b/doc/guides/nics/mlx5.rst
@@ -1497,10 +1497,10 @@  Supported hardware offloads
    |                       | |               | | rdma-core 23  |
    |                       | |               | | ConnectX-4    |
    +-----------------------+-----------------+-----------------+
-   | RSS shared action     | |               | | DPDK 20.11    |
-   |                       | |     N/A       | | OFED 5.2      |
-   |                       | |               | | rdma-core 33  |
-   |                       | |               | | ConnectX-5    |
+   | Shared action         | |               | |               |
+   |                       | | :numref:`sact`| | :numref:`sact`|
+   |                       | |               | |               |
+   |                       | |               | |               |
    +-----------------------+-----------------+-----------------+
    | | VLAN                | | DPDK 19.11    | | DPDK 19.11    |
    | | (of_pop_vlan /      | | OFED 4.7-1    | | OFED 4.7-1    |
@@ -1580,11 +1580,6 @@  Supported hardware offloads
    |                       | |  rdma-core 32 | | N/A           |
    |                       | |  ConnectX-5   | | ConnectX-5    |
    +-----------------------+-----------------+-----------------+
-   | Age shared action     | |  DPDK 20.11   | | DPDK 20.11    |
-   |                       | |  OFED 5.2     | | OFED 5.2      |
-   |                       | |  rdma-core 32 | | rdma-core 32  |
-   |                       | |  ConnectX-6 Dx| | ConnectX-6 Dx |
-   +-----------------------+-----------------+-----------------+
    | Encapsulation         | |  DPDK 21.02   | | DPDK 21.02    |
    | GTP PSC               | |  OFED 5.2     | | OFED 5.2      |
    |                       | |  rdma-core 35 | | rdma-core 35  |
@@ -1601,6 +1596,23 @@  Supported hardware offloads
    |                       | | ConnectX-5    | | ConnectX-5    |
    +-----------------------+-----------------+-----------------+
 
+.. table:: Minimal SW/HW versions for shared action offload
+   :name: sact
+
+   +-----------------------+-----------------+-----------------+
+   | Shared Action         | with E-Switch   | with NIC        |
+   +=======================+=================+=================+
+   | RSS                   | |               | | DPDK 20.11    |
+   |                       | |     N/A       | | OFED 5.2      |
+   |                       | |               | | rdma-core 33  |
+   |                       | |               | | ConnectX-5    |
+   +-----------------------+-----------------+-----------------+
+   | Age                   | |  DPDK 20.11   | | DPDK 20.11    |
+   |                       | |  OFED 5.2     | | OFED 5.2      |
+   |                       | |  rdma-core 32 | | rdma-core 32  |
+   |                       | |  ConnectX-6 Dx| | ConnectX-6 Dx |
+   +-----------------------+-----------------+-----------------+
+
 Notes for metadata
 ------------------