Spdk/lib/nvmf
Daniel Verkamp 3f80d55199 CONFIG: rename CONFIG_NVMF to CONFIG_RDMA
The NVMf target is being refactored to split the RDMA transport-specific
code into its own file.  Once this is complete, we should be able to
plug in other transports and build the NVMf target without any RDMA
dependency if desired.

To enable this, change the CONFIG option to RDMA; it still controls
whether the whole NVMf target is built for now, but once the RDMA
dependency is actually made optional, we will be able to build the
generic NVMf target code without libibverbs installed.

Change-Id: I8cd90a9aaa85dcefcc9b0f8f2e7b6af21958b2a8
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
2016-07-14 12:58:17 -07:00
..
conf.c nvmf: Move subsystem parsing to conf.c 2016-07-14 10:36:54 -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 nvmf: Move parsing of NVMe section to conf.c 2016-07-14 10:35:22 -07:00
controller.h nvmf: Move parsing of NVMe section to conf.c 2016-07-14 10:35:22 -07:00
host.c nvmf: add headers for in6_addr 2016-07-14 12:58:17 -07:00
host.h nvmf: Rename init_grp.h/c to host.h/c 2016-06-17 13:31:05 -07:00
Makefile CONFIG: rename CONFIG_NVMF to CONFIG_RDMA 2016-07-14 12:58:17 -07:00
nvmf_internal.h nvmf: Remove NodeBase. Each Subsystem now defines its own NQN 2016-07-14 10:34:04 -07:00
nvmf.c nvmf: Move subsystem parsing to conf.c 2016-07-14 10:36:54 -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: remove arbitrary 4 RDMA device limit 2016-07-11 17:20:26 -07:00
rdma.h nvmf: make request_release and free_req private 2016-07-11 16:58:17 -07:00
request.c nvmf: move nvmf_complete_cmd to request.c 2016-07-11 17:13:53 -07:00
request.h nvmf: make request_release and free_req private 2016-07-11 16:58:17 -07:00
session.c nvmf: move nvmf_complete_cmd to request.c 2016-07-11 17:13:53 -07:00
session.h nvmf: simplify session and connection cleanup 2016-07-11 15:01:34 -07:00
subsystem.c nvmf: Move subsystem parsing to conf.c 2016-07-14 10:36:54 -07:00
subsystem.h nvmf: Move subsystem parsing to conf.c 2016-07-14 10:36:54 -07:00