Re: Student Project Ideas

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Lee Revell
Date: Thursday, March 29, 2007 - 10:17 pm

On 3/29/07, Russ Meyerriecks <datachomper@gmail.com> wrote:

You could try to get scheduling latency down into the 1-2ms range
without resorting to kernel preemption.  rt_secret_rebuild is the main
problem - it does not take any spinlocks, and is not a hot path, but
runs in softirq context and is thus non-preemptible.  Even if you
don't succeed you'll acquire a deep knowledge of the networking code.

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

Messages in current thread:
Student Project Ideas, Russ Meyerriecks, (Thu Mar 29, 3:04 am)
Re: Student Project Ideas, Helge Hafting, (Thu Mar 29, 3:15 am)
Re: Student Project Ideas, Cong WANG, (Thu Mar 29, 3:32 am)
Re: Student Project Ideas, Stefan Richter, (Thu Mar 29, 9:35 am)
Re: Student Project Ideas, Ahmed S. Darwish, (Thu Mar 29, 1:44 pm)
Re: Student Project Ideas, Ahmed S. Darwish, (Thu Mar 29, 1:59 pm)
Re: Student Project Ideas, Kyle Moffett, (Thu Mar 29, 3:54 pm)
Re: Student Project Ideas, Jan Engelhardt, (Thu Mar 29, 5:09 pm)
Re: Student Project Ideas, Kyle Moffett, (Thu Mar 29, 5:25 pm)
Re: Student Project Ideas, Lee Revell, (Thu Mar 29, 10:17 pm)
Re: Student Project Ideas, Pavel Machek, (Fri Mar 30, 8:34 am)
Re: Student Project Ideas, Gerb Stralko, (Fri Mar 30, 9:15 am)
Re: Student Project Ideas, Pavel Machek, (Mon Apr 2, 6:01 am)