[PATCH 4/4] iser-target: Updates for login negotiation multi-plexing support

2013-08-18 Thread Nicholas A. Bellinger
From: Nicholas Bellinger This patch updates iser-target code to support login negotiation multi-plexing. This includes only using isert_conn->conn_login_comp for the first login request PDU, pushing the subsequent processing to iscsi_conn->login_work -> iscsi_target_do_login_rx(), and turning

[PATCH 4/4] iser-target: Updates for login negotiation multi-plexing support

2013-08-18 Thread Nicholas A. Bellinger
From: Nicholas Bellinger n...@linux-iscsi.org This patch updates iser-target code to support login negotiation multi-plexing. This includes only using isert_conn-conn_login_comp for the first login request PDU, pushing the subsequent processing to iscsi_conn-login_work -