Received: by 2002:a25:7ec1:0:0:0:0:0 with SMTP id z184csp2155598ybc; Wed, 20 Nov 2019 09:41:04 -0800 (PST) X-Google-Smtp-Source: APXvYqzJNiLmEjrQdxwOebhzQXsTX3QqCkDZGdhfEskRZfn2H1nrFycBHXxflqoYyZdhSSJRvhEo X-Received: by 2002:a1c:6144:: with SMTP id v65mr4853419wmb.53.1574271664230; Wed, 20 Nov 2019 09:41:04 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1574271664; cv=none; d=google.com; s=arc-20160816; b=TLb2/nk2HvkSe9HBegXDE8QbhVwY+64whMEyNiNSalNQ8tPYxJqHtL0nkfPweoZYQD yaXpURM1d67zS+eRn+tYl3NvILSOBKzaguMmEPngPkcQCtQLsE+106L8NXeOHyVxXUb5 G72b43+PxazSgmklXhhSh8ZH7PPdfUU+maIbmFOnR7rv+63W8flvczfbIQxLjeZRxThE Kd2YLlgig5SUHF3OSGV/M0jOJD4WCon5f3IkgSckgHwdwyiVJaTD3GixZz2k2KvGKk+I O3GIGgTNqe3CvKG4c4zSsZao6SlO/ArTtboa0XmHaFM1tyKL+iYgZxUvY28Y9i+b2qDa PyQw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=TpjNoWy7Xnptul5WybcgLjaz8Q/adOmx9Jpumrluo+c=; b=ewYause23fecy6PflfS7PNa4N+uyq7CVCzQBSH63qd87FpJtEeoJMEtV+b1VVW7pdc gH+WJYR+GyMR6Kf+iikUVgZtG6tBq3QMG0s5RHia6qfvvjFnogoPKieBSw86gcasGGSZ eBHj6aU3b98o4+9OU2CDCQR6WIxd+rU9fowClXJ7B065SpdXizdgIGc7SatEc2cQj3C4 pYnCP8j4/6tmIr3Et6E3FMN/UrM63AqxUARyAjmG17eo5A1gG3PIEoHn0vCGgQNKmcXz 2RM9QbVElORal+vEiTekmeqKONfI6VzeMzuXA+ddYFhUEJifCPGdZDLP+HkR1Dv4PwWT goNw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id h58si14504eda.18.2019.11.20.09.40.39; Wed, 20 Nov 2019 09:41:04 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728722AbfKTReg (ORCPT + 99 others); Wed, 20 Nov 2019 12:34:36 -0500 Received: from foss.arm.com ([217.140.110.172]:43606 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728072AbfKTReg (ORCPT ); Wed, 20 Nov 2019 12:34:36 -0500 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id B6A1D1FB; Wed, 20 Nov 2019 09:34:35 -0800 (PST) Received: from e107158-lin.cambridge.arm.com (e107158-lin.cambridge.arm.com [10.1.195.21]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 15EE23F703; Wed, 20 Nov 2019 09:34:33 -0800 (PST) Date: Wed, 20 Nov 2019 17:34:31 +0000 From: Qais Yousef To: Vincent Guittot Cc: linux-kernel , Ingo Molnar , Peter Zijlstra , Phil Auld , Valentin Schneider , Srikar Dronamraju , Quentin Perret , Dietmar Eggemann , Morten Rasmussen , Hillf Danton , Parth Shah , Rik van Riel Subject: Re: [PATCH v4 11/11] sched/fair: rework find_idlest_group Message-ID: <20191120173431.b7e4jbq44mjletfe@e107158-lin.cambridge.arm.com> References: <1571405198-27570-1-git-send-email-vincent.guittot@linaro.org> <1571405198-27570-12-git-send-email-vincent.guittot@linaro.org> <20191120115844.scli3gprgd5vvlt4@e107158-lin.cambridge.arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20171215 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/20/19 17:53, Vincent Guittot wrote: > On Wed, 20 Nov 2019 at 14:21, Vincent Guittot > wrote: > > > > Hi Qais, > > > > On Wed, 20 Nov 2019 at 12:58, Qais Yousef wrote: > > > > > > Hi Vincent > > > > > > On 10/18/19 15:26, Vincent Guittot wrote: > > > > The slow wake up path computes per sched_group statisics to select the > > > > idlest group, which is quite similar to what load_balance() is doing > > > > for selecting busiest group. Rework find_idlest_group() to classify the > > > > sched_group and select the idlest one following the same steps as > > > > load_balance(). > > > > > > > > Signed-off-by: Vincent Guittot > > > > --- > > > > > > LTP test has caught a regression in perf_event_open02 test on linux-next and I > > > bisected it to this patch. > > > > > > That is checking out next-20191119 tag and reverting this patch on top the test > > > passes. Without the revert the test fails. > > I haven't tried linux-next yet but LTP test is passed with > tip/sched/core, which includes this patch, on hikey960 which is arm64 > too. > > Have you tried tip/sched/core on your juno ? this could help to > understand if it's only for juno or if this patch interact with > another branch merged in linux next Okay will give it a go. But out of curiosity, what is the output of your run? While bisecting on linux-next I noticed that at some point the test was passing but all the read values were 0. At some point I started seeing none-zero values. -- Qais Yousef