[dpdk-stable] patch 'doc: fix a typo in mlx5 guide' has been queued to stable release 19.11.4

luca.boccassi at gmail.com luca.boccassi at gmail.com
Fri Jul 24 13:59:35 CEST 2020


Hi,

FYI, your patch has been queued to stable release 19.11.4

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 07/26/20. 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.

Thanks.

Luca Boccassi

---
>From 414962de53889825a9c0e992c30cff8de60c9bbd Mon Sep 17 00:00:00 2001
From: Ali Alnubani <alialnu at mellanox.com>
Date: Wed, 8 Jul 2020 12:13:20 +0300
Subject: [PATCH] doc: fix a typo in mlx5 guide

[ upstream commit b7ff093e8c3b181cdbe7e86ed4e9fd3dca2094a1 ]

Fixes: ecb160456aed ("net/mlx5: add device parameter for MPRQ stride size")

Signed-off-by: Ali Alnubani <alialnu at mellanox.com>
Acked-by: Raslan Darawsheh <rasland at mellanox.com>
---
 doc/guides/nics/mlx5.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guides/nics/mlx5.rst b/doc/guides/nics/mlx5.rst
index 75f58e602..5543850be 100644
--- a/doc/guides/nics/mlx5.rst
+++ b/doc/guides/nics/mlx5.rst
@@ -411,7 +411,7 @@ Run-time configuration
   value is not in the range of device capability, the default value will be set
   with a warning message. The default value is 11 which is 2048 bytes per a
   stride, valid only if ``mprq_en`` is set. With ``mprq_log_stride_size`` set
-  it is possible for a pcaket to span across multiple strides. This mode allows
+  it is possible for a packet to span across multiple strides. This mode allows
   support of jumbo frames (9K) with MPRQ. The memcopy of some packets (or part
   of a packet if Rx scatter is configured) may be required in case there is no
   space left for a head room at the end of a stride which incurs some
-- 
2.20.1

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2020-07-24 12:53:53.822501514 +0100
+++ 0137-doc-fix-a-typo-in-mlx5-guide.patch	2020-07-24 12:53:48.443009366 +0100
@@ -1,10 +1,11 @@
-From b7ff093e8c3b181cdbe7e86ed4e9fd3dca2094a1 Mon Sep 17 00:00:00 2001
+From 414962de53889825a9c0e992c30cff8de60c9bbd Mon Sep 17 00:00:00 2001
 From: Ali Alnubani <alialnu at mellanox.com>
 Date: Wed, 8 Jul 2020 12:13:20 +0300
 Subject: [PATCH] doc: fix a typo in mlx5 guide
 
+[ upstream commit b7ff093e8c3b181cdbe7e86ed4e9fd3dca2094a1 ]
+
 Fixes: ecb160456aed ("net/mlx5: add device parameter for MPRQ stride size")
-Cc: stable at dpdk.org
 
 Signed-off-by: Ali Alnubani <alialnu at mellanox.com>
 Acked-by: Raslan Darawsheh <rasland at mellanox.com>
@@ -13,10 +14,10 @@
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/doc/guides/nics/mlx5.rst b/doc/guides/nics/mlx5.rst
-index b51aa67a7..4b6d8fb4d 100644
+index 75f58e602..5543850be 100644
 --- a/doc/guides/nics/mlx5.rst
 +++ b/doc/guides/nics/mlx5.rst
-@@ -489,7 +489,7 @@ Driver options
+@@ -411,7 +411,7 @@ Run-time configuration
    value is not in the range of device capability, the default value will be set
    with a warning message. The default value is 11 which is 2048 bytes per a
    stride, valid only if ``mprq_en`` is set. With ``mprq_log_stride_size`` set


More information about the stable mailing list