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)
commit171a6c523f6486236e3c12aa767d7f354eb543aa
treea8d80a8536cbc3f7a55f9adfcccd0a8199e28c79
parentba56947a33541fd8c2e2e6fafd0126a5f6faaf15
parent0c58ee0bfa28ad06dbc2b6305b1b950f7c392cdf
Merge branch 'alx-msix'

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>