Agreed. I've done some further testing and the difference is pretty
marginal. Some of the earlier number I quoted compared the rtqueue
patch to a fixed version of 2.1.122 for POSIX.4 compliance. I've now
tested with 2.1.123 plus a revised fix (the same fix that comes with
the rtqueue patch), and the earlier improvements I quoted aren't as
large.
So, comparing apples with apples, I'm seeing up to 0.3 us improvement
(no extra processes on the run queue).
In only one case (SCHED_OTHER thread switching with no extra
processes) do I see a slowdown, and it's only 0.1 us, and that
measurement is pretty marginal anyway. It's probably more likely 0.05
us given the way the numbers vary.
Doing process switching instead (the general case) yields a 0.1 us
improvement. This measurement wasn't marginal.
So, in summary, the worst case cost is tiny, the general case yields a
small but measurable advantage, and the special case (RT) yields a
considerable advantage.
Regards,
Richard....
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/