Replace redundant TD_F_NOIO flag with td->io_ops_init
[fio.git] / examples / rdmaio-client.fio
... / ...
CommitLineData
1# Example rdma client job
2[global]
3ioengine=rdma
4hostname=[hostname]
5port=[port]
6verb=[read/write/send/recv]
7bs=1m
8size=100g
9
10[sender]
11rw=write
12iodepth=1
13iodepth_batch_complete=1