Spdk/lib/nvmf
Changpeng Liu 5627b6871e nvmf: add identify namespace list support to NVMf target
We reported virtualized NVMe devices through NVMe over Fabric specification,
with 1.2.1 NVMe version. For direct mode, the NVMe device maybe has lower
version, such as 1.0, the identify namespace list can not support in those
devices, so we need to add helper function here to simulate such commands
from initiator.

Change-Id: I226f4f34bf61017f538d2dd80332f1d054a501f1
Signed-off-by: Changpeng Liu <changpeng.liu@intel.com>
2016-07-29 15:49:41 -07:00
..
conf.c nvmf: Print NVMe probe messages only on attach 2016-07-29 15:49:34 -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: Add config options for inline and max I/O size 2016-07-26 14:23:25 -07:00
nvmf.c nvmf: Use a shared memory pool for large data buffers. 2016-07-29 15:36:10 -07:00
rdma.c nvmf: Use a shared memory pool for large data buffers. 2016-07-29 15:36:10 -07:00
request.c nvmf: add identify namespace list support to NVMf target 2016-07-29 15:49:41 -07:00
request.h nvmf: drop NVMF_{H2C,C2H}_MAX_MSG #defines 2016-07-25 09:21:01 -07:00
session.c nvmf: Use a shared memory pool for large data buffers. 2016-07-29 15:36:10 -07:00
session.h nvmf: Add a transport specific session 2016-07-28 09:00:47 -07:00
subsystem.c nvmf: Each listen addr gets its own PORT ID 2016-07-26 09:39:55 -07:00
subsystem.h nvmf: Adjust the data structure of spdk_nvmf_subsystem. 2016-07-25 13:56:00 -07:00
transport.c nvmf: Remove g_nvmf_tgt global usage from transport layer 2016-07-26 14:24:39 -07:00
transport.h nvmf: Add a transport specific session 2016-07-28 09:00:47 -07:00