From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752134AbdHPNct (ORCPT ); Wed, 16 Aug 2017 09:32:49 -0400 Received: from mail.kernel.org ([198.145.29.99]:37500 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751530AbdHPNcs (ORCPT ); Wed, 16 Aug 2017 09:32:48 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org DD58121D4E Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=goodmis.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=rostedt@goodmis.org Date: Wed, 16 Aug 2017 09:32:44 -0400 From: Steven Rostedt To: Byungchul Park Cc: peterz@infradead.org, mingo@kernel.org, linux-kernel@vger.kernel.org, juri.lelli@gmail.com, kernel-team@lge.com Subject: Re: [PATCH v6 1/2] sched/deadline: Add support for SD_PREFER_SIBLING on find_later_rq() Message-ID: <20170816093244.6e35f423@gandalf.local.home> In-Reply-To: <20170816021736.GP20323@X58A-UD3R> References: <1502077834-11137-1-git-send-email-byungchul.park@lge.com> <1502077834-11137-2-git-send-email-byungchul.park@lge.com> <20170815111940.07c7f3de@gandalf.local.home> <20170816003810.GO20323@X58A-UD3R> <20170815214201.15b6424b@gandalf.local.home> <20170816021736.GP20323@X58A-UD3R> X-Mailer: Claws Mail 3.14.0 (GTK+ 2.24.31; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 16 Aug 2017 11:17:36 +0900 Byungchul Park wrote: > Yes, that's what I intended. IOW: > > If (we found a proper sd, not having SD_PREFER_SIBLING?) > use the sd; > else if (we found a proper sd, having SD_PREFER_SIBLING?) > use the smallest sd among SD_PREFER_SIBLING sds; BTW, what do you mean by "smallest sd"? -- Steve