numam-dpdk/drivers
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: fefed3d1e6 ("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
..
crypto aesni_mb: remove parameters from config file 2016-03-11 10:47:33 +01:00
net enic: fix Rx descriptor limit 2016-03-25 19:01:37 +01:00
Makefile mk: fix build without crypto 2016-03-11 10:43:09 +01:00