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 DC056C7EE2E for ; Tue, 28 Feb 2023 10:14:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230434AbjB1KOC (ORCPT ); Tue, 28 Feb 2023 05:14:02 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58360 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229977AbjB1KN4 (ORCPT ); Tue, 28 Feb 2023 05:13:56 -0500 Received: from mx3.molgen.mpg.de (mx3.molgen.mpg.de [141.14.17.11]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B2CAEC678; Tue, 28 Feb 2023 02:13:54 -0800 (PST) Received: from [141.14.220.45] (g45.guest.molgen.mpg.de [141.14.220.45]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) (Authenticated sender: pmenzel) by mx.molgen.mpg.de (Postfix) with ESMTPSA id 51CF361CC40F9; Tue, 28 Feb 2023 11:13:51 +0100 (CET) Message-ID: <8b0cc6fa-8d40-7401-b8f9-559b5db3e8c9@molgen.mpg.de> Date: Tue, 28 Feb 2023 11:13:50 +0100 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: "Guilherme G. Piccoli" 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> From: Paul Menzel In-Reply-To: <3ca3b60e-47a2-640a-cad3-e3e110d3aaf7@igalia.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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