Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D4B0BC7EE2E for ; Tue, 28 Feb 2023 12:05:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231557AbjB1MFr (ORCPT ); Tue, 28 Feb 2023 07:05:47 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34400 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231514AbjB1MFo (ORCPT ); Tue, 28 Feb 2023 07:05:44 -0500 Received: from fanzine2.igalia.com (fanzine2.igalia.com [213.97.179.56]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 98D382DE62; Tue, 28 Feb 2023 04:05:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=igalia.com; s=20170329; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:From: References:Cc:To:Subject:MIME-Version:Date:Message-ID:Sender:Reply-To: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=Tb8v3gSrxOz35jzMapCnQ0G/8W1+t6kLfHHktPU3mD4=; b=VIsdJCJXi1xMa1zI7F3s3Pliy0 HXitXrg+XyBOf9eICMwNy3L8y3AtwLggejHxMxrL7XfK80/0MXxMA/DQqUDAbRxVbHiN4Nu3PbxzX w8IGouuc9WMEeTri671NblotNzLe7WcGcTfk3F1w7Ow7Z7aT5bp1ld9hTxH/LC/0hwXOQRBBNFqqk rrsqnin7gJ9ZF74MyYK2HiEMeKQtGgdjh3EWejV5NcV3QrBOy1n+L12tOZ4JoKl3Nv8c7W7j0ndEc dJnG7bSC1a2hIxqWvWXggjafWSPKymCzn+3rR4BBNdlNLv9ML42EY3Zn7CJttGIc03R5sMDLU8Ns/ W0s+kYcQ==; Received: from [152.254.196.162] (helo=[192.168.1.60]) by fanzine2.igalia.com with esmtpsa (Cipher TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_128_GCM:128) (Exim) id 1pWyiv-000Bgy-K1; Tue, 28 Feb 2023 13:04:49 +0100 Message-ID: <174e3a17-31bb-d74c-6248-23558fc2b5ee@igalia.com> Date: Tue, 28 Feb 2023 09:04:39 -0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0 Subject: Re: [PATCH v12 00/11] Parallel CPU bringup for x86_64 Content-Language: en-US To: Paul Menzel Cc: Usama Arif , David Woodhouse , Arjan van de Ven , Borislav Petkov , brgerst@gmail.com, dave.hansen@linux.intel.com, fam.zheng@bytedance.com, hewenliang4@huawei.com, "H. Peter Anvin" , kim.phillips@amd.com, kvm@vger.kernel.org, LKML , Ingo Molnar , liangma@liangbit.com, mimoja@mimoja.de, oleksandr@natalenko.name, "Paul E. McKenney" , Paolo Bonzini , piotrgorski@cachyos.org, punit.agrawal@bytedance.com, rcu@vger.kernel.org, Sean Christopherson , simon.evans@bytedance.com, Thomas Gleixner , Tom Lendacky , x86@kernel.org References: <3ca3b60e-47a2-640a-cad3-e3e110d3aaf7@igalia.com> <8b0cc6fa-8d40-7401-b8f9-559b5db3e8c9@molgen.mpg.de> From: "Guilherme G. Piccoli" In-Reply-To: <8b0cc6fa-8d40-7401-b8f9-559b5db3e8c9@molgen.mpg.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 28/02/2023 07:13, Paul Menzel wrote: > Dear Guilherme, > > > Am 27.02.23 um 22:39 schrieb Guilherme G. Piccoli: > >> I've tested it on Steam Deck (with and without the "no_parallel_bringup" >> parameter), it works fine - also tested S3/deep sleep-resume cycle. >> >> Feel free to add (to the series): >> Tested-by: Guilherme G. Piccoli > > Thank you for testing the series. It’d be great if you could share the > timing differences. > > […] > > > Kind regards, > > Paul Hi Paul! The results...weren't so great, I felt no difference heh Which is also not bad, it seems the series favors big SMP systems, Deck has only 8 CPUs. But maybe the way I measured is not ideal? I just compared timestamps on dmesg from the first SMP message up to the one that says the boot of secondary CPUs is complete. Do you have a better suggestion? I can try things here. Cheers, Guilherme