Re: [PATCH v2] ioat: Use pci_enable_msix_exact() instead of pci_enable_msix()

2014-08-25 Thread Dan Williams
On Mon, Aug 25, 2014 at 9:35 AM, Alexander Gordeev wrote: > On Fri, Mar 07, 2014 at 08:49:32AM +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

Re: [PATCH v2] ioat: Use pci_enable_msix_exact() instead of pci_enable_msix()

2014-08-25 Thread Alexander Gordeev
On Fri, Mar 07, 2014 at 08:49:32AM +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

Re: [PATCH v2] ioat: Use pci_enable_msix_exact() instead of pci_enable_msix()

2014-08-25 Thread Alexander Gordeev
On Fri, Mar 07, 2014 at 08:49:32AM +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()

Re: [PATCH v2] ioat: Use pci_enable_msix_exact() instead of pci_enable_msix()

2014-08-25 Thread Dan Williams
On Mon, Aug 25, 2014 at 9:35 AM, Alexander Gordeev agord...@redhat.com wrote: On Fri, Mar 07, 2014 at 08:49:32AM +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

Re: [PATCH v2] ioat: Use pci_enable_msix_exact() instead of pci_enable_msix()

2014-04-21 Thread Alexander Gordeev
On Fri, Mar 07, 2014 at 08:49:32AM +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

Re: [PATCH v2] ioat: Use pci_enable_msix_exact() instead of pci_enable_msix()

2014-04-21 Thread Alexander Gordeev
On Fri, Mar 07, 2014 at 08:49:32AM +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()

[PATCH v2] ioat: Use pci_enable_msix_exact() instead of pci_enable_msix()

2014-03-06 Thread Alexander Gordeev
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.

[PATCH v2] ioat: Use pci_enable_msix_exact() instead of pci_enable_msix()

2014-03-06 Thread Alexander Gordeev
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.

[PATCH v2] ioat: Use pci_enable_msix_exact() instead of pci_enable_msix()

2014-02-21 Thread Alexander Gordeev
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.

[PATCH v2] ioat: Use pci_enable_msix_exact() instead of pci_enable_msix()

2014-02-21 Thread Alexander Gordeev
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.