Received: by 2002:a05:6a10:9e8c:0:0:0:0 with SMTP id y12csp1061028pxx; Tue, 27 Oct 2020 07:23:49 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzhdbGkWahwpJ6izj2GnhD2PF4vGJejsL3Nz7ACFxU6o3anueArIj+EDUH/xGbyL6ZDomR2 X-Received: by 2002:a17:906:a4b:: with SMTP id x11mr2758603ejf.11.1603808629333; Tue, 27 Oct 2020 07:23:49 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1603808629; cv=none; d=google.com; s=arc-20160816; b=cUeNY35pIe/ibWN+hEIkEVzsPUXGC618dLl519LBoT+daF6N/L13mjXFC6GDYqB8/U 2bYQpyGDC2MJniP//xL7qELwwSYVYiJTSqSU0FCZzu399kHonI5fFiRQVOQnd3lGY97C TOOoalbSCPeRzyZJbWdPNoRyW0PAm1QmIUiP+0uZtN/dL5gYfqUzB1DTW+Q+EZz7iClm dL6N9bCRZCZomZv6GaGkVJRqaml5GVtVQH6tM4rWjLpCox7AhWtlLfojy6lbdSoT3VZX qOLsv4zmDaN8gymEjqfjrtNP1tIggSszL8tL4RBYVQbX7ErGwHUtU6uZFcEhQXfTwqzn APaw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=zVvjBmy3UuPDYdVo2ginHES81tD/e5fKkS4ZW1jsPUI=; b=wy7WFcLOX2v/qyzHgH2RP+jvD5l7NoXQMqatOTuEr1G0cL4knDcFa728G5D/eHC63f Wczyi7Kr2AZBxeNXfF/4gI+bD5FLgsiLRyzLmvLerPtKAltGO7bo62k9EH+VH4qmuEyL m2vS8IOWyOcIu5bZz9IubaIFigAQwmI7tylBy1Wfv2nt8F95DLk2N2cYSP6jR92Oh5Q1 xlLQdO9kfKqJL+gAl+53NXs2ix/iRpY0FyMy3IKXPH8pHZD29TM4kmEdCbQn3spArGg8 WmK07jvtH/bBk6e/9OS5ZcxZoRGtYkkT1kw/70Y8AVOrYlNMj7NbSC5pjRQzgyCoe8zX 0ygg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id g12si1028653edn.387.2020.10.27.07.23.24; Tue, 27 Oct 2020 07:23:49 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2506011AbgJ0JTl (ORCPT + 99 others); Tue, 27 Oct 2020 05:19:41 -0400 Received: from mx2.suse.de ([195.135.220.15]:32796 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2505970AbgJ0JTk (ORCPT ); Tue, 27 Oct 2020 05:19:40 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 9C6B4B02D; Tue, 27 Oct 2020 09:19:39 +0000 (UTC) Date: Tue, 27 Oct 2020 09:19:36 +0000 From: Mel Gorman To: Julia Lawall Cc: Ingo Molnar , Peter Zijlstra , Juri Lelli , Vincent Guittot , Dietmar Eggemann , Steven Rostedt , Ben Segall , Daniel Bristot de Oliveira , linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] sched/fair: check for idle core Message-ID: <20201027091936.GS32041@suse.de> References: <1603372550-14680-1-git-send-email-Julia.Lawall@inria.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <1603372550-14680-1-git-send-email-Julia.Lawall@inria.fr> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Oct 22, 2020 at 03:15:50PM +0200, Julia Lawall wrote: > Fixes: 11f10e5420f6 ("sched/fair: Use load instead of runnable load in wakeup path") > Signed-off-by: Julia Lawall > Reviewed-by Vincent Guittot > While not a universal win, it was mostly a win or neutral. In few cases where there was a problem, one benchmark I'm a bit suspicious of generally as occasionally it generates bad results for unknown and unpredictable reasons. In another, it was very machine specific and the differences were small in absolte time rather than relative time. Other tests on the same machine were fine so overall; Acked-by: Mel Gorman Thanks. -- Mel Gorman SUSE Labs