Spdk/lib/nvmf
Daniel Verkamp 594c19bf69 nvmf: set CAP.CQR as required by the spec
CAP.CQR indicates whether contiguous queues are required; this is
meaningless in NVMe over Fabrics, since queue creation is handled
implicitly for each connection, but the spec requires it to be set to 1.

Change-Id: I6b05954eefa6928beecd7a640bbbdbd835c6b69a
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
2016-07-25 09:55:39 -07:00
..
conf.c nvmf: remove pointless strdup() in discovery setup 2016-07-25 08:10:09 -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: Set minimum and maximum on allowed queue depths 2016-07-22 10:37:02 -07:00
nvmf.c nvmf: move discovery subsystem creation to conf.c 2016-07-22 12:50:01 -07:00
rdma.c nvmf: Remove unnecessary conn arguments in rdma.c 2016-07-22 16:29:12 -07:00
request.c nvmf: Move nvmf_request_prep_data into rdma.c 2016-07-22 14:35:46 -07:00
request.h nvmf: drop NVMF_{H2C,C2H}_MAX_MSG #defines 2016-07-25 09:21:01 -07:00
session.c nvmf: set CAP.CQR as required by the spec 2016-07-25 09:55:39 -07:00
session.h nvmf: remove nvmf_property_set() shutdown flag 2016-07-19 09:20:20 -07:00
subsystem.c nvmf: move discovery subsystem creation to conf.c 2016-07-22 12:50:01 -07:00
subsystem.h nvmf: move discovery subsystem creation to conf.c 2016-07-22 12:50:01 -07:00
transport.c nvmf: add transport function pointer table 2016-07-15 13:11:03 -07:00
transport.h nvmf: Allocate all rdma requests up front. 2016-07-22 14:35:45 -07:00