Re: [PATCH 7/13] better active balancing heuristic

2005-02-24 Thread Ingo Molnar
* Nick Piggin <[EMAIL PROTECTED]> wrote: > 7/13 yeah, we need this one too. Acked-by: Ingo Molnar <[EMAIL PROTECTED]> Ingo - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at

Re: [PATCH 7/13] better active balancing heuristic

2005-02-24 Thread Ingo Molnar
* Nick Piggin [EMAIL PROTECTED] wrote: 7/13 yeah, we need this one too. Acked-by: Ingo Molnar [EMAIL PROTECTED] Ingo - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at

[PATCH 7/13] better active balancing heuristic

2005-02-23 Thread Nick Piggin
7/13 Fix up active load balancing a bit so it doesn't get called when it shouldn't. Reset the nr_balance_failed counter at more points where we have found conditions to be balanced. This reduces too aggressive active balancing seen on some workloads. Signed-off-by: Nick Piggin <[EMAIL

[PATCH 7/13] better active balancing heuristic

2005-02-23 Thread Nick Piggin
7/13 Fix up active load balancing a bit so it doesn't get called when it shouldn't. Reset the nr_balance_failed counter at more points where we have found conditions to be balanced. This reduces too aggressive active balancing seen on some workloads. Signed-off-by: Nick Piggin [EMAIL PROTECTED]