Add support for async IO verification offload
authorJens Axboe <jens.axboe@oracle.com>
Mon, 6 Jul 2009 10:59:04 +0000 (12:59 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Mon, 6 Jul 2009 10:59:04 +0000 (12:59 +0200)
commite8462bd8250cf3ff2d41f17e1a4d4cefc70b6b37
treeb53396f58e03f2fa4584de3289beae8e786ef1cf
parent8f933caebc879fa06bb8d2d25802dd6f27da8071
Add support for async IO verification offload

This adds support for setting up a number of IO verification offload
threads, instead of doing the offload inline. An option for controlling
the CPU affinity of those threads are always added.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
13 files changed:
HOWTO
file.h
fio.1
fio.c
fio.h
io_u.c
ioengine.h
options.c
os/os-linux.h
os/os-solaris.h
os/os.h
verify.c
verify.h