From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============2775850248925116426==" MIME-Version: 1.0 From: Kumaraparameshwaran Rathnavel Subject: [SPDK] Core Date: Sun, 20 Nov 2016 20:36:22 +0530 Message-ID: List-ID: To: spdk@lists.01.org --===============2775850248925116426== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Hi All , = I see that Reactor mask is assigned during the initialisation time. So the = global mask represents the number of cores in which reactors can run. So wh= en subsystem is initialised we get a parameter from config file called lcor= e. The core in which the subsystem should run . So we call a function calle= d spdk_nvmf_allocate_core .. what does this function do. N maximum value of= reactor mask is the maximum number of cores in the system. Correct me if = I am wrong. N I need to understand about that function. Regards , Param --===============2775850248925116426==--