[dpdk-stable] patch 'doc: fix LTO config option' has been queued to stable release 19.11.3

luca.boccassi at gmail.com luca.boccassi at gmail.com
Fri May 22 11:39:45 CEST 2020


Hi,

FYI, your patch has been queued to stable release 19.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 05/24/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 ef254d821e6f33a294874e01bd285ca32904160b Mon Sep 17 00:00:00 2001
From: Matteo Croce <mcroce at redhat.com>
Date: Tue, 12 May 2020 21:48:56 +0200
Subject: [PATCH] doc: fix LTO config option

[ upstream commit 9aef9b9fbc21531a127e082cd6cfa698d22d235f ]

The documentation says that CONFIG_ENABLE_LTO enables LTO during the
build, but the correct value actually is CONFIG_RTE_ENABLE_LTO.

Fixes: 098cc0fea3be ("build: add option to enable LTO")

Signed-off-by: Matteo Croce <mcroce at redhat.com>
Reviewed-by: David Marchand <david.marchand at redhat.com>
Acked-by: Andrzej Ostruszka <aostruszka at marvell.com>
---
 doc/guides/prog_guide/lto.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guides/prog_guide/lto.rst b/doc/guides/prog_guide/lto.rst
index 43f4c63379..277a6f1090 100644
--- a/doc/guides/prog_guide/lto.rst
+++ b/doc/guides/prog_guide/lto.rst
@@ -31,7 +31,7 @@ the whole DPDK by setting:
 
 .. code-block:: console
 
-    CONFIG_ENABLE_LTO=y
+    CONFIG_RTE_ENABLE_LTO=y
 
 in config file.
 
-- 
2.20.1

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2020-05-22 10:37:39.467390592 +0100
+++ 0006-doc-fix-LTO-config-option.patch	2020-05-22 10:37:39.060411495 +0100
@@ -1,13 +1,14 @@
-From 9aef9b9fbc21531a127e082cd6cfa698d22d235f Mon Sep 17 00:00:00 2001
+From ef254d821e6f33a294874e01bd285ca32904160b Mon Sep 17 00:00:00 2001
 From: Matteo Croce <mcroce at redhat.com>
 Date: Tue, 12 May 2020 21:48:56 +0200
 Subject: [PATCH] doc: fix LTO config option
 
+[ upstream commit 9aef9b9fbc21531a127e082cd6cfa698d22d235f ]
+
 The documentation says that CONFIG_ENABLE_LTO enables LTO during the
 build, but the correct value actually is CONFIG_RTE_ENABLE_LTO.
 
 Fixes: 098cc0fea3be ("build: add option to enable LTO")
-Cc: stable at dpdk.org
 
 Signed-off-by: Matteo Croce <mcroce at redhat.com>
 Reviewed-by: David Marchand <david.marchand at redhat.com>


More information about the stable mailing list