commit | 820d39f3c497df6c8e040b8dcc7c19eeaa312701 | [log] [tgz] |
---|---|---|
author | Carol L Soto <clsoto@linux.vnet.ibm.com> | Thu Oct 08 15:26:15 2015 +0300 |
committer | David S. Miller <davem@davemloft.net> | Fri Oct 09 07:43:38 2015 -0700 |
tree | de2d3fa7d7712972316c4d0a55ffe98345233c41 | |
parent | 85121d6ee6973f98789bf7343f7f636c01e2de19 [diff] |
net/mlx4_core: Avoid failing the interrupts test Test interrupts fails if not all completion vectors called request_irq. This case happens if only mlx4_en is loaded and we have more completion vectors than rx rings. Fixes: c66fa19c405a ('net/mlx4: Add EQ pool') Signed-off-by: Carol L Soto <clsoto@linux.vnet.ibm.com> Acked-by: Matan Barak <matanb@mellanox.com> Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>