t/io_uring: add test support for pre mapping DMA buffers
[fio.git] / libfio.c
index 6144a474738fe9a51a530ffad691aa234138d665..ed5906d4c2d3d80d70ca5f806662c216224e8544 100644 (file)
--- a/libfio.c
+++ b/libfio.c
@@ -104,7 +104,7 @@ static void reset_io_counters(struct thread_data *td, int all)
        /*
         * reset file done count if we are to start over
         */
-       if (td->o.time_based || td->o.loops || td->o.do_verify)
+       if (td->o.time_based || td->loops > 1 || td->o.do_verify)
                td->nr_done_files = 0;
 }