fe10f6cc1c
Driver has no proper handling to free unused
allocated mbufs in case of error or when the rx
processing complete because of which mempool
can be empty after some time.
This patch fixes this issue by moving the buffer
allocation code to the right place in driver.
Fixes:
|
||
---|---|---|
.. | ||
enet_ethdev.c | ||
enet_ethdev.h | ||
enet_pmd_logs.h | ||
enet_regs.h | ||
enet_rxtx.c | ||
enet_uio.c | ||
enet_uio.h | ||
meson.build | ||
version.map |