net/enic: fix crash on error interrupt
authorNelson Escobar <neescoba@cisco.com>
Thu, 14 Jul 2016 01:09:17 +0000 (18:09 -0700)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 15 Jul 2016 21:37:13 +0000 (23:37 +0200)
commite3725e7f5571a8129d8b2068225ef2654a5ca2ef
tree14f494cec69d9963b129c860442e39a55ca0ce31
parentd142e1ac10893b7a5b0240809325ac737237a57a
net/enic: fix crash on error interrupt

When enic's interrupt handler is called indicating an error, it scans
through the receive queues (RQs) on the adapter looking for errors.
But since the inclusion of rx scatter, some of the RQs may not be in
use, and you shouldn't check them for errors.

Fixes: 856d7ba7ed22 ("net/enic: support scattered Rx")

Signed-off-by: Nelson Escobar <neescoba@cisco.com>
Reviewed-by: John Daley <johndale@cisco.com>
drivers/net/enic/enic_main.c