bd372fe9c0
When refilling freelists for the first time and if it fails, the rxq
is freed and returns ENOMEM. There is a check while freeing hardware rxq
to pass freelist context id if the freelist exists or 0xffff otherwise.
The error path is only reached if freelist exists. So, fix is to remove
the useless check for freelist existence.
Coverity issue: 107108
Fixes:
|
||
---|---|---|
.. | ||
base | ||
cxgbe_compat.h | ||
cxgbe_ethdev.c | ||
cxgbe_main.c | ||
cxgbe.h | ||
Makefile | ||
rte_pmd_cxgbe_version.map | ||
sge.c |