[dpdk-stable] patch 'doc: fix triplicated typo in prog guides' has been queued to LTS release 18.11.3

Kevin Traynor ktraynor at redhat.com
Tue Aug 27 11:29:56 CEST 2019


Hi,

FYI, your patch has been queued to LTS release 18.11.3

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

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

This queued commit can be viewed at:
https://github.com/kevintraynor/dpdk-stable-queue/commit/8230cee9c82aa16daef351a801ad8fd75dc11586

Thanks.

Kevin Traynor

---
>From 8230cee9c82aa16daef351a801ad8fd75dc11586 Mon Sep 17 00:00:00 2001
From: Thierry Herbelot <thierry.herbelot at 6wind.com>
Date: Wed, 22 May 2019 11:44:47 +0200
Subject: [PATCH] doc: fix triplicated typo in prog guides

[ upstream commit 8b283e90e6953fe321644c2ba3abf68d154d3cd1 ]

A bad formula was copied and pasted.

Fixes: 4935e1e9f76e ("bbdev: introduce wireless base band device lib")
Fixes: 0318c02b57cf ("doc: add cryptodev chapter in prog guide")
Fixes: a9bb0c44c775 ("doc: add rawdev library guide and doxygen page")

Signed-off-by: Thierry Herbelot <thierry.herbelot at 6wind.com>
Acked-by: Fiona Trahe <fiona.trahe at intel.com>
---
 doc/guides/prog_guide/bbdev.rst         | 2 +-
 doc/guides/prog_guide/cryptodev_lib.rst | 2 +-
 doc/guides/prog_guide/rawdev.rst        | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/guides/prog_guide/bbdev.rst b/doc/guides/prog_guide/bbdev.rst
index 658ffd400..dfa0ef67d 100644
--- a/doc/guides/prog_guide/bbdev.rst
+++ b/doc/guides/prog_guide/bbdev.rst
@@ -45,5 +45,5 @@ From the command line using the --vdev EAL option
    --vdev 'baseband_turbo_sw,max_nb_queues=8,socket_id=0'
 
-Our using the rte_vdev_init API within the application code.
+Or using the rte_vdev_init API within the application code.
 
 .. code-block:: c
diff --git a/doc/guides/prog_guide/cryptodev_lib.rst b/doc/guides/prog_guide/cryptodev_lib.rst
index 23770ffd4..09828aca6 100644
--- a/doc/guides/prog_guide/cryptodev_lib.rst
+++ b/doc/guides/prog_guide/cryptodev_lib.rst
@@ -53,5 +53,5 @@ From the command line using the --vdev EAL option
    Example: ``--vdev  'crypto_aesni_mb0' --vdev  'crypto_aesni_mb1'``
 
-Our using the rte_vdev_init API within the application code.
+Or using the rte_vdev_init API within the application code.
 
 .. code-block:: c
diff --git a/doc/guides/prog_guide/rawdev.rst b/doc/guides/prog_guide/rawdev.rst
index 42c195cef..06af6942a 100644
--- a/doc/guides/prog_guide/rawdev.rst
+++ b/doc/guides/prog_guide/rawdev.rst
@@ -101,5 +101,5 @@ From the command line using the --vdev EAL option
    --vdev 'rawdev_dev1'
 
-Our using the rte_vdev_init API within the application code.
+Or using the rte_vdev_init API within the application code.
 
 .. code-block:: c
-- 
2.20.1

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2019-08-27 09:40:11.953915601 +0100
+++ 0019-doc-fix-triplicated-typo-in-prog-guides.patch	2019-08-27 09:40:10.895144995 +0100
@@ -1 +1 @@
-From 8b283e90e6953fe321644c2ba3abf68d154d3cd1 Mon Sep 17 00:00:00 2001
+From 8230cee9c82aa16daef351a801ad8fd75dc11586 Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit 8b283e90e6953fe321644c2ba3abf68d154d3cd1 ]
+
@@ -11 +12,0 @@
-Cc: stable at dpdk.org
@@ -22 +23 @@
-index 038bc6ed1..27d7f04d0 100644
+index 658ffd400..dfa0ef67d 100644
@@ -33 +34 @@
-index 23fa5bc18..9bbf20764 100644
+index 23770ffd4..09828aca6 100644


More information about the stable mailing list