From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id DD692C433ED for ; Thu, 6 May 2021 09:20:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A7E78610A2 for ; Thu, 6 May 2021 09:20:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233361AbhEFJVl (ORCPT ); Thu, 6 May 2021 05:21:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34366 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233216AbhEFJVk (ORCPT ); Thu, 6 May 2021 05:21:40 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E8E5FC061574 for ; Thu, 6 May 2021 02:20:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=gqwbzSXbrw1GKfT0NFkEh+Wl8x5nZXjehzcXALXxRbo=; b=syZXdjjijpJDxxhmNaevOdZ/ed IOmongEzh9jClU8ysIJlUEzGaXOXdCWMg79/bFjg58v2l2mVNPiqJQ3aiP3MxvDM8XwQpr/QBe1g9 tMaLmjucUGX8HyrcrRVDyllHyKlRQAkUVmVK4mG5OACmBffg4JL+erihHVznJAiUiD44QRcFaZsn7 jamnjK/nfQq2XHcKtaf9eCFN+H7PNZPTmjfcWXlNPWbecrTJPN7hg7yANSRkj4dfIXK5Ql973ugvN iulgjBR98H0cKUQPeP6jry+7tWvtmleqANL7MeQ7OPr3oqDD8DB5Lybzxmo4BDaUETDuzVjCNKnZG 5hbL27zg==; Received: from j217100.upc-j.chello.nl ([24.132.217.100] helo=noisy.programming.kicks-ass.net) by casper.infradead.org with esmtpsa (Exim 4.94 #2 (Red Hat Linux)) id 1lea8Z-001X1j-N8; Thu, 06 May 2021 09:17:55 +0000 Received: from hirez.programming.kicks-ass.net (hirez.programming.kicks-ass.net [192.168.1.225]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (Client did not present a certificate) by noisy.programming.kicks-ass.net (Postfix) with ESMTPS id BF209300103; Thu, 6 May 2021 11:17:38 +0200 (CEST) Received: by hirez.programming.kicks-ass.net (Postfix, from userid 1000) id 9CF4D2018C406; Thu, 6 May 2021 11:17:38 +0200 (CEST) Date: Thu, 6 May 2021 11:17:38 +0200 From: Peter Zijlstra To: Ricardo Neri Cc: Ingo Molnar , Juri Lelli , Vincent Guittot , Dietmar Eggemann , Steven Rostedt , Ben Segall , Mel Gorman , Len Brown , Srinivas Pandruvada , Tim Chen , Aubrey Li , "Ravi V. Shankar" , Ricardo Neri , Quentin Perret , "Joel Fernandes (Google)" , linux-kernel@vger.kernel.org, Aubrey Li , Ben Segall , Daniel Bristot de Oliveira Subject: Re: [PATCH v2 3/4] sched/fair: Consider SMT in ASYM_PACKING load balance Message-ID: References: <20210414020436.12980-1-ricardo.neri-calderon@linux.intel.com> <20210414020436.12980-4-ricardo.neri-calderon@linux.intel.com> <20210506042844.GB3388@ranerica-svr.sc.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210506042844.GB3388@ranerica-svr.sc.intel.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, May 05, 2021 at 09:28:44PM -0700, Ricardo Neri wrote: > Thank you Peter! This code worked well and it looks better than what I > proposed. May I add your Originally-by: and Signed-off-by: tags in a > patch when I post v3? Sure