From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============0954952063267793946==" MIME-Version: 1.0 From: Kumaraparameshwaran Rathnavel Subject: [SPDK] Parse Subsystem Date: Sun, 06 Nov 2016 22:25:23 +0530 Message-ID: List-ID: To: spdk@lists.01.org --===============0954952063267793946== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In the function spdk_nvmf_parse_subsystem the function nvmf_create_subsyste= m is called first which means that function calls spdk_get_io_channel is ca= lled for each space. But the namespaces are added only after this function = call to the subsystem. How does this work? Thanking you, Param --===============0954952063267793946==--