[SCSI] tgt: add I_T nexus support
tgt uses scsi_host as I_T nexus. This works for ibmvstgt because it creates one scsi_host for one initiator. However, other target drivers don't work like that. This adds I_T nexus support, which enable one scsi_host to handle multiple initiators. New scsi_tgt_it_nexus_create/destroy functions are expected be called transport classes. For example, ibmvstgt creates an initiator remote port, then the srp transport calls tgt_it_nexus_create. tgt doesn't manages I_T nexus, instead it tells tgtd, user-space daemon, to create a new I_T nexus. On the receiving the response from tgtd, tgt calls shost->transportt->it_nexus_response. transports should notify a lld. The srp transport uses it_nexus_response callback in srp_function_template to do that. Signed-off-by:FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> Signed-off-by:
Mike Christie <michaelc@cs.wisc.edu> Signed-off-by:
James Bottomley <James.Bottomley@SteelEye.com>
Showing
- drivers/scsi/scsi_tgt_if.c 38 additions, 4 deletionsdrivers/scsi/scsi_tgt_if.c
- drivers/scsi/scsi_tgt_lib.c 70 additions, 13 deletionsdrivers/scsi/scsi_tgt_lib.c
- drivers/scsi/scsi_tgt_priv.h 14 additions, 8 deletionsdrivers/scsi/scsi_tgt_priv.h
- include/scsi/scsi_host.h 1 addition, 1 deletioninclude/scsi/scsi_host.h
- include/scsi/scsi_tgt.h 5 additions, 3 deletionsinclude/scsi/scsi_tgt.h
- include/scsi/scsi_tgt_if.h 27 additions, 8 deletionsinclude/scsi/scsi_tgt_if.h
- include/scsi/scsi_transport.h 6 additions, 0 deletionsinclude/scsi/scsi_transport.h
Loading
Please register or sign in to comment