From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755003AbcHVK4U (ORCPT ); Mon, 22 Aug 2016 06:56:20 -0400 Received: from mx1.redhat.com ([209.132.183.28]:41498 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754291AbcHVK4T (ORCPT ); Mon, 22 Aug 2016 06:56:19 -0400 Date: Mon, 22 Aug 2016 13:02:25 +0200 From: Alexander Gordeev To: Christoph Hellwig Cc: linux-pci@vger.kernel.org, helgaas@kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/2] pci: call pci_intx when using legacy interrupts in pci_alloc_irq_vectors Message-ID: <20160822110225.GA3478@agordeev.lab.eng.brq.redhat.com> References: <1470924665-25860-1-git-send-email-hch@lst.de> <1470924665-25860-3-git-send-email-hch@lst.de> <20160818092007.GD27949@agordeev.lab.eng.brq.redhat.com> <20160818152649.GA12340@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160818152649.GA12340@lst.de> User-Agent: Mutt/1.5.21 (2010-09-15) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.31]); Mon, 22 Aug 2016 10:56:18 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Aug 18, 2016 at 05:26:49PM +0200, Christoph Hellwig wrote: > It probably should be pci_intx_for_msi. For now I'm not touching > drivers that need the quirk, so how about getting the intx in > now so that the conversion can start, and I'll send a follow on > to convert to pci_intx_for_msi with Cc to all the relevant parties > for the quirk as a follow on? Probably should work.