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

2016-07-16 Thread Thomas Monjalon
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. >

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

2016-07-13 Thread 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