[dpdk-stable] patch 'doc: fix typo in l2fwd-crypto guide' has been queued to LTS release 17.11.10

luca.boccassi at gmail.com luca.boccassi at gmail.com
Thu Dec 19 15:33:21 CET 2019


Hi,

FYI, your patch has been queued to LTS release 17.11.10

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 12/21/19. 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 4ed16588a00ed7a4a3793235c6f578e2a12f95f0 Mon Sep 17 00:00:00 2001
From: Xiao Wang <xiao.w.wang at intel.com>
Date: Wed, 16 Oct 2019 04:06:45 -0400
Subject: [PATCH] doc: fix typo in l2fwd-crypto guide

[ upstream commit 3cc28001a3307411f3b427d6ec928fb5479cb7de ]

Unmatched double quotation mark is fixed.

Fixes: ba7b86b1419b ("doc: add l2fwd-crypto sample app guide")

Signed-off-by: Xiao Wang <xiao.w.wang at intel.com>
Acked-by: Akhil Goyal <akhil.goyal at nxp.com>
---
 doc/guides/sample_app_ug/l2_forward_crypto.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guides/sample_app_ug/l2_forward_crypto.rst b/doc/guides/sample_app_ug/l2_forward_crypto.rst
index 1e85b4a346..2d3c949470 100644
--- a/doc/guides/sample_app_ug/l2_forward_crypto.rst
+++ b/doc/guides/sample_app_ug/l2_forward_crypto.rst
@@ -223,7 +223,7 @@ Crypto operation specification
 All the packets received in all the ports get transformed by the crypto device/s
 (ciphering and/or authentication).
 The crypto operation to be performed on the packet is parsed from the command line
-(go to "Running the Application section for all the options).
+(go to "Running the Application" section for all the options).
 
 If no parameter is passed, the default crypto operation is:
 
-- 
2.20.1

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2019-12-19 14:32:28.471572593 +0000
+++ 0054-doc-fix-typo-in-l2fwd-crypto-guide.patch	2019-12-19 14:32:26.077297270 +0000
@@ -1,12 +1,13 @@
-From 3cc28001a3307411f3b427d6ec928fb5479cb7de Mon Sep 17 00:00:00 2001
+From 4ed16588a00ed7a4a3793235c6f578e2a12f95f0 Mon Sep 17 00:00:00 2001
 From: Xiao Wang <xiao.w.wang at intel.com>
 Date: Wed, 16 Oct 2019 04:06:45 -0400
 Subject: [PATCH] doc: fix typo in l2fwd-crypto guide
 
+[ upstream commit 3cc28001a3307411f3b427d6ec928fb5479cb7de ]
+
 Unmatched double quotation mark is fixed.
 
 Fixes: ba7b86b1419b ("doc: add l2fwd-crypto sample app guide")
-Cc: stable at dpdk.org
 
 Signed-off-by: Xiao Wang <xiao.w.wang at intel.com>
 Acked-by: Akhil Goyal <akhil.goyal at nxp.com>
@@ -15,10 +16,10 @@
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/doc/guides/sample_app_ug/l2_forward_crypto.rst b/doc/guides/sample_app_ug/l2_forward_crypto.rst
-index e8d52dad2b..962752f21c 100644
+index 1e85b4a346..2d3c949470 100644
 --- a/doc/guides/sample_app_ug/l2_forward_crypto.rst
 +++ b/doc/guides/sample_app_ug/l2_forward_crypto.rst
-@@ -204,7 +204,7 @@ Crypto operation specification
+@@ -223,7 +223,7 @@ Crypto operation specification
  All the packets received in all the ports get transformed by the crypto device/s
  (ciphering and/or authentication).
  The crypto operation to be performed on the packet is parsed from the command line


More information about the stable mailing list