Merge branch 'global_dedup' of https://github.com/bardavid/fio
[fio.git] / examples / librpma_gpspm-server.fio
index d618f2db214758132c969086b675626c5ed0df7e..4555314f8a404ecf8872bcc3311dc71bab297d14 100644 (file)
@@ -20,7 +20,9 @@ thread
 # set to 1 (true) ONLY when Direct Write to PMem from the remote host is possible
 # (https://pmem.io/rpma/documentation/basic-direct-write-to-pmem.html)
 direct_write_to_pmem=0
-numjobs=1 # number of expected incomming connections
+# set to 0 (false) to wait for completion instead of busy-wait polling completion.
+busy_wait_polling=1
+numjobs=1 # number of expected incoming connections
 iodepth=2 # number of parallel GPSPM requests
 size=100MiB # size of workspace for a single connection
 filename=malloc # device dax or an existing fsdax file or "malloc" for allocation from DRAM