[dpdk-dev] [PATCH v2] enic: fix incorrect setting of rx descriptor limit

2016-03-22 Thread Bruce Richardson
On Tue, Mar 22, 2016 at 05:32:41PM +, Bruce Richardson wrote: > On Fri, Mar 18, 2016 at 11:33:34AM -0700, John Daley wrote: > > From: Nelson Escobar > > > > On initialization, the rq descriptor count was set to the limit > > of the vic. When the requested number of rx descriptors was > >

[dpdk-dev] [PATCH v2] enic: fix incorrect setting of rx descriptor limit

2016-03-22 Thread Bruce Richardson
On Fri, Mar 18, 2016 at 11:33:34AM -0700, John Daley wrote: > From: Nelson Escobar > > 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

[dpdk-dev] [PATCH v2] enic: fix incorrect setting of rx descriptor limit

2016-03-18 Thread John Daley
From: Nelson Escobar 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