7972110e59
In the event of a device reconfigure, "hdls_avail" is not being reset. This
can lead to miscalculations in rte_ioat_completed_ops(), causing the
function to report an incorrect amount of completed operations. This patch
fixes the issue by resetting "hdls_avail" during the device configure.
Fixes:
|
||
---|---|---|
.. | ||
dpdk_idxd_cfg.py | ||
idxd_bus.c | ||
idxd_pci.c | ||
ioat_common.c | ||
ioat_private.h | ||
ioat_rawdev_test.c | ||
ioat_rawdev.c | ||
ioat_spec.h | ||
meson.build | ||
rte_idxd_rawdev_fns.h | ||
rte_ioat_rawdev_fns.h | ||
rte_ioat_rawdev.h | ||
version.map |