[dpdk-dev] [PATCH] net/enic: fix checking for sufficient resources

2016-07-08 Thread Bruce Richardson
On Wed, Jul 06, 2016 at 04:21:59PM -0700, Nelson Escobar wrote: > The enic PMD was using the same variables in the enic structure to > track two different things. Initially rq_count, wq_count, cq_count, > and intr_count were set to the values obtained from the VIC adapters > as the maximum resourc

[dpdk-dev] [PATCH] net/enic: fix checking for sufficient resources

2016-07-06 Thread Nelson Escobar
The enic PMD was using the same variables in the enic structure to track two different things. Initially rq_count, wq_count, cq_count, and intr_count were set to the values obtained from the VIC adapters as the maximum resources allocated on the VIC, then in enic_set_vnic_res(), they were set to t