Re: RFC for a new Scheduling policy/class in the Linux-kernel

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Henrik Austad
Date: Friday, July 17, 2009 - 12:40 am

On Wednesday 15 July 2009 23:53:05 Ted Baker wrote:

Why cannot you expect real-time tasks using a deadline scheduler to provide 
some estimate of the execution cost? How can you ever hope to run a deadline 
scheduler without this?


Yes, you would need to introduce a new set of syscalls. 2 in fact. When 
working with PD^2, I added 3 (as reweighing was a special case), but:

sched_dl_update(pid, wcet, period, deadline)
sched_dl_release(pid, abs_releease_time)

How can you use deadlines based on priorities? A priority is a one-way mapping 
of deadlines for a set of tasks.


Are we going to place all tasks in the kernel into rt-deadline tasks? I had 
the impression that we wanted a class for a special set of tasks. 


-- 
     henrik
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
RFC for a new Scheduling policy/class in the Linux-kernel, Henrik Austad, (Fri Jul 10, 2:50 pm)
Re: RFC for a new Scheduling policy/class in the Linux-kernel, Douglas Niehaus, (Tue Jul 14, 12:44 am)
Re: RFC for a new Scheduling policy/class in the Linux-kernel, James H. Anderson, (Tue Jul 14, 8:19 am)
Re: RFC for a new Scheduling policy/class in the Linux-kernel, James H. Anderson, (Tue Jul 14, 9:54 am)
Re: RFC for a new Scheduling policy/class in the Linux-kernel, James H. Anderson, (Tue Jul 14, 10:16 am)
Re: RFC for a new Scheduling policy/class in the Linux-kernel, James H. Anderson, (Tue Jul 14, 12:33 pm)
Re: RFC for a new Scheduling policy/class in the Linux-kernel, Bjoern B. Brandenburg, (Tue Jul 14, 9:25 pm)
Re: RFC for a new Scheduling policy/class in the Linux-kernel, James H. Anderson, (Thu Jul 16, 5:59 am)
Re: RFC for a new Scheduling policy/class in the Linux-kernel, Karthik Singaram Lak ..., (Thu Jul 16, 3:34 pm)
Re: RFC for a new Scheduling policy/class in the Linux-kernel, Karthik Singaram Lak ..., (Thu Jul 16, 6:44 pm)
Re: RFC for a new Scheduling policy/class in the Linux-kernel, Henrik Austad, (Fri Jul 17, 12:40 am)