From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bombadil.infradead.org ([198.137.202.9]:49624 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750744AbaIDPLE (ORCPT ); Thu, 4 Sep 2014 11:11:04 -0400 Date: Thu, 4 Sep 2014 08:11:03 -0700 From: Christoph Hellwig To: Alexander Gordeev Cc: James Smart , linux-scsi@vger.kernel.org, linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 11/13] lpfc: Use pci_enable_msix_range() instead of pci_enable_msix() Message-ID: <20140904151103.GA9093@infradead.org> References: <20140904132939.GA1225@agordeev.usersys.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20140904132939.GA1225@agordeev.usersys.redhat.com> Sender: linux-pci-owner@vger.kernel.org List-ID: On Thu, Sep 04, 2014 at 02:29:39PM +0100, Alexander Gordeev wrote: > On Mon, Aug 18, 2014 at 08:01:51AM +0200, 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() or pci_enable_msi_exact() > > and pci_enable_msix_range() or pci_enable_msix_exact() > > interfaces. > > James? It's part of the lpfc update he recently sent out. It's high up on my list of things to review.