[PATCH 1/3] x86/msi: consistently handle BAR mapping failures in MSI-X setup

2022-11-10 Thread David Vrabel
When setting up an MSI-X vector in msix_capability_init() the error handling after a BAR mapping failure is different depending on whether the first page fails or a subsequent page. There's no reason to break working vectors so consistently use the later error handling behaviour. The zap_on_error

Re: [PATCH 1/3] x86/msi: consistently handle BAR mapping failures in MSI-X setup

2022-11-11 Thread Jan Beulich
On 10.11.2022 17:59, David Vrabel wrote: > When setting up an MSI-X vector in msix_capability_init() the error > handling after a BAR mapping failure is different depending on whether > the first page fails or a subsequent page. There's no reason to break > working vectors so consistently use the l