summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authoropen-iscsi <open-iscsi@d7303112-9cec-0310-bdd2-e83a94d6c2b6>2005-01-12 20:50:28 +0000
committeropen-iscsi <open-iscsi@d7303112-9cec-0310-bdd2-e83a94d6c2b6>2005-01-12 20:50:28 +0000
commit0a6ef24b39b51d897f965cc0ea2e0bfc7d4925bc (patch)
tree0569b065a25571d028d2f7f8a8a3415fedf35f33 /TODO
parent298da1f38412711cfbb3dfbc15bf60deee63d4d2 (diff)
downloadopen-iscsi-0a6ef24b39b51d897f965cc0ea2e0bfc7d4925bc.tar.gz
iet target works
git-svn-id: svn://svn.berlios.de/open-iscsi@28 d7303112-9cec-0310-bdd2-e83a94d6c2b6
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
index b874361..0350b2e 100644
--- a/TODO
+++ b/TODO
@@ -28,3 +28,6 @@ fixme:
processing.
* restructure header processing code into set of small functions.
* prefetch in tcp_copy_bits().
+* support residual_count in case of scatter-gather Data-In. As of today, only
+ non-sg Scsi_Cmnd's are working. But I can amazing some target which will
+ send residual_count in the middle of scatter-gather Data-In.