]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3be00417d81f7383ea318206b28126a8d56972aa
treea8d80a8536cbc3f7a55f9adfcccd0a8199e28c79
parentd5be4886fd7ab6aa97bdb1c7a18cccf31cd9e796
parent64ebc5564fea413751c81cbd669c327b395d79a2
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>