Thread (13 messages) 13 messages, 3 authors, 2021-02-16

Re: [PATCH v1 1/4] PCI: Introduce pcim_alloc_irq_vectors()

From: Dejin Zheng <hidden>
Date: 2021-02-16 14:27:51
Also in: linux-doc, linux-i2c, lkml

On Tue, Feb 16, 2021 at 12:12:39PM +0200, Andy Shevchenko wrote:
On Mon, Feb 15, 2021 at 09:55:06PM +0100, Krzysztof Wilczyński wrote:
quoted
Question: wouldn't you need to call pci_free_irq_vectors() somewhere,
possibly to pcim_release() callback?  Although, I am not sure where the
right place would be.

I am asking, as the documentation (see [4]) suggests that one would have
to release allocated IRQ vectors (relevant exceprt):
It's done in pcim_release() but not explicitly.

        if (dev->msi_enabled)
                pci_disable_msi(dev);
        if (dev->msix_enabled)
                pci_disable_msix(dev);

Maybe above can be replaced by pci_free_irq_vectors() to be sure that any
future change to PCI IRQ allocation APIs.

Yes, I have checked and currently the above code is equivalent to
pci_free_irq_vectors().

Dejin, please update your patch accordingly.
Hi Andy and Krzysztof,

I have modified it and sent patch v2. thank you very much!

BR,
Dejin
-- 
With Best Regards,
Andy Shevchenko
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help