First cut at supporting IO offload
authorJens Axboe <axboe@fb.com>
Fri, 20 Mar 2015 04:50:06 +0000 (22:50 -0600)
committerJens Axboe <axboe@fb.com>
Wed, 15 Apr 2015 15:50:11 +0000 (09:50 -0600)
commita9da8ab2169810667aeb26f857a8ac3c056e4d61
treec1c8b47ab63318a48b080cf4c239ed7edfbccaa5
parente9d512d8e7d2b3aaeb901b4cd68793b2638e200e
First cut at supporting IO offload

rate_iops=x
io_submit_mode=offload

Signed-off-by: Jens Axboe <axboe@fb.com>
14 files changed:
Makefile
backend.c
cconv.c
fio.h
init.c
io_u.c
ioengine.h
ioengines.c
options.c
stat.c
thread_options.h
verify.c
workqueue.c [new file with mode: 0644]
workqueue.h [new file with mode: 0644]