Target/iscsi,iser: Avoid accepting transport connections during stop stage
When the target is in stop stage, iSER transport initiates RDMA disconnects. The iSER initiator may wish to establish a new connection over the still existing network portal. In this case iSER transport should not accept and resume new RDMA connections. In order to learn that, iscsi_np is added with enabled flag so the iSER transport can check when deciding weather to accept and resume a new connection request. The iscsi_np is enabled after successful transport setup, and disabled before iscsi_np login threads are cleaned up. Signed-off-by:Sagi Grimberg <sagig@mellanox.com> Cc: stable@vger.kernel.org # 3.10+ Signed-off-by:
Nicholas Bellinger <nab@linux-iscsi.org>
Showing
- drivers/infiniband/ulp/isert/ib_isert.c 10 additions, 1 deletiondrivers/infiniband/ulp/isert/ib_isert.c
- drivers/target/iscsi/iscsi_target_core.h 1 addition, 0 deletionsdrivers/target/iscsi/iscsi_target_core.h
- drivers/target/iscsi/iscsi_target_login.c 1 addition, 0 deletionsdrivers/target/iscsi/iscsi_target_login.c
- drivers/target/iscsi/iscsi_target_tpg.c 1 addition, 0 deletionsdrivers/target/iscsi/iscsi_target_tpg.c
Loading
Please register or sign in to comment