b7c81c1403
When running the ioat_rawdev_autotest, the ring size was initially required
to be 0. This prevented the test being run multiple times, as the ring size
is modified to a non-zero value when running the first test.
A global variable is now used to track the expected ring size, and is used
in the initial value check. This enables the test to be run more than
once.
Fixes:
|
||
---|---|---|
.. | ||
ioat_rawdev_test.c | ||
ioat_rawdev.c | ||
Makefile | ||
meson.build | ||
rte_ioat_rawdev.h | ||
rte_ioat_spec.h | ||
rte_rawdev_ioat_version.map |