From patchwork Tue Apr 16 13:20:35 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Karen Kelly X-Patchwork-Id: 139418 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id B3B5A43E74; Tue, 16 Apr 2024 15:20:49 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 35CDC40268; Tue, 16 Apr 2024 15:20:49 +0200 (CEST) Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.19]) by mails.dpdk.org (Postfix) with ESMTP id F1F5040262 for ; Tue, 16 Apr 2024 15:20:46 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1713273647; x=1744809647; h=from:to:cc:subject:date:message-id; bh=Vc1LRt42GWYu7uy/wgEnP397hxgbeWf8jJXpsWK66/M=; b=f71T48vXN4E6e55H/XuQrjOkaIDLYgH4AfqhnY6mkh0YtTfyoSkSVtML HF2OWYPKC8WxDeKH228lGYaTPRYrTxPorYuO3BW4tjDdAFdBxeiMiPSQp CksH2o0Xfk2mH+5sQZ+qxZdtzT8OlG9uK/MimVXw1JgFRe4uEkOcCu8a8 o02o3VRTfQbnswcsTL0lTdG0bDz1MyfMQXD0tTLQGqEknQSxWissI9WTI VTGdbXyKhUjm5PkbOMY6SJLkeMpjpN/xmBZjA5EAm51p0PG3thu+THTM1 BRhGEWmrH6MwMTbq9DDET2MCqreH60JBvhRi0YnJ5n1fWqt8v809UjBYk w==; X-CSE-ConnectionGUID: obRF/boKTQG6y6ktuF/aQg== X-CSE-MsgGUID: +xXqBehdQ26nyhPnUmNEOA== X-IronPort-AV: E=McAfee;i="6600,9927,11046"; a="8587049" X-IronPort-AV: E=Sophos;i="6.07,206,1708416000"; d="scan'208";a="8587049" Received: from fmviesa003.fm.intel.com ([10.60.135.143]) by orvoesa111.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Apr 2024 06:20:46 -0700 X-CSE-ConnectionGUID: QqMwTQIXSIGW9mZ5A644Kg== X-CSE-MsgGUID: gRRlTxgiR8isMVSAviA++Q== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.07,206,1708416000"; d="scan'208";a="26839168" Received: from silpixa00400220.ir.intel.com ([10.237.214.119]) by fmviesa003.fm.intel.com with ESMTP; 16 Apr 2024 06:20:44 -0700 From: Karen Kelly To: anatoly.burakov@intel.com, david.hunt@intel.com Cc: dev@dpdk.org, reshma.pattan@intel.com, conor.walsh@intel.com, Karen Kelly Subject: [PATCH] doc/sample_app_ug: add baseline mode Date: Tue, 16 Apr 2024 15:20:35 +0200 Message-Id: <1713273635-148823-1-git-send-email-karen.kelly@intel.com> X-Mailer: git-send-email 1.8.3.1 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org 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 4a6f33bf4f..9c9684fea7 100644 --- a/doc/guides/sample_app_ug/l3_forward_power_man.rst +++ b/doc/guides/sample_app_ug/l3_forward_power_man.rst @@ -280,6 +280,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).