Files
libiscsi/lib
Ronnie Sahlberg 3a39201543 Add 'zero-copy' in libiscsi for reads.
It is not real zero-copy since the data is still copied in the kernel,
but it avoids copying the data inside libiscsi as well as in the callback.

For SCSI tasks that will return data from the target, the application can now
specify application buffers for libiscsi to read the data directly into.
This is done by calling scsi_task_add_data_in_buffer(task, ...

These buffers need not be linear, you can specify different areas to read into
by calling this function several times.

See examples/iscsiclient.c for an example.
2011-04-20 05:46:17 +10:00
..
2011-01-03 15:35:36 +11:00
MD5
2010-12-22 21:57:58 +11:00
2011-04-20 05:46:17 +10:00
2011-04-10 15:33:42 +10:00
2011-04-16 08:06:16 +10:00