lkml.org 
[lkml]   [2009]   [Mar]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: Dynamically determine if kernel includes CFS Scheduler
Sitsofe Wheeler wrote:
> On Fri, Mar 06, 2009 at 12:44:30PM -0800, Darren Hart wrote:
>> I've received an internal request for a means to determine at run-time
>> if the CFS scheduler is included in the running kernel. Looking through
>> the git commit log and the /proc/sys/kernel filesystem, I think I see
>> two approaches:
>
> Sounds dangerous (you are dependent on scheduler beahviour) but if it
> exists you could check /proc/config.gz (or the config file in the /boot
> directory)...
>

So I am of course in agreement with both you and Peter. In this case,
the development team of an existing product is trying to move away from
heavy use of sched_yield(), and the CFS scheduler provides some
motivation for that as the behavior of sched_yield() changed (again).
As we know, this behavior should not be depended upon, but lots of
applications do it unfortunately. So, in this case the development team
would like to move to becoming less dependent on it, but unfortunately
do not feel it is feasible to make the change unconditionally as it has
the potential to destabilize the existing installations, etc. They
would like to be able to say, use this new approach using fewer
sched_yield() calls on kernels with CFS.

I understand it isn't ideal, and I have of course provided that
feedback, but I would like to provide them with all the information I can.

Thanks,

--
Darren Hart
IBM Linux Technology Center
Real-Time Linux Team


\
 
 \ /
  Last update: 2009-03-07 00:05    [W:0.158 / U:0.108 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site