X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=engines%2Flibrpma_gpspm.c;h=f00717a731c43298f270bb6aa7f0908221c9b161;hb=2b82135e42fc5872338ee16e16d317b16abfe308;hp=14626e7fce564a3553ed708b072a25cbf5456c06;hpb=933651ec130ce4d27a5c249d649d20afeb2bdf38;p=fio.git diff --git a/engines/librpma_gpspm.c b/engines/librpma_gpspm.c index 14626e7f..f00717a7 100644 --- a/engines/librpma_gpspm.c +++ b/engines/librpma_gpspm.c @@ -352,7 +352,7 @@ FIO_STATIC struct ioengine_ops ioengine_client = { .errdetails = librpma_fio_client_errdetails, .close_file = librpma_fio_file_nop, .cleanup = client_cleanup, - .flags = FIO_DISKLESSIO, + .flags = FIO_DISKLESSIO | FIO_ASYNCIO_SETS_ISSUE_TIME, .options = librpma_fio_options, .option_struct_size = sizeof(struct librpma_fio_options_values), }; @@ -431,7 +431,7 @@ static int server_post_init(struct thread_data *td) /* * td->orig_buffer is not aligned. The engine requires aligned io_us - * so FIO alignes up the address using the formula below. + * so FIO aligns up the address using the formula below. */ sd->orig_buffer_aligned = PTR_ALIGN(td->orig_buffer, page_mask) + td->o.mem_align;