numam-spdk/lib/nvme
Tsuyoshi Uchida e235cf5a2d nvme: add admin opcode string and generic status string (#73)
- add SPDK_NVME_OPC_KEEP_ALIVE to admin_opcode
- add SPDK_NVME_SC_INVALID_SGL_OFFSET, SPDK_NVME_SC_INVALID_SGL_OFFSET,
SPDK_NVME_SC_HOSTID_INCONSISTENT_FORMAT, SPDK_NVME_SC_KEEP_ALIVE_EXPIRED
and SPDK_NVME_SC_KEEP_ALIVE_INVALID to generic_status
2016-11-17 16:17:26 -07:00
..
Makefile nvme: convert transport type to an enum 2016-11-07 10:42:18 -07:00
nvme_ctrlr_cmd.c nvme: move create and delete I/O queue commands to PCIe 2016-10-18 10:14:00 -07:00
nvme_ctrlr.c nvme: add ref to track the shared usage of ctrlr among processes 2016-11-16 10:27:45 -07:00
nvme_internal.h log: split internal TRACELOG macro into new header 2016-11-16 13:33:51 -07:00
nvme_ns_cmd.c nvme: Change the deallocate interface to generic dsm 2016-10-04 14:36:09 -07:00
nvme_ns.c nvme: convert transport type to an enum 2016-11-07 10:42:18 -07:00
nvme_pcie.c nvme: use spdk_zmalloc for IO qpair creation 2016-11-09 15:03:45 -07:00
nvme_qpair.c nvme: add admin opcode string and generic status string (#73) 2016-11-17 16:17:26 -07:00
nvme_quirks.c env: add struct spdk_pci_id and getter function 2016-11-01 09:40:36 -07:00
nvme_transport.c nvme: convert transport type to an enum 2016-11-07 10:42:18 -07:00
nvme.c nvme: add new member initialized for nvme_driver struct 2016-11-16 13:16:56 -07:00