Quantcast
Channel: lkml.org : Vaidyanathan Srinivasan
Viewing all articles
Browse latest Browse all 890

Re: [patch 10/15] sched/migration: Move calc_load_migrate() into C ...

$
0
0
Vaidyanathan Srinivasan writes: (Summary) [2016-07-12 18:33:56]:

[...]


Hi Thomas,

Yes this patch fixes the issue. I was able to recreate the problem and also verify with this patch on 4.7.0-rc7.

[...]


Tested-by: Vaidyanathan Srinivasan <svaidy@linux.vnet.ibm.com>

[...]


 if (nr_active != this_rq->calc_load_active) {
  delta = nr_active - this_rq->calc_load_active;
 }
return delta;

Does the above calculation hold good even if we send adjust=1 and bump down nr_active? Tested ok though :)

--Vaidy



Viewing all articles
Browse latest Browse all 890

Trending Articles