Spdk/lib/nvmf
Ben Walker 0216e537f7 nvmf: Add spdk_nvmf_rdma_conn structure
Separate out the RDMA connection from the
NVMf connection. For now, the RDMA connection
is just embedded in the NVMf connection, but
eventually they will have different lifetimes.

Change-Id: I9407d94891e22090bff90b8415d88a4ac8c3e95e
Signed-off-by: Ben Walker <benjamin.walker@intel.com>
2016-06-24 12:04:41 -07:00
..
conf.c nvmf: replace all malloc with calloc in nvmf library 2016-06-21 17:01:25 -07:00
conf.h nvmf: add NVMe over Fabrics userspace target 2016-06-06 15:21:25 -07:00
conn.c nvmf: Add spdk_nvmf_rdma_conn structure 2016-06-24 12:04:41 -07:00
conn.h nvmf: Add spdk_nvmf_rdma_conn structure 2016-06-24 12:04:41 -07:00
controller.c nvmf: Support UnbindFromKernel option for NVMe identification 2016-06-08 10:26:37 +08:00
controller.h nvmf: add NVMe over Fabrics userspace target 2016-06-06 15:21:25 -07:00
host.c nvmf: Rename init_grp.h/c to host.h/c 2016-06-17 13:31:05 -07:00
host.h nvmf: Rename init_grp.h/c to host.h/c 2016-06-17 13:31:05 -07:00
Makefile nvmf: Remove nvmf_*_cmd.c files 2016-06-24 11:31:18 -07:00
nvmf_internal.h nvmf: Add a request.h/c 2016-06-24 11:29:58 -07:00
nvmf.c nvmf: Rename init_grp.h/c to host.h/c 2016-06-17 13:31:05 -07:00
nvmf.h nvmf: move internal APIs out of nvmf.h 2016-06-09 14:25:26 -07:00
port.c nvmf: move includes from nvmf.h where they're used 2016-06-09 14:25:26 -07:00
port.h nvmf: add NVMe over Fabrics userspace target 2016-06-06 15:21:25 -07:00
rdma.c nvmf: Add spdk_nvmf_rdma_conn structure 2016-06-24 12:04:41 -07:00
rdma.h nvmf: Add spdk_nvmf_rdma_conn structure 2016-06-24 12:04:41 -07:00
request.c nvmf: Move fabric command handlers to request.c 2016-06-24 11:31:28 -07:00
request.h nvmf: Move fabric command handlers to request.c 2016-06-24 11:31:28 -07:00
session.c nvmf: Remove nvmf_*_cmd.c files 2016-06-24 11:31:18 -07:00
session.h nvmf: Move process_*_cmd functions to request.h/c 2016-06-24 11:30:59 -07:00
subsystem_grp.c nvmf: Rename init_grp.h/c to host.h/c 2016-06-17 13:31:05 -07:00
subsystem_grp.h nvmf: Rename spdk_nvmf_init_grp to spdk_nvmf_host 2016-06-17 13:31:05 -07:00