[dpdk-dev] [PATCH] net/enic: fix poor multi-queue Rx performance

2016-10-19 Thread Bruce Richardson
On Wed, Oct 12, 2016 at 02:22:29PM -0700, John Daley wrote: > The rx_free_thresh was not being initialized and left at 0 > on 1/2 of the RQs which could lead to poor multi-queue > performanace. > > Fixes: 856d7ba7ed22 ("net/enic: support scattered Rx") > > Signed-off-by: John Daley > Reviewed-by

[dpdk-dev] [PATCH] net/enic: fix poor multi-queue Rx performance

2016-10-12 Thread John Daley
The rx_free_thresh was not being initialized and left at 0 on 1/2 of the RQs which could lead to poor multi-queue performanace. Fixes: 856d7ba7ed22 ("net/enic: support scattered Rx") Signed-off-by: John Daley Reviewed-by: Nelson Escobar --- drivers/net/enic/enic.h| 2 +- drivers/net/en