t/nvmept_trim: increase transfer size for some tests
[fio.git] / dataplacement.c
index a409b8250f7be6ccfe4b7e987478c4f3fb855984..1d5b21edfd96bd204166609fccd262edf9809c20 100644 (file)
@@ -145,4 +145,5 @@ void dp_fill_dspec_data(struct thread_data *td, struct io_u *io_u)
 
        io_u->dtype = td->o.dp_type == FIO_DP_FDP ? FDP_DIR_DTYPE : STREAMS_DIR_DTYPE;
        io_u->dspec = dspec;
+       dprint(FD_IO, "dtype set to 0x%x, dspec set to 0x%x\n", io_u->dtype, io_u->dspec);
 }