lkml.org 
[lkml]   [2018]   [Feb]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 3/6] sched/isolation: Isolate workqueues when "nohz_full=" is set
On Fri, Feb 09, 2018 at 07:55:44AM +0100, Ingo Molnar wrote:
>
> * Frederic Weisbecker <frederic@kernel.org> wrote:
>
> > - flags = HK_FLAG_TICK | HK_FLAG_TIMER | HK_FLAG_RCU | HK_FLAG_MISC;
> > + flags = HK_FLAG_TICK | HK_FLAG_WQ | HK_FLAG_TIMER |
> > + HK_FLAG_RCU | HK_FLAG_MISC;
>
> > - cpumask_copy(wq_unbound_cpumask, housekeeping_cpumask(HK_FLAG_DOMAIN));
> > + cpumask_copy(wq_unbound_cpumask,
> > + housekeeping_cpumask(HK_FLAG_DOMAIN | HK_FLAG_WQ));
>
> LGTM, but _please_ don't do these ugly line-breaks, just keep it slightly over
> col80.

Works for me, I'll fix.

Thanks.

\
 
 \ /
  Last update: 2018-02-10 11:22    [W:0.065 / U:1.544 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site