commit | 37187a016c37d7e550544544dba25399ce4589c9 | [log] [tgz] |
---|---|---|
author | Tobias Regnery <tobias.regnery@gmail.com> | Tue Jan 24 14:34:23 2017 +0100 |
committer | David S. Miller <davem@davemloft.net> | Tue Jan 24 15:27:58 2017 -0500 |
tree | 561cd169a70c272f9f6ab340d95235e7f92ae871 | |
parent | f1db5c101cd48b5555ed9e061dcc49ed329812ea [diff] |
alx: fix fallback to msi or legacy interrupts If requesting msi-x interrupts fails we should fall back to msi or legacy interrupts. However alx_realloc_ressources don't call alx_init_intr, so we fail to set the right number of tx queues. This results in watchdog timeouts and a nonfunctional adapter. Fixes: d768319cd427 ("alx: enable multiple tx queues") Signed-off-by: Tobias Regnery <tobias.regnery@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>