[v8,13/13] doc: update offload dependencies document

Message ID 1601187539-112694-14-git-send-email-jiaweiw@nvidia.com (mailing list archive)
State Superseded, archived
Delegated to: Raslan Darawsheh
Headers
Series support the flow-based traffic sampling |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/iol-broadcom-Performance success Performance Testing PASS
ci/Intel-compilation success Compilation OK
ci/iol-intel-Functional success Functional Testing PASS
ci/iol-broadcom-Functional success Functional Testing PASS
ci/iol-testing success Testing PASS
ci/iol-intel-Performance success Performance Testing PASS
ci/iol-mellanox-Performance success Performance Testing PASS
ci/travis-robot success Travis build: passed

Commit Message

Jiawei Wang Sept. 27, 2020, 6:18 a.m. UTC
  Add the offloads minimum versions for new sampling feature.

Signed-off-by: Jiawei Wang <jiaweiw@nvidia.com>
---
 doc/guides/nics/mlx5.rst | 5 +++++
 1 file changed, 5 insertions(+)
  

Comments

Asaf Penso Sept. 27, 2020, 6:30 a.m. UTC | #1
Regards,
Asaf Penso

>-----Original Message-----
>From: Jiawei Wang <jiaweiw@nvidia.com>
>Sent: Sunday, September 27, 2020 9:19 AM
>To: Ori Kam <orika@nvidia.com>; Slava Ovsiienko <viacheslavo@nvidia.com>;
>Matan Azrad <matan@nvidia.com>; NBU-Contact-Thomas Monjalon
><thomas@monjalon.net>; ferruh.yigit@intel.com;
>marko.kovacevic@intel.com; arybchenko@solarflare.com
>Cc: dev@dpdk.org; Raslan Darawsheh <rasland@nvidia.com>;
>ian.stokes@intel.com; fbl@redhat.com; Asaf Penso <asafp@nvidia.com>
>Subject: [PATCH v8 13/13] doc: update offload dependencies document
>
>Add the offloads minimum versions for new sampling feature.
>
>Signed-off-by: Jiawei Wang <jiaweiw@nvidia.com>
Reviewed-by: Asaf Penso <asafp@nvidia.com>

>---
> doc/guides/nics/mlx5.rst | 5 +++++
> 1 file changed, 5 insertions(+)
>
>diff --git a/doc/guides/nics/mlx5.rst b/doc/guides/nics/mlx5.rst index
>c021f37..95f6820 100644
>--- a/doc/guides/nics/mlx5.rst
>+++ b/doc/guides/nics/mlx5.rst
>@@ -1458,6 +1458,11 @@ Supported hardware offloads
>    |                       | |  rdma-core 26 | | rdma-core 26  |
>    |                       | |  ConnectX-5   | | ConnectX-5    |
>    +-----------------------+-----------------+-----------------+
>+   | Sampling              | |  DPDK 20.11   | | DPDK 20.11    |
>+   |                       | |  OFED 5.2     | | OFED 5.2      |
>+   |                       | |  rdma-core 32 | | rdma-core 32  |
>+   |                       | |  ConnectX-5   | | ConnectX-5    |
>+   +-----------------------+-----------------+-----------------+
>
> Notes for metadata
> ------------------
>--
>1.8.3.1
  

Patch

diff --git a/doc/guides/nics/mlx5.rst b/doc/guides/nics/mlx5.rst
index c021f37..95f6820 100644
--- a/doc/guides/nics/mlx5.rst
+++ b/doc/guides/nics/mlx5.rst
@@ -1458,6 +1458,11 @@  Supported hardware offloads
    |                       | |  rdma-core 26 | | rdma-core 26  |
    |                       | |  ConnectX-5   | | ConnectX-5    |
    +-----------------------+-----------------+-----------------+
+   | Sampling              | |  DPDK 20.11   | | DPDK 20.11    |
+   |                       | |  OFED 5.2     | | OFED 5.2      |
+   |                       | |  rdma-core 32 | | rdma-core 32  |
+   |                       | |  ConnectX-5   | | ConnectX-5    |
+   +-----------------------+-----------------+-----------------+
 
 Notes for metadata
 ------------------