[dpdk-stable] patch 'doc: fix typo in ipsec-secgw guide' has been queued to stable release 19.11.6

luca.boccassi at gmail.com luca.boccassi at gmail.com
Tue Nov 17 12:14:08 CET 2020


Hi,

FYI, your patch has been queued to stable release 19.11.6

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

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/14834a34529ea0b36547aa76438965bd1ee8c229

Thanks.

Luca Boccassi

---
>From 14834a34529ea0b36547aa76438965bd1ee8c229 Mon Sep 17 00:00:00 2001
From: David Marchand <david.marchand at redhat.com>
Date: Thu, 5 Nov 2020 09:36:17 +0100
Subject: [PATCH] doc: fix typo in ipsec-secgw guide

[ upstream commit 376ba686ad99acf536263999f7cb67d9a9134346 ]

Fixes: 02dc5b7d58c7 ("doc: update ipsec-secgw guide and release notes")

Signed-off-by: David Marchand <david.marchand at redhat.com>
---
 doc/guides/sample_app_ug/ipsec_secgw.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/guides/sample_app_ug/ipsec_secgw.rst b/doc/guides/sample_app_ug/ipsec_secgw.rst
index d6d8d44686..eb1a57a98f 100644
--- a/doc/guides/sample_app_ug/ipsec_secgw.rst
+++ b/doc/guides/sample_app_ug/ipsec_secgw.rst
@@ -92,7 +92,7 @@ The application has a number of command line options::
 
    ./build/ipsec-secgw [EAL options] --
                         -p PORTMASK -P -u PORTMASK -j FRAMESIZE
-                        -l -w REPLAY_WINOW_SIZE -e -a
+                        -l -w REPLAY_WINDOW_SIZE -e -a
                         --config (port,queue,lcore)[,(port,queue,lcore]
                         --single-sa SAIDX
                         --rxoffload MASK
@@ -122,7 +122,7 @@ Where:
 
 *   ``-l``: enables code-path that uses librte_ipsec.
 
-*   ``-w REPLAY_WINOW_SIZE``: specifies the IPsec sequence number replay window
+*   ``-w REPLAY_WINDOW_SIZE``: specifies the IPsec sequence number replay window
     size for each Security Association (available only with librte_ipsec
     code path).
 
-- 
2.27.0

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2020-11-17 11:13:14.427169134 +0000
+++ 0034-doc-fix-typo-in-ipsec-secgw-guide.patch	2020-11-17 11:13:12.949117172 +0000
@@ -1 +1 @@
-From 376ba686ad99acf536263999f7cb67d9a9134346 Mon Sep 17 00:00:00 2001
+From 14834a34529ea0b36547aa76438965bd1ee8c229 Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit 376ba686ad99acf536263999f7cb67d9a9134346 ]
+
@@ -7 +8,0 @@
-Cc: stable at dpdk.org
@@ -15 +16 @@
-index 1f37dccf8b..fccf6b423c 100644
+index d6d8d44686..eb1a57a98f 100644
@@ -18 +19 @@
-@@ -125,7 +125,7 @@ The application has a number of command line options::
+@@ -92,7 +92,7 @@ The application has a number of command line options::
@@ -20 +21 @@
-    ./<build_dir>/examples/dpdk-ipsec-secgw [EAL options] --
+    ./build/ipsec-secgw [EAL options] --
@@ -24,4 +25,4 @@
-                         -c SAD_CACHE_SIZE
-                         -s NUMBER_OF_MBUFS_IN_PACKET_POOL
-                         -f CONFIG_FILE_PATH
-@@ -161,7 +161,7 @@ Where:
+                         --config (port,queue,lcore)[,(port,queue,lcore]
+                         --single-sa SAIDX
+                         --rxoffload MASK
+@@ -122,7 +122,7 @@ Where:


More information about the stable mailing list