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)
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>

No differences found