commit | 9cce02e89e01984a5bf58e730fb9311dc5273554 | [log] [tgz] |
---|---|---|
author | Jens Axboe <jens.axboe@oracle.com> | Fri Jun 22 15:42:21 2007 +0200 |
committer | Jens Axboe <jens.axboe@oracle.com> | Fri Jun 22 15:42:21 2007 +0200 |
tree | 921824023e720d8f0a7284ab43afd0c5b68b76c4 | |
parent | ffa59cea1c50ad3c6500efcb9c065ee1325f37ed [diff] |
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>