summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorMike Christie <michaelc@cs.wisc.edu>2011-10-06 04:21:04 -0500
committerMike Christie <michaelc@cs.wisc.edu>2011-10-06 04:21:04 -0500
commitc6cc5b8f0df628b835b02c10d43fc1def2b65f3c (patch)
treef27708e031c5ef4a3de737f677a632445e20bbe7 /TODO
parent304ed371122570a2af6106ed800bca56ddb0d1e1 (diff)
downloadopen-iscsi-c6cc5b8f0df628b835b02c10d43fc1def2b65f3c.tar.gz
update todo
John's patch to use idr has been sent upstream.
Diffstat (limited to 'TODO')
-rw-r--r--TODO13
1 files changed, 0 insertions, 13 deletions
diff --git a/TODO b/TODO
index aea957f..d958700 100644
--- a/TODO
+++ b/TODO
@@ -146,19 +146,6 @@ can also be spread over all processors too.
---------------------------------------------------------------------------
-6. Replace iscsi_get_next_target_id with idr use.
-
-iscsi_tcp and ib_iser allocate a session per host, so the target_id is
-always just 0. The offload drivers allocate a host per pci resource, so they
-will have multiple sessions for each host. When a session is added,
-iscsi_add_session will try to find a target_id to use by looping over
-all the targets on the host. We could replace that loop with idr.
-
-
-* Being worked on by John Jose.
-
----------------------------------------------------------------------------
-
7. When userspace calls into the kernel using the iscsi netlink interface
to execute oprations like creating/destroying a session, create a connection
to a target, etc the rx_queue_mutex is held the entire time (see