From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.3 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 28748C04E53 for ; Wed, 15 May 2019 16:31:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E3C0D20818 for ; Wed, 15 May 2019 16:31:22 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="gsty7Si8" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727264AbfEOQbW (ORCPT ); Wed, 15 May 2019 12:31:22 -0400 Received: from merlin.infradead.org ([205.233.59.134]:48698 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726677AbfEOQbV (ORCPT ); Wed, 15 May 2019 12:31:21 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=merlin.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=lrDbCxLPOQmnTKtI7+fVuZnBx56mAdej3C4tjV05qA8=; b=gsty7Si8cMOJ7hPROVkuUgGw5 VpKVbc8kxM6Vgqebuw/qvY72+EEMkVgBD5EWo6smYaaOBtyLDfSJBQC5+4HjF870a291U4w3xdAYr ET2qhEBg1iSiHdNNsY6X/+6DdYp5rzgHJvBgZlkRVo89Eor1g3B5FZmZHTTJxFfLkzyXMSfqm3cGX WNshTolEjd3qVcl+RAEN3/86on1K/NKem7ZPn3KHZA0u1I8agv/yMioL5lqAVdBXRKE1htGpOLvf7 jleFmzsLxofBUYxj1Zh/MPG4tuONYFkFT8Y346RpEsMXmVi6twUihhcpl/2Im5awaNVk0MS83uPED /cn62Vd2g==; Received: from j217100.upc-j.chello.nl ([24.132.217.100] helo=hirez.programming.kicks-ass.net) by merlin.infradead.org with esmtpsa (Exim 4.90_1 #2 (Red Hat Linux)) id 1hQwoG-0001CT-EZ; Wed, 15 May 2019 16:31:17 +0000 Received: by hirez.programming.kicks-ass.net (Postfix, from userid 1000) id 3FF8D2029906B; Wed, 15 May 2019 18:31:15 +0200 (CEST) Date: Wed, 15 May 2019 18:31:15 +0200 From: Peter Zijlstra To: Parth Shah Cc: linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, mingo@redhat.com, dietmar.eggemann@arm.com, dsmythies@telus.net Subject: Re: [RFCv2 3/6] sched/core: Update turbo_sched count only when required Message-ID: <20190515163115.GV2589@hirez.programming.kicks-ass.net> References: <20190515135322.19393-1-parth@linux.ibm.com> <20190515135322.19393-4-parth@linux.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190515135322.19393-4-parth@linux.ibm.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, May 15, 2019 at 07:23:19PM +0530, Parth Shah wrote: > Use the get/put methods to add/remove the use of TurboSched support from > the cgroup. Didn't anybody tell you that cgroup only interfaces are frowned upon?