From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129]) by dpdk.org (Postfix) with ESMTP id C3B082B87 for ; Fri, 8 Mar 2019 18:49:37 +0100 (CET) Received: from Internal Mail-Server by MTLPINE1 (envelope-from yskoh@mellanox.com) with ESMTPS (AES256-SHA encrypted); 8 Mar 2019 19:49:33 +0200 Received: from scfae-sc-2.mti.labs.mlnx (scfae-sc-2.mti.labs.mlnx [10.101.0.96]) by labmailer.mlnx (8.13.8/8.13.8) with ESMTP id x28HloBH002625; Fri, 8 Mar 2019 19:49:31 +0200 From: Yongseok Koh To: David Hunt Cc: Marko Kovacevic , dpdk stable Date: Fri, 8 Mar 2019 09:47:39 -0800 Message-Id: <20190308174749.30771-61-yskoh@mellanox.com> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20190308174749.30771-1-yskoh@mellanox.com> References: <20190308174749.30771-1-yskoh@mellanox.com> Subject: [dpdk-stable] patch 'doc: fix references in power management guide' has been queued to LTS release 17.11.6 X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Mar 2019 17:49:38 -0000 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 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 Acked-by: Marko Kovacevic --- 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 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 ----------