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 8513BC433FE for ; Sat, 12 Nov 2022 12:43:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234869AbiKLMni (ORCPT ); Sat, 12 Nov 2022 07:43:38 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53240 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234317AbiKLMnf (ORCPT ); Sat, 12 Nov 2022 07:43:35 -0500 Received: from mail-wr1-f43.google.com (mail-wr1-f43.google.com [209.85.221.43]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C033C1570C; Sat, 12 Nov 2022 04:43:34 -0800 (PST) Received: by mail-wr1-f43.google.com with SMTP id g12so9679196wrs.10; Sat, 12 Nov 2022 04:43:34 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=K6Bc2gTV0O0wWaaiJt+7TbO5Q/u6dV/Zvu16eLjh5vU=; b=hQtZVEPbvHQCdBCkXtM3vO+HtlC/yP//imVaZxmxiJe7eOIFnXw52ma8HNUhFgJLrP 2b03dnBGA4cZj9cMrZqq4btAxU3awSk/LnV+Ekp42RLNHF016l0aieVuneUuw1m/Ijxk TEMUAkhoJCZ2+Do73Bt8HOGJi0MTSAvgboIlRsTdx9PItFUD6TjXeHA96quCn1e/icwI tFIJPy8VI6JcGwb8doYDj3rj13RkwM9lQDHFhAO9HWPSextGnH/slbUEMSgm/IJ+62D4 izMzvFp6B4P995eRlyI118BCx/V/0Ui75oi4cOYgEniNA0FL8peqFZvXRNPUGZXrMoBD oKGw== X-Gm-Message-State: ANoB5plzZBmaGdYKQMWjoqVqhmqX+2iY5pEN2vN4oNFNjmKougjNEpgC 6Z8Cp/uRsXS++VteXgX8rMQ= X-Google-Smtp-Source: AA0mqf4zlURPuVIhgKKj3JDFMpvmT0oiHzFdFH11U2vmHog8ITHC4je/qkQWvwpyUBL+wqTB5nJEmQ== X-Received: by 2002:adf:cf12:0:b0:236:611d:b6b9 with SMTP id o18-20020adfcf12000000b00236611db6b9mr3619896wrj.190.1668257013247; Sat, 12 Nov 2022 04:43:33 -0800 (PST) Received: from liuwe-devbox-debian-v2 ([51.145.34.42]) by smtp.gmail.com with ESMTPSA id m3-20020a5d6243000000b0023660f6cecfsm4343306wrv.80.2022.11.12.04.43.32 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 12 Nov 2022 04:43:32 -0800 (PST) Date: Sat, 12 Nov 2022 12:43:30 +0000 From: Wei Liu To: Dexuan Cui Cc: Lorenzo Pieralisi , "wei.liu@kernel.org" , "quic_jhugo@quicinc.com" , "quic_carlv@quicinc.com" , KY Srinivasan , Haiyang Zhang , "sthemmin@microsoft.com" , "bhelgaas@google.com" , "linux-hyperv@vger.kernel.org" , "linux-pci@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "Michael Kelley (LINUX)" , "robh@kernel.org" , "kw@linux.com" , "helgaas@kernel.org" , "alex.williamson@redhat.com" , "boqun.feng@gmail.com" , Boqun Feng Subject: Re: [PATCH v3] PCI: hv: Only reuse existing IRTE allocation for Multi-MSI Message-ID: References: <20221104222953.11356-1-decui@microsoft.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Nov 12, 2022 at 12:58:33AM +0000, Dexuan Cui wrote: [...] > > I discussed the issue with Hyper-V team. I believe I understood it and > this patch is the right thing to have. > > @Wei, Bjorn spotted two typos in the commit message, and Lorenzo > suggested a change to the above "current". Can you please help > fix these and merge the patch? Or, let me know if it'd be easier if > I should send v4. All fixed and patch applied to hyperv-fixes. Thanks, Wei. > > Thanks, > Dexuan >