commit | e0eac25460902a4eda07c0e9b3e749d198e074fa | [log] [tgz] |
---|---|---|
author | Tobias Regnery <tobias.regnery@gmail.com> | Tue Nov 15 12:43:12 2016 +0100 |
committer | David S. Miller <davem@davemloft.net> | Tue Nov 15 22:46:30 2016 -0500 |
tree | d45c84395a15a1825925b6548291120de2c3700c | |
parent | 702e84185f472457912c641d8c0cc0cc786310eb [diff] |
alx: prepare interrupt functions for multiple queues Extend the interrupt bringup code and the interrupt handler for msi-x interrupts in order to handle multiple queues. We must change the poll function because with multiple queues it is possible that an alx_napi structure has only a tx or only a rx queue pointer. Based on the downstream driver at github.com/qca/alx Signed-off-by: Tobias Regnery <tobias.regnery@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>