SPDK NVMf
by Kumaraparameshwaran Rathnavel
Hi All,
I was going through the nvmf code and I need few clarifications on that front. We set the send_wr and recv_mr of a connection to max queue depth and the completion queue depth to 2 * max queue depth. What I am not able to understand is that we would require 2 * max queue depth of work request right, but in the code only max_queue_depth number of requests are allocated that contains only max_queue_depth work requests both send_wr and recv_wr in a union.
Thanking You,
Param.