65ca78fdf9
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:
|
||
---|---|---|
.. | ||
base | ||
enic_clsf.c | ||
enic_compat.h | ||
enic_ethdev.c | ||
enic_main.c | ||
enic_res.c | ||
enic_res.h | ||
enic_rx.c | ||
enic.h | ||
LICENSE | ||
Makefile | ||
rte_pmd_enic_version.map |