numam-spdk/lib/nvme
Daniel Verkamp a987bd16c2 nvme: convert adminq to a qpair pointer
Rather than embedding adminq directly in the spdk_nvme_ctrlr structure,
change it to a pointer to a spdk_nvme_qpair.  This is necessary to allow
the transport to extend the qpair structure.

Change-Id: I041685d5037088cf56d046fe99bf204edcfc57b1
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
2016-10-20 12:56:45 -07:00
..
Makefile nvme: introduce transport abstraction 2016-10-14 12:46:58 -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: convert adminq to a qpair pointer 2016-10-20 12:56:45 -07:00
nvme_intel.c doc/nvme: move pages to separate text files 2016-03-29 10:49:06 -07:00
nvme_internal.h nvme: convert adminq to a qpair pointer 2016-10-20 12:56:45 -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 adminq to a qpair pointer 2016-10-20 12:56:45 -07:00
nvme_pcie.c nvme: convert adminq to a qpair pointer 2016-10-20 12:56:45 -07:00
nvme_qpair.c nvme: add qpair operations to transport 2016-10-18 10:13:37 -07:00
nvme.c nvme: move ctrlr alloction to transport 2016-10-18 13:35:14 -07:00