Mike Christie wrote:
> ep_disconnect deals with low level stuff like ib, tcp, hardware/firmware
> stuff on the card level stuff.
> stop conn deals with the iscsi connection and cleans up iscsi level
> stuff like pdus, iscsi cmds, session/connection cleanup. It is definately 
> needed.

Mike,

I understand that both are needed, sure. Maybe I wasn't clear enough: I was 
referring to the 
--order-- of them being called. There's a rule of thumb which turns out to be 
valid most of
the time saying that tear-down calls have to be made in the reverse order of 
the init calls, e.g if the init calls go

ep_connect 
start conn

then the tear-down sequence should be

stop conn
ep disconnect

wheres now ep disconnect is called before the stop conn, so I was asking 
if this ordering was done on purpose, hope this is clearer now.

Or.

-- 
You received this message because you are subscribed to the Google Groups 
"open-iscsi" group.
To post to this group, send email to open-is...@googlegroups.com.
To unsubscribe from this group, send email to 
open-iscsi+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/open-iscsi?hl=en.

Reply via email to