numam-spdk/test/unit/lib/iscsi
Shuhei Matsumoto aefe3fe23c lib/iscsi: Remove dry run processing from portal config file parsing
Dry run processing in iscsi_parse_portal() now only checks if
portal string is not NULL. Portals are managed not by fixed size
array but linked list now. Hence dry run processing is not needed
itself now.

So remove the dry_run parameter from iscsi_parse_portal() and
the dry run loop in iscsi_parse_portal_grp().

Signed-off-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Change-Id: Ib7cb444b51581b8ee603388aad34bc58d1cc9023
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/493
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
2020-02-17 10:06:47 +00:00
..
conn.c lib/iscsi: Add two parameters in spdk_iscsi_conn_write_pdu 2020-01-23 02:29:58 +00:00
init_grp.c iscsi: Remove the prefix spdk_ from names of private functions 2019-04-01 00:52:56 +00:00
iscsi.c lib/iscsi: Using async writev for ISCSI_OP_LOGIN_RSP PDU 2020-01-23 02:29:58 +00:00
param.c iscsi: Remove the prefix spdk_ from names of private functions 2019-04-01 00:52:56 +00:00
portal_grp.c lib/iscsi: Remove dry run processing from portal config file parsing 2020-02-17 10:06:47 +00:00
tgt_node.c ut/iscsi: Initialize struct to zero by not memset but "={}" in tgt_node_ut.c 2019-12-17 09:29:10 +00:00
common.c lib/iscsi: Add two parameters in spdk_iscsi_conn_write_pdu 2020-01-23 02:29:58 +00:00
Makefile iscsi&iscsi/ut: Unify cpumask decode between iSCSI.conf and JSON-RPC 2018-01-19 15:47:57 -05:00