From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752968AbdLVGyI (ORCPT ); Fri, 22 Dec 2017 01:54:08 -0500 Received: from LGEAMRELO12.lge.com ([156.147.23.52]:35527 "EHLO lgeamrelo12.lge.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751810AbdLVGyG (ORCPT ); Fri, 22 Dec 2017 01:54:06 -0500 X-Original-SENDERIP: 156.147.1.126 X-Original-MAILFROM: byungchul.park@lge.com X-Original-SENDERIP: 10.177.222.33 X-Original-MAILFROM: byungchul.park@lge.com Date: Fri, 22 Dec 2017 15:53:27 +0900 From: Byungchul Park To: peterz@infradead.org, mingo@kernel.org, rostedt@goodmis.org Cc: tglx@linutronix.de, raistlin@linux.it, linux-kernel@vger.kernel.org, juri.lelli@gmail.com, bristot@redhat.com, kernel-team@lge.com Subject: Re: [RESEND PATCH v11 0/2] Make find_later_rq() choose a closer cpu in topology Message-ID: <20171222065327.GB17811@X58A-UD3R> References: <1513646415-7814-1-git-send-email-byungchul.park@lge.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1513646415-7814-1-git-send-email-byungchul.park@lge.com> 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 Hello, shall I stop sending this? Let me know if so. On Tue, Dec 19, 2017 at 10:20:13AM +0900, Byungchul Park wrote: > Change from v10 > -. modify a comment a bit as Steven suggested > > Change from v9 > -. modify a comment a bit so to be more clear as Juri suggested > > Change from v8 > -. add suggested-by Peterz > -. add several comments > > Change from v7 > -. fix a trivial typo > -. modify commit messages to explain what it does more clearly > -. simplify code with an existing macro > > Change from v6 > -. add a comment about selection of fallback_cpu incase more than one exist > -. modify a comment explaining what we do wrt PREFER_SIBLING > > Change from v5 > -. exclude two patches already picked up by peterz > (sched/deadline: Make find_later_rq() choose a closer cpu in topology) > (sched/deadline: Change return value of cpudl_find()) > -. apply what peterz fixed for 'prefer sibling', into deadline and rt > > Change from v4 > -. remove a patch that might cause huge lock contention > (by spin lock(&cpudl.lock) in a hot path of scheduler) > > Change from v3 > -. rename closest_cpu to best_cpu so that it align with rt > -. protect referring cpudl.elements with cpudl.lock > -. change return value of cpudl_find() to bool > > Change from v2 > -. add support for SD_PREFER_SIBLING > > Change from v1 > -. clean up the patch > > Byungchul Park (2): > sched/deadline: Add support for SD_PREFER_SIBLING on find_later_rq() > sched/rt: Add support for SD_PREFER_SIBLING on find_lowest_rq() > > kernel/sched/deadline.c | 82 ++++++++++++++++++++++++++++++++++++++++++++----- > kernel/sched/rt.c | 80 +++++++++++++++++++++++++++++++++++++++++++++-- > 2 files changed, 152 insertions(+), 10 deletions(-) > > -- > 1.9.1