numam-dpdk/drivers/net/enic
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
..
base enic: fix last packet not being sent 2016-03-16 16:57:39 +01:00
enic_clsf.c remove extra parentheses in return statement 2016-02-10 15:47:50 +01:00
enic_compat.h enic: remove #ident lines 2015-09-30 01:19:19 +02:00
enic_ethdev.c enic: fix crash when allocating too many queues 2016-03-25 18:56:44 +01:00
enic_main.c enic: fix Rx descriptor limit 2016-03-25 19:01:37 +01:00
enic_res.c enic: remove #ident lines 2015-09-30 01:19:19 +02:00
enic_res.h enic: improve Rx performance 2016-03-16 16:57:12 +01:00
enic_rx.c enic: remove packet error conditional 2016-03-25 19:01:37 +01:00
enic.h enic: improve Rx performance 2016-03-16 16:57:12 +01:00
LICENSE enic: move to drivers/net/ 2015-05-22 16:05:52 +02:00
Makefile enic: improve Rx performance 2016-03-16 16:57:12 +01:00
rte_pmd_enic_version.map enic: move to drivers/net/ 2015-05-22 16:05:52 +02:00