On Tue, Mar 22, 2016 at 05:32:41PM +0000, Bruce Richardson wrote: > On Fri, Mar 18, 2016 at 11:33:34AM -0700, John Daley wrote: > > From: Nelson Escobar <neescoba at cisco.com> > > > > On initialization, the rq descriptor count was set to the limit > > of the vic. When the requested number of rx descriptors was > > less than this count, enic_alloc_rq() was incorrectly setting > > the count to the lower value. This results in later calls to > > enic_alloc_rq() incorrectly using the lower value as the adapter > > limit. > > > > Signed-off-by: Nelson Escobar <neescoba at cisco.com> > > Fixes: fefed3d1e62c ("enic: new driver") > > Reviewed-by: John Daley <johndale at cisco.com> > > Please put the fixes line above the signoffs, not in the middle of them. It > just > makes it easier to read. I'll fix this for this patch when applying it. > > /Bruce
Applied to dpdk-next-net/rel_16_04 /Bruce