[dpdk-stable] patch 'doc: fix references in power management guide' has been queued to LTS release 18.11.1

Kevin Traynor ktraynor at redhat.com
Thu Feb 7 14:25:46 CET 2019


Hi,

FYI, your patch has been queued to LTS release 18.11.1

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

Kevin Traynor

---
>From 0509fd5b31b67468b5d839dfc183d3752073debd Mon Sep 17 00:00:00 2001
From: David Hunt <david.hunt at intel.com>
Date: Fri, 18 Jan 2019 09:34:24 +0000
Subject: [PATCH] doc: fix references in power management guide

[ upstream commit fa77f80f49b649995a90f2adc38a4811efa39dc3 ]

In the References section in the Power Management overview,
both links pointed to the same l3fwd-power app. Fix the links
so that one points to l3fwd-power, and the other points to
the vm_power_manager sample app.

Signed-off-by: David Hunt <david.hunt at intel.com>
Acked-by: Marko Kovacevic <marko.kovacevic at intel.com>
---
 doc/guides/prog_guide/power_man.rst | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/doc/guides/prog_guide/power_man.rst b/doc/guides/prog_guide/power_man.rst
index f55436bc9..0a3755a90 100644
--- a/doc/guides/prog_guide/power_man.rst
+++ b/doc/guides/prog_guide/power_man.rst
@@ -196,5 +196,7 @@ References
 ----------
 
-*   l3fwd-power: The sample application in DPDK that performs L3 forwarding with power management.
+*   The :doc:`../sample_app_ug/l3_forward_power_man`
+    chapter in the :doc:`../sample_app_ug/index` section.
 
-*   The "L3 Forwarding with Power Management Sample Application" chapter in the *DPDK Sample Application's User Guide*.
+*   The :doc:`../sample_app_ug/vm_power_management`
+    chapter in the :doc:`../sample_app_ug/index` section.
-- 
2.19.0

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2019-02-07 13:19:56.477846442 +0000
+++ 0040-doc-fix-references-in-power-management-guide.patch	2019-02-07 13:19:55.000000000 +0000
@@ -1,8 +1,10 @@
-From fa77f80f49b649995a90f2adc38a4811efa39dc3 Mon Sep 17 00:00:00 2001
+From 0509fd5b31b67468b5d839dfc183d3752073debd Mon Sep 17 00:00:00 2001
 From: David Hunt <david.hunt at intel.com>
 Date: Fri, 18 Jan 2019 09:34:24 +0000
 Subject: [PATCH] doc: fix references in power management guide
 
+[ upstream commit fa77f80f49b649995a90f2adc38a4811efa39dc3 ]
+
 In the References section in the Power Management overview,
 both links pointed to the same l3fwd-power app. Fix the links
 so that one points to l3fwd-power, and the other points to


More information about the stable mailing list