Spdk/lib/nvmf
Daniel Verkamp 1ade6e1dc0 nvmf: nest NVMf conn inside RDMA conn
This essentially turns the current nesting (of RDMA conn inside NVMf
conn) inside out.  Now the transport owns the connection structure and
allocates it when necessary.

Change-Id: Ib5ca84e2a57b16741d84943a5b858e9c3297d44b
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
2016-07-11 15:03:26 -07:00
..
conf.c nvmf: remove unused MaxRecvDataSegmentLength config 2016-06-29 15:37:52 -07:00
conf.h nvmf: add NVMe over Fabrics userspace target 2016-06-06 15:21:25 -07:00
conn.c nvmf: move conn allocation to transport layer 2016-07-11 15:02:34 -07:00
conn.h nvmf: nest NVMf conn inside RDMA conn 2016-07-11 15:03:26 -07:00
controller.c nvme: add remove callback to spdk_nvme_probe() 2016-06-28 14:21:58 -07:00
controller.h nvmf: add NVMe over Fabrics userspace target 2016-06-06 15:21:25 -07:00
host.c nvmf: rename subsystem_grp.[ch] to subsystem.[ch] 2016-07-08 10:54:10 -07:00
host.h nvmf: Rename init_grp.h/c to host.h/c 2016-06-17 13:31:05 -07:00
Makefile nvmf: rename subsystem_grp.[ch] to subsystem.[ch] 2016-07-08 10:54:10 -07:00
nvmf_internal.h nvmf: make admin queue has the same size of bounce buffer as IO queues 2016-07-11 09:13:38 -07:00
nvmf.c nvmf: simplify session and connection cleanup 2016-07-11 15:01:34 -07:00
port.c nvmf: add discovery subsystem to NVMf target 2016-06-30 16:20:09 -07:00
port.h nvmf: add discovery subsystem to NVMf target 2016-06-30 16:20:09 -07:00
rdma.c nvmf: nest NVMf conn inside RDMA conn 2016-07-11 15:03:26 -07:00
rdma.h nvmf: nest NVMf conn inside RDMA conn 2016-07-11 15:03:26 -07:00
request.c nvmf: Remove max io queue tracking from session 2016-07-11 11:20:19 -07:00
request.h nvmf: Re-post recv wqe when SEND completes 2016-06-29 14:01:54 -07:00
session.c nvmf: simplify session and connection cleanup 2016-07-11 15:01:34 -07:00
session.h nvmf: simplify session and connection cleanup 2016-07-11 15:01:34 -07:00
subsystem.c nvmf: simplify session and connection cleanup 2016-07-11 15:01:34 -07:00
subsystem.h nvmf: Subsystem now has a pointer to the session 2016-07-11 11:20:19 -07:00