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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 12B4EE7D0AA for ; Thu, 21 Sep 2023 20:37:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231756AbjIUUh6 (ORCPT ); Thu, 21 Sep 2023 16:37:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48022 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232156AbjIUUhb (ORCPT ); Thu, 21 Sep 2023 16:37:31 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 667DC84F25 for ; Thu, 21 Sep 2023 10:37:43 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BAF4CC4AF73; Thu, 21 Sep 2023 11:13:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1695294791; bh=iw3ke3UbjDTAN2nBHhwP4e/dfZNBea9LZ0dNzqIP5iw=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=oVL3zEiZWx1Ni36n69czmH8Rndi0lBbS0Etby6v6VLdrb/eCFWzGQWOcyjO59CZT2 ddokokVjzOBmgBan+iAuFcfs4nHYzcymRO5YV5ArAgGX6r3XCr9Ngdtxza2FsY6oAm CuBGcqIhcCjt1tYjwszkhisv7eUM85hGImAVdBA9WwMbvoZccBPKeJLjXxYh5+haS1 fvXoYM2iWqGeJKJ6Oo75Pl5p3HjJ6WliEv1/7V1lwKsxQJrL4MMQOc7y9ioD46sOxH IEgqLfDj/WDhZn1+1RRKuoeEJ71Q3lzPKuwCwhnNL9PIJfcd1NKxetDhrcgEsfJQfr J4lvP+TUI2bhQ== Received: from disco-boy.misterjones.org ([217.182.43.188] helo=www.loen.fr) by disco-boy.misterjones.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95) (envelope-from ) id 1qjHcL-00EuE8-4R; Thu, 21 Sep 2023 12:13:09 +0100 MIME-Version: 1.0 Date: Thu, 21 Sep 2023 12:13:08 +0100 From: Marc Zyngier To: Joey Gouly Cc: kvmarm@lists.linux.dev, linux-arm-kernel@lists.infradead.org, kvm@vger.kernel.org, James Morse , Suzuki K Poulose , Oliver Upton , Zenghui Yu , Shameerali Kolothum Thodi , Xu Zhao , Eric Auger Subject: Re: [PATCH v2 03/11] KVM: arm64: vgic-v3: Refactor GICv3 SGI generation In-Reply-To: <20230921094225.GA2926762@e124191.cambridge.arm.com> References: <20230920181731.2232453-1-maz@kernel.org> <20230920181731.2232453-4-maz@kernel.org> <20230921094225.GA2926762@e124191.cambridge.arm.com> User-Agent: Roundcube Webmail/1.4.13 Message-ID: X-Sender: maz@kernel.org Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-SA-Exim-Connect-IP: 217.182.43.188 X-SA-Exim-Rcpt-To: joey.gouly@arm.com, kvmarm@lists.linux.dev, linux-arm-kernel@lists.infradead.org, kvm@vger.kernel.org, james.morse@arm.com, suzuki.poulose@arm.com, oliver.upton@linux.dev, yuzenghui@huawei.com, shameerali.kolothum.thodi@huawei.com, zhaoxu.35@bytedance.com, eric.auger@redhat.com X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on disco-boy.misterjones.org); SAEximRunCond expanded to false Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org On 2023-09-21 10:42, Joey Gouly wrote: > Hi Marc, Oliver, > > On Wed, Sep 20, 2023 at 07:17:23PM +0100, Marc Zyngier wrote: >> As we're about to change the way SGIs are sent, start by splitting >> out some of the basic functionnality: instead of intermingling >> the broadcast and non-broadcast cases with the actual SGI generation, >> perform the following cleanups: >> >> - move the SGI queuing into its own helper >> - split the broadcast code from the affinity-driven code >> - replace the mask/shift combinations with FIELD_GET() >> >> The result is much more readable, and paves the way for further >> optimisations. >> >> Reviewed-by: Joey Gouly > > Want to point out that I didn't review this code, I only reviewed > patches 1-3 > from the original series. Ah crap. I try to make sure I was only tagging the right patches, but obviously failed... :-( Really sorry about that. > https://lore.kernel.org/linux-arm-kernel/20230907100931.1186690-1-maz@kernel.org/ > > Since it seems Oliver is picking it up, can you remove my r-b tag from > this patch. Well, Zenghui has found a couple of issues, so there will be a third revision for sure. I'll amend the patch right away. Thanks, M. -- Jazz is not dead. It just smells funny...