Nelson Escobar 65ca78fdf9 enic: fix Rx descriptor limit
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.

Fixes: fefed3d1e62c ("enic: new driver")

Signed-off-by: Nelson Escobar <neescoba@cisco.com>
Reviewed-by: John Daley <johndale@cisco.com>
2016-03-25 19:01:37 +01:00
..
2016-03-16 16:57:39 +01:00
2015-09-30 01:19:19 +02:00
2016-03-25 19:01:37 +01:00
2015-09-30 01:19:19 +02:00
2016-03-16 16:57:12 +01:00
2016-03-16 16:57:12 +01:00
2015-05-22 16:05:52 +02:00
2016-03-16 16:57:12 +01:00