numam-spdk/lib/iscsi
Shuhei Matsumoto 7877ddc86e iscsi: Use cached host and port name of connection widely
portal_host and portal_name were added to struct spdk_iscsi_conn long
ago but had not been used yet. Portal group and its portals can be
removed dynamically even if there is any binded connection. Using
cached pg_tag will avoid potential errors.

Signed-off-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Change-Id: I56d02664a3e8b2398bbb9162b1c85856e991b5b4
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/463879
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Changpeng Liu <changpeng.liu@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
2019-08-13 15:46:17 +00:00
..
conn.c iscsi: Use fixed size string for host and port name of connection 2019-08-13 15:46:17 +00:00
conn.h iscsi: Use fixed size string for host and port name of connection 2019-08-13 15:46:17 +00:00
init_grp.c iscsi: Use not malloc'ed but fixed size string for initiator address 2019-07-01 05:03:07 +00:00
init_grp.h iscsi: Use not malloc'ed but fixed size string for initiator address 2019-07-01 05:03:07 +00:00
iscsi_rpc.c iscsi: Make get_iscsi_connections RPC asynchronous 2019-08-12 20:49:36 +00:00
iscsi_subsystem.c iscsi: Assign connections to poll groups instead of lcores. 2019-08-12 20:49:36 +00:00
iscsi.c iscsi: Use cached host and port name of connection widely 2019-08-13 15:46:17 +00:00
iscsi.h iscsi: Move macros to define max port name from portal_grp.h to iscsi.h 2019-08-12 21:31:44 +00:00
Makefile iscsi: Move acceptor into portal_grp 2019-05-16 23:23:45 +00:00
md5.c astyle: enforce braces around single-line statements 2017-12-11 11:19:32 -05:00
md5.h include: Move the remainder of the code base to stdinc.h 2017-05-08 13:20:36 -07:00
param.c iscsi: Remove the prefix spdk_ from names of private functions 2019-04-01 00:52:56 +00:00
param.h include: Move the remainder of the code base to stdinc.h 2017-05-08 13:20:36 -07:00
portal_grp.c iscsi: Assign connections to poll groups instead of lcores. 2019-08-12 20:49:36 +00:00
portal_grp.h iscsi: Move macros to define max port name from portal_grp.h to iscsi.h 2019-08-12 21:31:44 +00:00
task.c iscsi: Remove the prefix spdk_ from names of private functions 2019-04-01 00:52:56 +00:00
task.h iscsi: Propagate SCSI error status to split SCSI read/write commands 2018-12-11 16:37:55 +00:00
tgt_node.c iscsi: Use cached host and port name of connection widely 2019-08-13 15:46:17 +00:00
tgt_node.h iscsi: Assign connections to poll groups instead of lcores. 2019-08-12 20:49:36 +00:00