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

Yongseok Koh yskoh at mellanox.com
Fri Mar 8 18:47:39 CET 2019


Hi,

FYI, your patch has been queued to LTS release 17.11.6

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objection by 03/13/19. So please
shout if anyone has objection.

Also note that after the patch there's a diff of the upstream commit vs the patch applied
to the branch. If the code is different (ie: not only metadata diffs), due for example to
a change in context or macro names, please double check it.

Thanks.

Yongseok

---
>From 6ad5a9442a236ac895a00f7de827f002ad6bd7eb 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 c5d62a395..13636abd8 100644
--- a/doc/guides/prog_guide/power_man.rst
+++ b/doc/guides/prog_guide/power_man.rst
@@ -128,6 +128,8 @@ The power management mechanism is used to save power when performing L3 forwardi
 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.11.0

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2019-03-08 09:46:43.193969164 -0800
+++ 0061-doc-fix-references-in-power-management-guide.patch	2019-03-08 09:46:40.320412000 -0800
@@ -1,8 +1,10 @@
-From fa77f80f49b649995a90f2adc38a4811efa39dc3 Mon Sep 17 00:00:00 2001
+From 6ad5a9442a236ac895a00f7de827f002ad6bd7eb 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
@@ -15,10 +17,10 @@
  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
+index c5d62a395..13636abd8 100644
 --- a/doc/guides/prog_guide/power_man.rst
 +++ b/doc/guides/prog_guide/power_man.rst
-@@ -195,6 +195,8 @@ The mechanism can applied to any device which is based on polling. e.g. NIC, FPG
+@@ -128,6 +128,8 @@ The power management mechanism is used to save power when performing L3 forwardi
  References
  ----------
  


More information about the stable mailing list