Re: [PATCH v5 02/15] sched/core: make sched_setattr able to tune the current policy
From: Peter Zijlstra <peterz@infradead.org>
Date: 2018-11-07 12:11:35
Also in:
linux-pm, lkml
From: Peter Zijlstra <peterz@infradead.org>
Date: 2018-11-07 12:11:35
Also in:
linux-pm, lkml
On Mon, Oct 29, 2018 at 06:32:56PM +0000, Patrick Bellasi wrote:
@@ -50,11 +52,13 @@ #define SCHED_FLAG_RESET_ON_FORK 0x01 #define SCHED_FLAG_RECLAIM 0x02 #define SCHED_FLAG_DL_OVERRUN 0x04 -#define SCHED_FLAG_UTIL_CLAMP 0x08 +#define SCHED_FLAG_TUNE_POLICY 0x08 +#define SCHED_FLAG_UTIL_CLAMP 0x10
That seems to suggest you want to do this patch first, but you didn't..