From 29857b82e41214504b88989265d077516cd5e985 Mon Sep 17 00:00:00 2001 From: Karen Kelly 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 --- 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 fa3ef67c08..d2192eaa53 100644 --- a/doc/guides/sample_app_ug/l3_forward_power_man.rst +++ b/doc/guides/sample_app_ug/l3_forward_power_man.rst @@ -350,6 +350,9 @@ will use automatic PMD power management. 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 a power-optimized state (subject to platform support).