]> git.droids-corp.org - dpdk.git/blobdiff - examples/vm_power_manager/oob_monitor_x86.c
examples/vm_power: allow managing idle cores
[dpdk.git] / examples / vm_power_manager / oob_monitor_x86.c
index 3c514475f17c8163900ecce7f4fd5b16b875cdfc..a5b1c168c3c86cefa05253ef886881e00edbfc24 100644 (file)
@@ -96,12 +96,12 @@ apply_policy(int core)
        g_branch_misses = miss_diff;
 
        if (hits_diff < (INTERVAL*100)) {
-               /* Likely no workload running on this core. Skip. */
-               return -1.0;
+               /* Likely no workload running on this core. */
+               ratio = 0.0;
+       } else {
+               ratio = (float)miss_diff * (float)100 / (float)hits_diff;
        }
 
-       ratio = (float)miss_diff * (float)100 / (float)hits_diff;
-
        /*
         * Store the last few directions that the ratio indicates
         * we should take. If there's on 'up', then we scale up