From nobody Sun Apr 28 18:25:51 2024 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3C199C433EF for ; Mon, 23 May 2022 18:50:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239871AbiEWSug (ORCPT ); Mon, 23 May 2022 14:50:36 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35618 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239398AbiEWSiC (ORCPT ); Mon, 23 May 2022 14:38:02 -0400 Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AC28C168D32; Mon, 23 May 2022 11:17:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1653329840; x=1684865840; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=j6PmUFEBfihBJn4L9py22kWT+PelQuFH5/63xz2cOMU=; b=h3CitwUcFNkH3uCVncnSOU9C2DHG1+0R/2w0QsDqmeH4TmPz1+3pQ1T7 gR1e9Y5O1O3AxDBVeZ9bjw070riHFxkIwto5l+Szy4Tv+kfC1kMVlNaKP 2SrBda00m72a6eJUKNMWhjjJGUOSPVrnd5gCsVw0PBa4SbZ8KM4oiJK/v zFAAGHOR8fLqFlbGTp4V1vBxbhjdwl5sZ+VZhQMZEVc+ci4RMypg0o4Dj dnr2vNYGVFWNvyICEY6hUV/olfdRMPm2C9/t3PIYpAjqUhFBaMIozUlL3 roNThknhxetw9IlqfqmhP1MAbZXCnwF/+Gi2wPLuYB0YRNiFgR6wF3QBf Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10356"; a="260920336" X-IronPort-AV: E=Sophos;i="5.91,246,1647327600"; d="scan'208";a="260920336" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 May 2022 11:16:58 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.91,246,1647327600"; d="scan'208";a="744865243" Received: from spandruv-desk.jf.intel.com ([10.54.75.8]) by orsmga005.jf.intel.com with ESMTP; 23 May 2022 11:16:58 -0700 From: Srinivas Pandruvada To: rafael@kernel.org, corbet@lwn.net, hdegoede@redhat.com, markgross@kernel.org Cc: lenb@kernel.org, linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, linux-doc@vger.kernel.org, platform-driver-x86@vger.kernel.org, prarit@redhat.com, Srinivas Pandruvada Subject: [PATCH v2] Documentation: admin-guide: pm: Add Out of Band mode Date: Mon, 23 May 2022 11:16:55 -0700 Message-Id: <20220523181655.2352470-1-srinivas.pandruvada@linux.intel.com> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" Update documentation for using the tool to support performance level change via OOB (Out of Band) interface. Signed-off-by: Srinivas Pandruvada --- v2: As suggested by Jonathan - Indent literal block - Show output of command .../admin-guide/pm/intel-speed-select.rst | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/Documentation/admin-guide/pm/intel-speed-select.rst b/Document= ation/admin-guide/pm/intel-speed-select.rst index 0a1fbdb54bfe..a2bfb971654f 100644 --- a/Documentation/admin-guide/pm/intel-speed-select.rst +++ b/Documentation/admin-guide/pm/intel-speed-select.rst @@ -262,6 +262,28 @@ Which shows that the base frequency now increased from= 2600 MHz at performance level 0 to 2800 MHz at performance level 4. As a result, any workload, whi= ch can use fewer CPUs, can see a boost of 200 MHz compared to performance level 0. =20 +Changing performance level via BMC Interface +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +It is possible to change SST-PP level using out of band (OOB) agent (Via s= ome +remote management console, through BMC "Baseboard Management Controller" +interface). This mode is supported from the Sapphire Rapids processor +generation. The kernel and tool change to support this mode is added to Li= nux +kernel version 5.18. To enable this feature, kernel config +"CONFIG_INTEL_HFI_THERMAL" is required. The minimum version of the tool +is "v1.12" to support this feature, which is part of Linux kernel version = 5.18. + +To support such configuration, this tool can be used as a daemon. Add +a command line option --oob:: + + # intel-speed-select --oob + Intel(R) Speed Select Technology + Executing on CPU model:143[0x8f] + OOB mode is enabled and will run as daemon + +In this mode the tool will online/offline CPUs based on the new performance +level. + Check presence of other Intel(R) SST features --------------------------------------------- =20 --=20 2.35.1