Merge branch 'alx-msix'
authorDavid S. Miller <davem@davemloft.net>
Sat, 10 Sep 2016 03:51:22 +0000 (20:51 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 10 Sep 2016 03:51:22 +0000 (20:51 -0700)
Tobias Regnery says:

====================
alx: add msi-x support

This patchset adds msi-x support to the alx driver. It is a preparatory
series for multi queue support, which I am currently working on. As there
is no advantage over msi interrupts without multi queue support, msi-x
interrupts are disabled by default. In order to test for regressions, a
new module parameter is added to enable msi-x interrupts.

Based on information of the downstream driver at github.com/qca/alx
====================

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

Trivial merge