]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Merge branch 'sfc-bogus-interrupt-mode-fallbacks'
authorDavid S. Miller <davem@davemloft.net>
Tue, 14 Feb 2017 17:43:19 +0000 (12:43 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 14 Feb 2017 17:43:19 +0000 (12:43 -0500)
commitbd08b532f49b640c8d2ba1a7a7344ab206e051cb
tree7061bce444da70291fe0c140518ae9c733a180c5
parent9b8e1056dbad7ea3f1bcd3db0ea7cf6682d077b1
parent62980cb6dd2fd2dca34060c4fd77ebafa878272a
Merge branch 'sfc-bogus-interrupt-mode-fallbacks'

Edward Cree says:

====================
sfc: prevent bogus interrupt-mode fallbacks

EF10 VFs only support MSI-X interrupts, not MSI or legacy.  This series
 stops the probe logic from trying to fallback to those if MSI-X interrupt
 probe fails.  It also prevents selecting them with the interrupt_mode
 module parameter.
This avoids producing messages like "failed to hook legacy IRQ 0" and "IRQ
 handler type mismatch for IRQ 0", and ensures that the relevant error
 (from the attempt to enable MSI-X) is reported to the caller.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>