Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753035AbdDJIks (ORCPT ); Mon, 10 Apr 2017 04:40:48 -0400 Received: from bombadil.infradead.org ([65.50.211.133]:54163 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751968AbdDJIkr (ORCPT ); Mon, 10 Apr 2017 04:40:47 -0400 Date: Mon, 10 Apr 2017 10:40:38 +0200 From: Peter Zijlstra To: Dietmar Eggemann Cc: Paul Turner , Yuyang Du , Ingo Molnar , LKML , Benjamin Segall , Morten Rasmussen , Vincent Guittot , Matt Fleming , Mike Galbraith Subject: Re: [RESEND PATCH 2/2] sched/fair: Optimize __update_sched_avg() Message-ID: <20170410084038.eg6nyyle6jwt5rmb@hirez.programming.kicks-ass.net> References: <20170329000442.GC2459@ydu19desktop> <20170329104126.lg6ismevfbqywpcj@hirez.programming.kicks-ass.net> <20170330121658.6mo7datma4ssw7st@hirez.programming.kicks-ass.net> <20170330141428.deiduft5btwid6ov@hirez.programming.kicks-ass.net> <20170331070141.ygghjaamv6bswbyl@hirez.programming.kicks-ass.net> <20170331112358.422kb5aosbq3k5tn@hirez.programming.kicks-ass.net> <2f4c2d4e-f56e-8681-1a32-621eb2ad8c35@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2f4c2d4e-f56e-8681-1a32-621eb2ad8c35@arm.com> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 447 Lines: 11 On Mon, Apr 10, 2017 at 08:39:10AM +0100, Dietmar Eggemann wrote: > Are you planning to get rid of scale_load_down() for weight because of > the correctness problems of the signal mentioned by Paul in this thread? Yes; it would be good to (again) use all 20 bits of weight for the load_avg things. It was one of the reasons we went to 20 in the first place after all. The patch was a quick draft and known broken, but thanks for having a look.