Support for 'netsplice' engine
authorJens Axboe <jens.axboe@oracle.com>
Fri, 22 Jun 2007 13:42:21 +0000 (15:42 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Fri, 22 Jun 2007 13:42:21 +0000 (15:42 +0200)
commit9cce02e89e01984a5bf58e730fb9311dc5273554
tree921824023e720d8f0a7284ab43afd0c5b68b76c4
parentffa59cea1c50ad3c6500efcb9c065ee1325f37ed
Support for 'netsplice' engine

This IO engine does network transfers, but uses splice() to move data
to/from a socket to a pipe and vmsplice() to move that data to/from
user space.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
HOWTO
engines/net.c
options.c