Hi Ben, Lee, John and Teng, I am looking at the set of instructions from one of the email discussion regarding setting up a NVMeoF setup for running SPDK test. I understood some of the steps, have are few more questions, for which I need some information. Please take look and reply when you get a chance. I have attached the steps from the email for your reference. 1. NQN nqn.2016-06.io.spdk:cnode1 How was the nqn configured? Is it just node name of the target or what command was used to configure? What does cnode1 mean? How is it used? I am trying to understand how it is relevant to initiator. 2. Host nqn.2016-06.io.spdk:init It looks like nqn and host name the same. Please confirm. 3. "3) The nvme-cli tool is capable of configuring the Linux kernel's built-in NVMe-oF initiator to connect to a target. You simply type something like "nvme connect -t rdma -a -s -n ", where the values match the ones you put into the SPDK NVMe-oF target's configuration file. The initiator will then connect and a block device will appear on the initiator system at /dev/nvmeX." 4. What application is used to test the device /dev/nvmeX which appears on the initiator when the configuration is successful? Can I use the fio to test the NVMeoF setup as per this configuration? Please tell any specific changes I need to make to fio configuration file. 5. In the similar way to local SSD NVME API's spdk_nvme_ns_cmd_read() and spdk_nvme_ns_write() used in hello_world program, can you please explain what are the API's used in the target application to send the commands to the underlying device? Please give some pointers how the NVME commands are sent from initiator to target using the RDMA protocol. Any help would be greatly appreciated? Thanks a lot for your help, Sreeni