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 X-Spam-Level: X-Spam-Status: No, score=-11.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 672A9C432BE for ; Fri, 13 Aug 2021 15:18:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5013260F51 for ; Fri, 13 Aug 2021 15:18:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241769AbhHMPS3 (ORCPT ); Fri, 13 Aug 2021 11:18:29 -0400 Received: from foss.arm.com ([217.140.110.172]:54686 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242125AbhHMPNs (ORCPT ); Fri, 13 Aug 2021 11:13:48 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id BF4A11042; Fri, 13 Aug 2021 08:13:20 -0700 (PDT) Received: from e123427-lin.arm.com (unknown [10.57.41.20]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id DD9FB3F718; Fri, 13 Aug 2021 08:13:18 -0700 (PDT) From: Lorenzo Pieralisi To: Michael Kelley , Stephen Hemminger , Sunil Muthuswamy , Wei Liu , KY Srinivasan , Dexuan Cui , Haiyang Zhang Cc: Lorenzo Pieralisi , "linux-pci@vger.kernel.org" , "linux-hyperv@vger.kernel.org" , Rob Herring , "linux-kernel@vger.kernel.org" , Bjorn Helgaas Subject: Re: [PATCH v3 1/1] PCI: hv: Support for create interrupt v3 Date: Fri, 13 Aug 2021 16:13:13 +0100 Message-Id: <162886758112.5295.14629171411388600322.b4-ty@arm.com> X-Mailer: git-send-email 2.31.0 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 12 Jul 2021 21:58:18 +0000, Sunil Muthuswamy wrote: > Hyper-V vPCI protocol version 1_4 adds support for create interrupt > v3. Create interrupt v3 essentially makes the size of the vector > field bigger in the message, thereby allowing bigger vector values. > For example, that will come into play for supporting LPI vectors > on ARM, which start at 8192. Applied to pci/hv, thanks! [1/1] PCI: hv: Support for create interrupt v3 https://git.kernel.org/lpieralisi/pci/c/8f6a6b3c50 Thanks, Lorenzo