Make appropriate modifications in check_asym_packing to reflect PJT's
metric.

Signed-off-by: Preeti U Murthy <pre...@linux.vnet.ibm.com>
---
 kernel/sched/fair.c |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/kernel/sched/fair.c b/kernel/sched/fair.c
index 68a6b1d..3b18f5f 100644
--- a/kernel/sched/fair.c
+++ b/kernel/sched/fair.c
@@ -4814,6 +4814,8 @@ static int check_asym_packing(struct lb_env *env, struct 
sd_lb_stats *sds)
 
        env->imbalance = DIV_ROUND_CLOSEST(
                sds->max_load * sds->busiest->sgp->power, SCHED_POWER_SCALE);
+       env->load_imbalance = DIV_ROUND_CLOSEST(
+               sds->max_sg_load * sds->busiest->sgp->power, SCHED_POWER_SCALE);
 
        return 1;
 }

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to