Skip to content

Commit 8840cc4

Browse files
NickJackolsonhcahca
authored andcommitted
s390/hiperdispatch: Decrease steal time threshold
Higher steal time thresholds favor low utilization scenarios, which is not the common case for s390. Set steal time threshold to a lower value to prioritize vertical high and medium CPUs sooner and allow high utilization scenarios to benefit from it. Suggested-by: Christian Borntraeger <borntraeger@de.ibm.com> Signed-off-by: Mete Durlu <meted@linux.ibm.com> Acked-by: Christian Borntraeger <borntraeger@linux.ibm.com> Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
1 parent eb3a9b4 commit 8840cc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/s390/kernel/hiperdispatch.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565

6666
#define HD_DELAY_FACTOR (4)
6767
#define HD_DELAY_INTERVAL (HZ / 4)
68-
#define HD_STEAL_THRESHOLD 30
68+
#define HD_STEAL_THRESHOLD 10
6969
#define HD_STEAL_AVG_WEIGHT 16
7070

7171
static cpumask_t hd_vl_coremask; /* Mask containing all vertical low COREs */

0 commit comments

Comments
 (0)