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 53B23C433EF for ; Tue, 10 May 2022 10:55:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240520AbiEJK7T (ORCPT ); Tue, 10 May 2022 06:59:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58774 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240360AbiEJK6k (ORCPT ); Tue, 10 May 2022 06:58:40 -0400 Received: from mail-wm1-f49.google.com (mail-wm1-f49.google.com [209.85.128.49]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2B327532CC; Tue, 10 May 2022 03:52:09 -0700 (PDT) Received: by mail-wm1-f49.google.com with SMTP id bg25so9918733wmb.4; Tue, 10 May 2022 03:52:09 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=p6VCNHyiYuDbxgsrbiSQPkXEisIh4ErIQF+ClwhqALo=; b=FSYwuDVlKH9wW4QkdUVsZ0vCRN5OqJ05OKq6qiTlw5fEITVE7vaWAQ5Zd7xSQ7ib6t 6ZsM/u1M8QUd5t6KIv7ENt6euKB6LNn3W1XU0H8uOPUNr2W65O/YZwVhoUrKlFU4jfN7 2Ve2hLh7SSemKUl1OZj6ltgysDlLSsjz6HXp863arbyznGxD4jNthM9+B5cGruzQ7met 00I2PvXeymbOPe497l+uO+8jQDlzBjbcJK7gyg+/qNLyBgHv4AcJ3o6P3vqc49yly/aR bHQ6Ij+ZjNb9phSRWOW9fhPN84XS2mi4yYQSpuPriiuIaNtJmac+hbvisnXAISCWtzW4 SAiw== X-Gm-Message-State: AOAM533vH6VAlcHz6lEmoNXwmQro8TZM7XPAkJmv0QxxGDhmpQO/q4Vl bzvk1RvocT1BGhIfj2vlu5c= X-Google-Smtp-Source: ABdhPJwuWwvFLwODMaM2OHf1KBzQlzSMCPivJS8OGOT5GoBODuzez3+oLb5dA2oywcHIXj7AVTOICQ== X-Received: by 2002:a05:600c:a08:b0:392:a561:9542 with SMTP id z8-20020a05600c0a0800b00392a5619542mr20338302wmp.62.1652179927424; Tue, 10 May 2022 03:52:07 -0700 (PDT) Received: from liuwe-devbox-debian-v2 ([51.145.34.42]) by smtp.gmail.com with ESMTPSA id r17-20020a05600c425100b003942a244ee2sm2304037wmm.39.2022.05.10.03.52.06 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 10 May 2022 03:52:06 -0700 (PDT) Date: Tue, 10 May 2022 10:52:04 +0000 From: Wei Liu To: Jeffrey Hugo Cc: Dexuan Cui , KY Srinivasan , Haiyang Zhang , Stephen Hemminger , "wei.liu@kernel.org" , "lorenzo.pieralisi@arm.com" , "robh@kernel.org" , "kw@linux.com" , "bhelgaas@google.com" , Jake Oshins , David Zhang , "linux-hyperv@vger.kernel.org" , "linux-pci@vger.kernel.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH 1/2] PCI: hv: Reuse existing ITRE allocation in compose_msi_msg() Message-ID: <20220510105204.t57u35y5kicniefs@liuwe-devbox-debian-v2> References: <1652132902-27109-1-git-send-email-quic_jhugo@quicinc.com> <1652132902-27109-2-git-send-email-quic_jhugo@quicinc.com> <8372be1c-5f7d-3a0e-38fb-787b9d38fcd9@quicinc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8372be1c-5f7d-3a0e-38fb-787b9d38fcd9@quicinc.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, May 09, 2022 at 08:29:19PM -0600, Jeffrey Hugo wrote: > On 5/9/2022 5:13 PM, Dexuan Cui wrote: > > > From: Jeffrey Hugo > > > Sent: Monday, May 9, 2022 2:48 PM > > > Subject: [PATCH 1/2] PCI: hv: Reuse existing ITRE allocation in > > > > s/ITRE/IRTE. I suppose Wei can help fix this without a v2 :-) > > Thanks for the review. > > I have no problem sending out a V2. Especially since you pointed out my > mistakes on both patches. I'll wait a little bit for any additional > feedback, and then send out a V2. Yes please send out v2. Thanks, Wei.