On Wed, Aug 23, 2017 at 10:56:33AM -0700, Bart Van Assche wrote: > Since MSI support on some motherboards is unreliable, change the > default interrupt mode from MSI to MSI-X. This patch avoids that > the following message appears sporadially in the kernel logs of > my test setup: It might be worth noting that the driver still supports MSI and INTX interrupts in this mode, which makes it match what most other drivers do. Signed-off-by: Christoph Hellwig <hch@xxxxxx>