[dpdk-dev] [PATCH] net/enic: fix segfault after receiving error interrupt

Thomas Monjalon thomas.monjalon at 6wind.com
Fri Jul 15 23:33:20 CEST 2016


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


More information about the dev mailing list