Re: [PATCH v6 1/2] sched/deadline: Add support for SD_PREFER_SIBLING on find_later_rq()

From: Steven Rostedt
Date: Wed Aug 16 2017 - 09:32:53 EST


On Wed, 16 Aug 2017 11:17:36 +0900
Byungchul Park <byungchul.park@xxxxxxx> 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