[dpdk-stable] patch 'doc: fix typo in EAL guide' has been queued to LTS release 18.11.3

Kevin Traynor ktraynor at redhat.com
Mon Jun 24 17:25:07 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 06/27/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/61f8856ac161dd35a5c947cd27ce004350d978b8

Thanks.

Kevin Traynor

---
>From 61f8856ac161dd35a5c947cd27ce004350d978b8 Mon Sep 17 00:00:00 2001
From: Thomas Monjalon <thomas at monjalon.net>
Date: Sun, 16 Jun 2019 17:32:06 +0300
Subject: [PATCH] doc: fix typo in EAL guide

[ upstream commit 87d2f3c576e73ce7714d813436bbf68e3329b87a ]

The EAL init diagram had a typo for "lauch"
instead of "launch".

Fixes: fc1f2750a3ec ("doc: programmers guide")

Signed-off-by: Thomas Monjalon <thomas at monjalon.net>
Reviewed-by: David Marchand <david.marchand at redhat.com>
---
 doc/guides/prog_guide/img/linuxapp_launch.svg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/guides/prog_guide/img/linuxapp_launch.svg b/doc/guides/prog_guide/img/linuxapp_launch.svg
index af685897d..c2bd34e08 100644
--- a/doc/guides/prog_guide/img/linuxapp_launch.svg
+++ b/doc/guides/prog_guide/img/linuxapp_launch.svg
@@ -660,5 +660,5 @@
          id="tspan11522"
          x="69.303398"
-         y="858.42419">rte_eal_remote_lauch(app)</tspan></text>
+         y="858.42419">rte_eal_remote_launch(app)</tspan></text>
     <path
        style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
@@ -693,5 +693,5 @@
          id="tspan11522-1"
          x="87.641663"
-         y="644.07324">rte_eal_remote_lauch(</tspan><tspan
+         y="644.07324">rte_eal_remote_launch(</tspan><tspan
          sodipodi:role="line"
          x="87.641663"
-- 
2.20.1

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2019-06-24 16:18:57.305677654 +0100
+++ 0043-doc-fix-typo-in-EAL-guide.patch	2019-06-24 16:18:55.087429902 +0100
@@ -1 +1 @@
-From 87d2f3c576e73ce7714d813436bbf68e3329b87a Mon Sep 17 00:00:00 2001
+From 61f8856ac161dd35a5c947cd27ce004350d978b8 Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit 87d2f3c576e73ce7714d813436bbf68e3329b87a ]
+
@@ -10 +11,0 @@
-Cc: stable at dpdk.org
@@ -19 +20 @@
-index 3af560554..835ed774e 100644
+index af685897d..c2bd34e08 100644


More information about the stable mailing list