From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============3734094648259473888==" MIME-Version: 1.0 From: Kumaraparameshwaran Rathnavel Subject: [SPDK] RDMA Queue Pair Date: Fri, 30 Jun 2017 18:09:51 +0530 Message-ID: List-ID: To: spdk@lists.01.org --===============3734094648259473888== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Hi All, I would like to get few pointers on how the RDMA is used in NVMf Target . T= he below statement decides the value of Qdepth of NVMf Qpair. nvmf_min(max_rw_depth, addr->attr.max_qp_rd_atom and anything more than thi= s will be Queued irrespective of what the upper layer has the Queue depth a= s. = And the value for attr.max_qp_rd_atom is got by Querying the device. I see = that ideally in most of NICs the value is 16. So does this mean that in a Q= ueue pair there cannot be more RDMA requests than this value. Please correct me if I am wrong. Thanking You, Param. --===============3734094648259473888==--