Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754548AbdHVFzj (ORCPT ); Tue, 22 Aug 2017 01:55:39 -0400 Received: from LGEAMRELO12.lge.com ([156.147.23.52]:54644 "EHLO lgeamrelo12.lge.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751362AbdHVFzi (ORCPT ); Tue, 22 Aug 2017 01:55:38 -0400 X-Original-SENDERIP: 156.147.1.127 X-Original-MAILFROM: byungchul.park@lge.com X-Original-SENDERIP: 10.177.222.33 X-Original-MAILFROM: byungchul.park@lge.com Date: Tue, 22 Aug 2017 14:55:30 +0900 From: Byungchul Park To: Juri Lelli Cc: Peter Zijlstra , mingo@kernel.org, joel.opensrc@gmail.com, linux-kernel@vger.kernel.org, juri.lelli@gmail.com, rostedt@goodmis.org, kernel-team@lge.com Subject: Re: [PATCH v8 1/2] sched/deadline: Add support for SD_PREFER_SIBLING on find_later_rq() Message-ID: <20170822055530.GF20323@X58A-UD3R> References: <1503044519-2804-1-git-send-email-byungchul.park@lge.com> <1503044519-2804-2-git-send-email-byungchul.park@lge.com> <20170821134458.gocjoobaybb45egi@e106622-lin> <20170821135645.y3ppzdyewwbecvvx@hirez.programming.kicks-ass.net> <20170821140757.opm2cnqmwuk5jdcv@e106622-lin> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170821140757.opm2cnqmwuk5jdcv@e106622-lin> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 617 Lines: 22 On Mon, Aug 21, 2017 at 03:07:57PM +0100, Juri Lelli wrote: > > Consider a 4 core, SMT2 system: > > > > LLC [0 - 7] > > > > SMT [0,1] [2,3] [4,5] [6,7] > > > > If we do a wake-up on CPU0, we'll find CPU1, mark that as fallback, > > continue up the domain tree, exclude 0,1 from 0-7 and find CPU2. > > > > A next wakeup on CPU0 does the same and will find CPU3, fully loading > > that core, instead of considering CPU4 first. > > > > Ah, right, I see. Thanks for explaining. > > Byungchul, maybe you could add this explanation as a comment? Yes. Good idea. I will add it. Thank you, Byungchul