Spdk/lib/nvmf
Daniel Verkamp 554701492c nvmf: simplify property handling
Create a list of valid properties with get and set callbacks (set is
optional to allow read-only fields).

Remove handling for fields declared as "reserved" in the NVMe over
Fabrics 1.0 specification.

Also simplify the vcprop structure to only contain the required fields.

Change-Id: I14d3ddfd008c62b75fce8e64d193c87fb6f7b5ad
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
2016-07-07 15:52:49 -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 nvme: combine CAP register into one 64-bit union 2016-07-07 13:52:16 -07:00
conn.h nvmf: make internal functions private to rdma.c 2016-06-27 12:28:28 -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 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: remove unused MaxRecvDataSegmentLength config 2016-06-29 15:37:52 -07:00
nvmf.c nvmf: remove unused MaxRecvDataSegmentLength config 2016-06-29 15:37:52 -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: combine recv_sgl and bb_sgl into one array. 2016-07-06 09:17:22 -07:00
rdma.h nvmf: combine recv_sgl and bb_sgl into one array. 2016-07-06 09:17:22 -07:00
request.c nvmf: only allow one Controller per Subsystem 2016-07-07 15:09:30 -07:00
request.h nvmf: Re-post recv wqe when SEND completes 2016-06-29 14:01:54 -07:00
session.c nvmf: simplify property handling 2016-07-07 15:52:49 -07:00
session.h nvmf: simplify property handling 2016-07-07 15:52:49 -07:00
subsystem_grp.c nvmf: only allow one Controller per Subsystem 2016-07-07 15:09:30 -07:00
subsystem_grp.h nvmf: only allow one Controller per Subsystem 2016-07-07 15:09:30 -07:00