Re: [Xen-devel] [PATCH 4/4] x86/MSI-X: cleanup

2015-03-13 Thread Andrew Cooper
On 10/03/15 16:29, Jan Beulich wrote: > - __pci_enable_msix() now checks that an MSI-X capability was actually > found > - pass "pos" to msix_capability_init() as both callers already know it > (and hence there's no need to re-obtain it) > - call __pci_disable_msi{,x}() directly instead of via

[Xen-devel] [PATCH 4/4] x86/MSI-X: cleanup

2015-03-12 Thread Jan Beulich
- __pci_enable_msix() now checks that an MSI-X capability was actually found - pass "pos" to msix_capability_init() as both callers already know it (and hence there's no need to re-obtain it) - call __pci_disable_msi{,x}() directly instead of via pci_disable_msi() from __pci_enable_msi{x,}()