[PATCH] Simple support for networked IO
authorJens Axboe <jens.axboe@oracle.com>
Tue, 6 Feb 2007 13:43:52 +0000 (14:43 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Tue, 6 Feb 2007 13:43:52 +0000 (14:43 +0100)
commited92ac0ce9ce1cc64697272d307d4fa7d18ed64c
tree722df1d43fe779c408c0de49d3c2e7fe3efb435e
parentf8fe35e8c9e88dd681ea151251d75f6116a958b4
[PATCH] Simple support for networked IO

Adds a new ioengine, net. Use with ioengine=net, it supports only strict
reading or writing (no mixed reads/writes) to/from a single host.
The filename given must contain the host and port to connect to (or
listen from).

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
12 files changed:
HOWTO
Makefile
Makefile.FreeBSD
Makefile.solaris
README
engines/net.c [new file with mode: 0644]
filesetup.c
fio.c
fio.h
init.c
parse.c
stat.c