patch 'doc: add baseline mode in l3fwd-power guide' has been queued to stable release 21.11.8
Kevin Traynor
ktraynor at redhat.com
Fri Aug 23 18:19:24 CEST 2024
Hi,
FYI, your patch has been queued to stable release 21.11.8
Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 08/28/24. 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
This queued commit can be viewed at:
https://github.com/kevintraynor/dpdk-stable/commit/57f1c6630cc1a1a05eb546565e88269f98fd87d3
Thanks.
Kevin
---
>From 57f1c6630cc1a1a05eb546565e88269f98fd87d3 Mon Sep 17 00:00:00 2001
From: Karen Kelly <karen.kelly at intel.com>
Date: Tue, 16 Apr 2024 15:20:35 +0200
Subject: [PATCH] doc: add baseline mode in l3fwd-power guide
[ upstream commit 40b46770b0fc5c39b4987067780a6e92e1b30ea8 ]
Updating PMD Power Management Mode section of the l3fwd-power
sample app to add baseline option as this was missing from the
original commit.
Fixes: a9ea60702ecb ("examples/l3fwd-power: add baseline PMD management mode")
Signed-off-by: Karen Kelly <karen.kelly at intel.com>
---
doc/guides/sample_app_ug/l3_forward_power_man.rst | 3 +++
1 file changed, 3 insertions(+)
diff --git a/doc/guides/sample_app_ug/l3_forward_power_man.rst b/doc/guides/sample_app_ug/l3_forward_power_man.rst
index 2e350c45f1..bb39cac24d 100644
--- a/doc/guides/sample_app_ug/l3_forward_power_man.rst
+++ b/doc/guides/sample_app_ug/l3_forward_power_man.rst
@@ -337,4 +337,7 @@ This mode is limited to one queue per core,
and has three available power management schemes:
+``baseline``
+ This mode will not enable any power saving features.
+
``monitor``
This will use ``rte_power_monitor()`` function to enter
--
2.46.0
---
Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- - 2024-08-23 17:18:13.747468146 +0100
+++ 0136-doc-add-baseline-mode-in-l3fwd-power-guide.patch 2024-08-23 17:18:09.899430731 +0100
@@ -1 +1 @@
-From 40b46770b0fc5c39b4987067780a6e92e1b30ea8 Mon Sep 17 00:00:00 2001
+From 57f1c6630cc1a1a05eb546565e88269f98fd87d3 Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit 40b46770b0fc5c39b4987067780a6e92e1b30ea8 ]
+
@@ -11 +12,0 @@
-Cc: stable at dpdk.org
@@ -19 +20 @@
-index 4a6f33bf4f..9c9684fea7 100644
+index 2e350c45f1..bb39cac24d 100644
@@ -22 +23 @@
-@@ -281,4 +281,7 @@ This mode is limited to one queue per core,
+@@ -337,4 +337,7 @@ This mode is limited to one queue per core,
More information about the stable
mailing list