Re: -mm seems significanty slower than mainline on kernbench

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Con Kolivas wrote:
On Wed, 11 Jan 2006 12:41 pm, Martin Bligh wrote:

Seems to have gone wrong between 2.6.14-rc1-mm1 and 2.6.14-rc2-mm1 ?
See http://test.kernel.org/perf/kernbench.moe.png for clearest effect.


The only new scheduler patch at that time was this:
+sched-modified-nice-support-for-smp-load-balancing.patch

which was Peter's modifications to my smp nice support. cc'ed Peter


This patch will probably have overhead implications as it will skip some tasks during load balancing looking for ones whose bias_prio is small enough to fit within the amount of bias to be moved. Because the candidate tasks are ordered in the array by dynamic priority and not nice (or bias_prio) the search is exhaustive. I need to think about whether this can be made a little smarter e.g. skip to the next idx as soon as a task whose bias_prio is too large is encountered. This would have the effect of missing some tasks that could have been moved due but these will generally be tasks with interactive bonuses causing them to be in a lower slot in the queue than would otherwise be the case and as they generally do small CPU runs not moving them probably won't make much difference.

> I guess we need to check whether reversing this patch helps.

It would be interesting to see if it does.

If it does we probably have to wear the cost (and try to reduce it) as without this change smp nice support is fairly ineffective due to the fact that it moves exactly the same tasks as would be moved without it. At the most it changes the frequency at which load balancing occurs.

Peter
--
Peter Williams                                   [email protected]

"Learning, n. The kind of ignorance distinguishing the studious."
 -- Ambrose Bierce
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux