+0
−1
+0
−2
+0
−8
Loading
There are four configurable components, portal, portal group, target node, and initiator group in iSCSI. They have a TAILQ to manage their objects, respectively. Currently each TAILQ initialization is done together with its object creation by .INI config file. This patch separates TAILQ initialization from object creation for four configurable components in iSCSI. The purpose of the patch series is - to separate iSCSI subsystem initialization and iSCSI subsystem configuration, and - to develop a new JSON-RPC by reusing the separated iSCSI subsystem initialization. Change-Id: Ia4ac3f06f15acef671e785904f4c687e5d189fbe Signed-off-by:Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-on: https://review.gerrithub.io/403140 Tested-by:
SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by:
Daniel Verkamp <daniel.verkamp@intel.com> Reviewed-by:
Jim Harris <james.r.harris@intel.com>