Re: [PATCH v2 3/3] sched/fair: Disable tg load_avg update for root_task_group

2015-12-02 Thread bsegall
Waiman Long writes: > Currently, the update_tg_load_avg() function attempts to update the > tg's load_avg value whenever the load changes even for root_task_group > where the load_avg value will never be used. This patch will disable > the load_avg update when the given task group is the

[PATCH v2 3/3] sched/fair: Disable tg load_avg update for root_task_group

2015-12-02 Thread Waiman Long
Currently, the update_tg_load_avg() function attempts to update the tg's load_avg value whenever the load changes even for root_task_group where the load_avg value will never be used. This patch will disable the load_avg update when the given task group is the root_task_group. Running a Java

[PATCH v2 3/3] sched/fair: Disable tg load_avg update for root_task_group

2015-12-02 Thread Waiman Long
Currently, the update_tg_load_avg() function attempts to update the tg's load_avg value whenever the load changes even for root_task_group where the load_avg value will never be used. This patch will disable the load_avg update when the given task group is the root_task_group. Running a Java

Re: [PATCH v2 3/3] sched/fair: Disable tg load_avg update for root_task_group

2015-12-02 Thread bsegall
Waiman Long writes: > Currently, the update_tg_load_avg() function attempts to update the > tg's load_avg value whenever the load changes even for root_task_group > where the load_avg value will never be used. This patch will disable > the load_avg update when the given task