Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752586AbaBXDkt (ORCPT ); Sun, 23 Feb 2014 22:40:49 -0500 Received: from ozlabs.org ([203.10.76.45]:41344 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752039AbaBXDkq (ORCPT ); Sun, 23 Feb 2014 22:40:46 -0500 From: Rusty Russell To: "Michael S. Tsirkin" , Alexander Gordeev Cc: linux-kernel@vger.kernel.org, virtio-dev@lists.oasis-open.org, virtualization@lists.linux-foundation.org, linux-pci@vger.kernel.org Subject: Re: [PATCH v2] virtio: Use pci_enable_msix_exact() instead of pci_enable_msix() In-Reply-To: <20140222211824.GA9777@redhat.com> References: <1392804931-30671-9-git-send-email-agordeev@redhat.com> <87eh2yblsk.fsf@rustcorp.com.au> <20140221165946.GJ17353@dhcp-26-207.brq.redhat.com> <20140221170128.GK17353@dhcp-26-207.brq.redhat.com> <20140222211824.GA9777@redhat.com> User-Agent: Notmuch/0.15.2 (http://notmuchmail.org) Emacs/23.4.1 (x86_64-pc-linux-gnu) Date: Mon, 24 Feb 2014 12:13:45 +1030 Message-ID: <87ppmd70a6.fsf@rustcorp.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org "Michael S. Tsirkin" writes: > On Fri, Feb 21, 2014 at 06:01:28PM +0100, 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. > > > Acked-by: Michael S. Tsirkin Thanks, applied. Cheers, Rusty. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/