Spdk/lib/nvmf
Daniel Verkamp be0dae64be nvmf: simplify spdk_nvmf_rdma_conn_create()
Use the max_queue_depth parameter rather than rdma_conn->max_queue_depth
so that we can start to eliminate rdma_conn->max_queue_depth.

Change-Id: I1670c634e6d12aa004fb5a10338b7624850fbc4a
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
2016-08-08 08:45:38 -07:00
..
conf.c nvmf: Free traddr/trsvc strings during config parsing 2016-08-05 16:07:18 -07:00
conf.h nvmf: add NVMe over Fabrics userspace target 2016-06-06 15:21:25 -07:00
Makefile nvmf: Remove controller.[ch] and probe for each subsystem. 2016-07-22 09:24:45 -07:00
nvmf_internal.h nvmf: Add config options for inline and max I/O size 2016-07-26 14:23:25 -07:00
nvmf.c nvmf: Use a shared memory pool for large data buffers. 2016-07-29 15:36:10 -07:00
rdma.c nvmf: simplify spdk_nvmf_rdma_conn_create() 2016-08-08 08:45:38 -07:00
request.c nvmf: add identify namespace list support to NVMf target 2016-07-29 15:49:41 -07:00
request.h nvmf: drop NVMF_{H2C,C2H}_MAX_MSG #defines 2016-07-25 09:21:01 -07:00
session.c nvmf: Use a shared memory pool for large data buffers. 2016-07-29 15:36:10 -07:00
session.h nvmf: Add a transport specific session 2016-07-28 09:00:47 -07:00
subsystem.c nvmf: Free traddr/trsvc strings during config parsing 2016-08-05 16:07:18 -07:00
subsystem.h nvmf: Adjust the data structure of spdk_nvmf_subsystem. 2016-07-25 13:56:00 -07:00
transport.c nvmf: Remove g_nvmf_tgt global usage from transport layer 2016-07-26 14:24:39 -07:00
transport.h nvmf: Add a transport specific session 2016-07-28 09:00:47 -07:00