From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f45.google.com ([209.85.220.45]:59444 "EHLO mail-pa0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753468AbaBUXqQ (ORCPT ); Fri, 21 Feb 2014 18:46:16 -0500 Received: by mail-pa0-f45.google.com with SMTP id lf10so4112919pab.4 for ; Fri, 21 Feb 2014 15:46:16 -0800 (PST) Date: Fri, 21 Feb 2014 15:46:13 -0800 From: Jens Axboe To: Alexander Gordeev Cc: linux-kernel@vger.kernel.org, Mike Miller , Asai Thambi S P , Joshua Morris , Philip Kelleher , Kyungmin Park , iss_storagedev@hp.com, linux-pci@vger.kernel.org Subject: Re: [PATCH 0/9] block: Use pci_enable_msix_range() instead of pci_enable_msix() Message-ID: <20140221234613.GE29129@kernel.dk> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: Sender: linux-pci-owner@vger.kernel.org List-ID: On Wed, Feb 19 2014, Alexander Gordeev wrote: > As result of deprecation of MSI-X/MSI enablement functions > pci_enable_msix() and pci_enable_msi_block() all drivers > using these two interfaces need to be updated to use the > new pci_enable_msi_range() and pci_enable_msix_range() > interfaces. Thanks. Applied 3-4, and 6-9 (didn't get the others). -- Jens Axboe