2016-07-13 18:09, Nelson Escobar: > 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 at cisco.com> > Reviewed-by: John Daley <johndale at cisco.com>
Applied, thanks