[dpdk-dev] [PATCH] enic: fix issues when using Rx scatter with multiple RQs

2016-06-28 Thread Bruce Richardson
On Fri, Jun 24, 2016 at 03:39:57PM -0700, Nelson Escobar wrote: > The Rx scatter patch failed to make a few changes and resulted > in problems when using multiple RQs since the wrong RQ or CQ > was being used. > I think you might need to expand on what the "few changes" are. Also, please expand o

[dpdk-dev] [PATCH] enic: fix issues when using Rx scatter with multiple RQs

2016-06-24 Thread Nelson Escobar
The Rx scatter patch failed to make a few changes and resulted in problems when using multiple RQs since the wrong RQ or CQ was being used. Fixes: 14a261bf0520 ("enic: add scattered Rx support") Signed-off-by: Nelson Escobar Reviewed-by: John Daley --- drivers/net/enic/enic.h | 2 +- dri