Modify rdma engine to use proper arguments.
authorLogan Gunthorpe <logang@deltatee.com>
Tue, 23 Jun 2015 22:21:07 +0000 (16:21 -0600)
committerLogan Gunthorpe <logang@deltatee.com>
Tue, 23 Jun 2015 22:28:03 +0000 (16:28 -0600)
commitcdf91594d537b59588f3a95c4cc44336326faaf3
tree4efbe162f830f45a57b4e714dac717d561ed9321
parentb01af66b13f0594617602b61d31b1495292e5fd2
Modify rdma engine to use proper arguments.

The old rdma options are unintuitive and inflexible. We are also going
to do some experiments with this engine which require adding further
options. Thus we've improved it to take more normal arguments.

The technique is copied from the netio engine. It now requires a
hostname, port and verb option. The fio scripts in the example directory
have been updated. Compatability is also maintained for fio scripts that
use the old options.
engines/rdma.c
examples/rdmaio-client.fio
examples/rdmaio-server.fio
options.h