lkml.org 
[lkml]   [2014]   [Apr]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH 0/3] sched: Idle balance patches
Date
This patchset includes a few modifications related to idle_balance().

Patch #1 addresses an issue introduced by commit e5fc6611 which potentially
can cause rq->max_idle_balance_cost to not get updated when it should.

Patch #2 initializes the per domain newidle balance stats in sd_numa_init().

Patch #3 is a performance related patch. It stops searching for more tasks
to pull while traversing the domains in idle balance if we find that there
are runnable tasks. This patch resulted in approximately a 6% performance
improvement to a Java server workload on an 8 socket machine.

Jason Low (3):
sched, balancing: Update rq->max_idle_balance_cost whenever newidle
balance is attempted
sched: Initialize newidle balance stats in sd_numa_init()
sched, fair: Stop searching for tasks in newidle balance if there are
runnable tasks

kernel/sched/core.c | 2 ++
kernel/sched/fair.c | 17 +++++++++++------
2 files changed, 13 insertions(+), 6 deletions(-)



\
 
 \ /
  Last update: 2014-04-24 04:01    [W:0.249 / U:0.328 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site