From patchwork Thu Jan 3 22:50:29 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Keith Busch X-Patchwork-Id: 10747829 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 823ED14DE for ; Thu, 3 Jan 2019 22:52:30 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 721B42237D for ; Thu, 3 Jan 2019 22:52:30 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 65FEF24BFE; Thu, 3 Jan 2019 22:52:30 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 1CA9A2237D for ; Thu, 3 Jan 2019 22:52:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728504AbfACWw3 (ORCPT ); Thu, 3 Jan 2019 17:52:29 -0500 Received: from mga03.intel.com ([134.134.136.65]:4211 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728481AbfACWw3 (ORCPT ); Thu, 3 Jan 2019 17:52:29 -0500 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Jan 2019 14:52:28 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,436,1539673200"; d="scan'208";a="307303344" Received: from unknown (HELO localhost.lm.intel.com) ([10.232.112.69]) by fmsmga006.fm.intel.com with ESMTP; 03 Jan 2019 14:52:28 -0800 From: Keith Busch To: Jens Axboe , Christoph Hellwig , Sagi Grimberg , Ming Lei , linux-nvme@lists.infradead.org, Bjorn Helgaas , linux-pci@vger.kernel.org Cc: Keith Busch Subject: [PATCHv2 0/4] NVMe IRQ sets fixups Date: Thu, 3 Jan 2019 15:50:29 -0700 Message-Id: <20190103225033.11249-1-keith.busch@intel.com> X-Mailer: git-send-email 2.13.6 Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Changes from v1: Added documentation to Documentation/PCI/MSI-HOWTO.txt Grammar, spelling, and format fixes to commit logs and code comments. Keith Busch (4): nvme-pci: Set tagset nr_maps just once nvme-pci: Distribute io queue types after creation PCI/MSI: Handle vector reduce and retry nvme-pci: Use PCI to handle IRQ reduce and retry Documentation/PCI/MSI-HOWTO.txt | 36 +++++++++++- drivers/nvme/host/pci.c | 126 +++++++++++++++++++--------------------- drivers/pci/msi.c | 20 ++----- include/linux/interrupt.h | 5 ++ 4 files changed, 107 insertions(+), 80 deletions(-)