[dpdk-stable] patch 'doc: fix supported feature table in mlx5 guide' has been queued to stable release 20.11.1

luca.boccassi at gmail.com luca.boccassi at gmail.com
Tue Feb 9 11:35:10 CET 2021


Hi,

FYI, your patch has been queued to stable release 20.11.1

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 02/11/21. So please
shout if anyone has objections.

Also note that after the patch there's a diff of the upstream commit vs the
patch applied to the branch. This will indicate if there was any rebasing
needed to apply to the stable branch. If there were code changes for rebasing
(ie: not only metadata diffs), please double check that the rebase was
correctly done.

Queued patches are on a temporary branch at:
https://github.com/bluca/dpdk-stable

This queued commit can be viewed at:
https://github.com/bluca/dpdk-stable/commit/75a734bd996ad630182d7830b0972b0f983c7839

Thanks.

Luca Boccassi

---
>From 75a734bd996ad630182d7830b0972b0f983c7839 Mon Sep 17 00:00:00 2001
From: Viacheslav Ovsiienko <viacheslavo at nvidia.com>
Date: Tue, 2 Feb 2021 16:27:32 +0200
Subject: [PATCH] doc: fix supported feature table in mlx5 guide

[ upstream commit 5f5b0ac90424754575d50d40f3d8a1c80dfe6786 ]

This sets the correct minimal requirements for these features:

- Buffer Split offload is supported/verified on ConnectX-5
- Tx scheduling requires ConnectX-6DX and depends on firmware version

Fixes: cb7b0c24c835 ("doc: update hardware offloads support in mlx5 guide")

Signed-off-by: Viacheslav Ovsiienko <viacheslavo at nvidia.com>
Reviewed-by: Asaf Penso <asafp at nvidia.com>
---
 doc/guides/nics/mlx5.rst | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/guides/nics/mlx5.rst b/doc/guides/nics/mlx5.rst
index d1fb20c52e..715c5b5be7 100644
--- a/doc/guides/nics/mlx5.rst
+++ b/doc/guides/nics/mlx5.rst
@@ -1385,7 +1385,8 @@ Supported hardware offloads
    Rx timestamp   17.11  4.14    16     4.2-1 12.21.1000 ConnectX-4
    TSO            17.11  4.14    16     4.2-1 12.21.1000 ConnectX-4
    LRO            19.08  N/A     N/A    4.6-4 16.25.6406 ConnectX-5
-   Buffer Split   20.11  N/A     N/A    5.1-2 22.28.2006 ConnectX-6 Dx
+   Tx scheduling  20.08  N/A     N/A    5.1-2 22.28.2006 ConnectX-6 Dx
+   Buffer Split   20.11  N/A     N/A    5.1-2 16.28.2006 ConnectX-5
    ============== ===== ===== ========= ===== ========== =============
 
 .. table:: Minimal SW/HW versions for rte_flow offloads
-- 
2.29.2

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2021-02-09 10:34:58.397140665 +0000
+++ 0012-doc-fix-supported-feature-table-in-mlx5-guide.patch	2021-02-09 10:34:57.874583306 +0000
@@ -1 +1 @@
-From 5f5b0ac90424754575d50d40f3d8a1c80dfe6786 Mon Sep 17 00:00:00 2001
+From 75a734bd996ad630182d7830b0972b0f983c7839 Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit 5f5b0ac90424754575d50d40f3d8a1c80dfe6786 ]
+
@@ -12 +13,0 @@
-Cc: stable at dpdk.org
@@ -21 +22 @@
-index 173e6ae5b3..51d81a0206 100644
+index d1fb20c52e..715c5b5be7 100644
@@ -24 +25 @@
-@@ -1478,7 +1478,8 @@ Supported hardware offloads
+@@ -1385,7 +1385,8 @@ Supported hardware offloads


More information about the stable mailing list