Re: [PATCH] misc/GenWQE: fix pci_enable_msi usage

2014-07-21 Thread Bjorn Helgaas
On Fri, Jul 18, 2014 at 2:46 AM, Sebastian Ott wrote: > On Thu, 17 Jul 2014, Frank Haverkamp wrote: >> Hi Bjorn and Sebastian, >> >> Am Mittwoch, den 16.07.2014, 15:10 -0600 schrieb Bjorn Helgaas: >> > [+cc linux-pci] >> > >> > On Wed, Jul 09, 2014 at 12:46:39PM +0200, Sebastian Ott wrote: >> > >

Re: [PATCH] misc/GenWQE: fix pci_enable_msi usage

2014-07-18 Thread Sebastian Ott
On Thu, 17 Jul 2014, Frank Haverkamp wrote: > Hi Bjorn and Sebastian, > > Am Mittwoch, den 16.07.2014, 15:10 -0600 schrieb Bjorn Helgaas: > > [+cc linux-pci] > > > > On Wed, Jul 09, 2014 at 12:46:39PM +0200, Sebastian Ott wrote: > > > GenWQE used to call pci_enable_msi_block to allocate a desired

Re: [PATCH] misc/GenWQE: fix pci_enable_msi usage

2014-07-17 Thread Frank Haverkamp
Hi Bjorn and Sebastian, Am Mittwoch, den 16.07.2014, 15:10 -0600 schrieb Bjorn Helgaas: > [+cc linux-pci] > > On Wed, Jul 09, 2014 at 12:46:39PM +0200, Sebastian Ott wrote: > > GenWQE used to call pci_enable_msi_block to allocate a desired number > > of MSI's. If that was not possible pci_enable_

Re: [PATCH] misc/GenWQE: fix pci_enable_msi usage

2014-07-16 Thread Bjorn Helgaas
[+cc linux-pci] On Wed, Jul 09, 2014 at 12:46:39PM +0200, Sebastian Ott wrote: > GenWQE used to call pci_enable_msi_block to allocate a desired number > of MSI's. If that was not possible pci_enable_msi_block returned with a > smaller number which might be possible to allocate. GenWQE then called

Re: [PATCH] misc/GenWQE: fix pci_enable_msi usage

2014-07-16 Thread Frank Haverkamp
Hi Sebastian, Am Mittwoch, den 09.07.2014, 13:44 +0200 schrieb Sebastian Ott: > On Wed, 9 Jul 2014, Alexander Gordeev wrote: > > > On Wed, Jul 09, 2014 at 12:46:39PM +0200, Sebastian Ott wrote: > > > GenWQE used to call pci_enable_msi_block to allocate a desired number > > > of MSI's. If that was

Re: [PATCH] misc/GenWQE: fix pci_enable_msi usage

2014-07-09 Thread Sebastian Ott
On Wed, 9 Jul 2014, Alexander Gordeev wrote: > On Wed, Jul 09, 2014 at 12:46:39PM +0200, Sebastian Ott wrote: > > GenWQE used to call pci_enable_msi_block to allocate a desired number > > of MSI's. If that was not possible pci_enable_msi_block returned with a > > smaller number which might be poss

Re: [PATCH] misc/GenWQE: fix pci_enable_msi usage

2014-07-09 Thread Alexander Gordeev
On Wed, Jul 09, 2014 at 12:46:39PM +0200, Sebastian Ott wrote: > GenWQE used to call pci_enable_msi_block to allocate a desired number > of MSI's. If that was not possible pci_enable_msi_block returned with a > smaller number which might be possible to allocate. GenWQE then called > pci_enable_msi_

[PATCH] misc/GenWQE: fix pci_enable_msi usage

2014-07-09 Thread Sebastian Ott
GenWQE used to call pci_enable_msi_block to allocate a desired number of MSI's. If that was not possible pci_enable_msi_block returned with a smaller number which might be possible to allocate. GenWQE then called pci_enable_msi_block with that number. Since commit a30d0108b "GenWQE: Use pci_enable