Re: [PATCH 6/8] pci: provide sensible irq vector alloc/free routines

From: Bjorn Helgaas
Date: Tue May 03 2016 - 17:38:06 EST


On Tue, May 03, 2016 at 11:19:46PM +0200, Christoph Hellwig wrote:
> Hi Bjorn,
>
> I've implemented your suggestion and I'm getting ready to send out
> a new version. One thing that came to mind is: do you prefer this
> code in irq.c or would you rather have it in msi.c? While it
> also has a legacy irq fallback most of it tied pretty closely to
> the msi.c code, so I wonder if we should group them together.

Good question. There isn't much in irq.c, and the interesting bits
are the MSI-related things, so maybe msi.c would make more sense.

Bjorn