From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lelv0143.ext.ti.com (lelv0143.ext.ti.com [198.47.23.248]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 0A1956BB39; Tue, 26 Mar 2024 11:45:34 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.47.23.248 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1711453536; cv=none; b=EivnGhLowGfWdWE1MdBQ0hj3io9wf3wjHLDr8vPboaCo4+uXJy5Lby4koE9hhEsW8uHVtvwuQhT9G/i2+OtQU9diDmLreb8l850wmmyvVcKsffadyR90uy0fDBqyeoMfWJAhnohyrmxxtLc57XSIQoKSLr4ytVevmu7O6KwQsbY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1711453536; c=relaxed/simple; bh=HlNlH0D6rEhsgNqoAFKCIqa0DgA4RkOgomD4hxEXSF0=; h=Date:From:To:CC:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Li+VoPzkAaRifJlqytZEGzsFUUE+z2e0nzNokncGfTiV6suiL3F/oEtOhQg2jHOBuM1a2dAWzM+Nwrys0ik1vOycIeNrmTLEz9TFb0gv8ttgG4Si+YQQ+Ml+q1jyNMPODTAXZbJ8M63ev3qkiPDHWvPQGbDJdCz1hCy6Y4H93t0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=ti.com; spf=pass smtp.mailfrom=ti.com; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b=Xtmal4w9; arc=none smtp.client-ip=198.47.23.248 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=ti.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=ti.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b="Xtmal4w9" Received: from fllv0034.itg.ti.com ([10.64.40.246]) by lelv0143.ext.ti.com (8.15.2/8.15.2) with ESMTP id 42QBj0PP084354; Tue, 26 Mar 2024 06:45:00 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1711453500; bh=8ZZ+yXIpR+DpKAp94YWkD4hzM6wEtAwz6qiljaPQzLk=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=Xtmal4w9ngjiPLDraY0Ol5a9OjksXRTI4jUeVpLnXIJWtQzp5MUEOnaFPyP9JMsuH KIPbH48Alj4mFYtw1/Bhg1AMlkDXC8T2pH83HYFTtJhw3Yfc/WWrgbP2AraSh10vug aGGynT8kau7iyOXGB7WcwifzRZW2qjm5vry341fA= Received: from DFLE102.ent.ti.com (dfle102.ent.ti.com [10.64.6.23]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 42QBj08Y001858 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 26 Mar 2024 06:45:00 -0500 Received: from DFLE102.ent.ti.com (10.64.6.23) by DFLE102.ent.ti.com (10.64.6.23) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Tue, 26 Mar 2024 06:45:00 -0500 Received: from lelvsmtp6.itg.ti.com (10.180.75.249) by DFLE102.ent.ti.com (10.64.6.23) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Tue, 26 Mar 2024 06:45:00 -0500 Received: from localhost (dhruva.dhcp.ti.com [172.24.227.68]) by lelvsmtp6.itg.ti.com (8.15.2/8.15.2) with ESMTP id 42QBixZd053809; Tue, 26 Mar 2024 06:44:59 -0500 Date: Tue, 26 Mar 2024 17:14:58 +0530 From: Dhruva Gole To: Vincent Guittot CC: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , Qais Yousef Subject: Re: [PATCH v6 1/5] cpufreq: Add a cpufreq pressure feedback for the scheduler Message-ID: <20240326114458.dfcvpodoihk5tlmz@dhruva> References: <20240326091616.3696851-1-vincent.guittot@linaro.org> <20240326091616.3696851-2-vincent.guittot@linaro.org> Precedence: bulk X-Mailing-List: linux-trace-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <20240326091616.3696851-2-vincent.guittot@linaro.org> X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Hi, On Mar 26, 2024 at 10:16:12 +0100, Vincent Guittot wrote: > Provide to the scheduler a feedback about the temporary max available > capacity. Unlike arch_update_thermal_pressure, this doesn't need to be > filtered as the pressure will happen for dozens ms or more. > > Signed-off-by: Vincent Guittot > Acked-by: Rafael J. Wysocki > Acked-by: Viresh Kumar > Reviewed-by: Qais Yousef > Reviewed-by: Lukasz Luba > Tested-by: Lukasz Luba > --- LGTM, Reviewed-by: Dhruva Gole -- Best regards, Dhruva