Spdk/lib/nvme
GangCao ec5b6fed61 nvme: add ref to track the shared usage of ctrlr among processes
Considering the process can be terminated in the cases like ctrl+c,
kill command or memory fault, the ref is tracked in the per process
structure spdk_nvme_controller_process and whenever there is other
process attaches or detaches the controller, a scan will be issued
to cleanup those unexpectedly exited processes.

Change-Id: Ib4f974f567a865748d42da4ead49edd383dfc752
Signed-off-by: GangCao <gang.cao@intel.com>
2016-11-16 10:27:45 -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 nvme: add ref to track the shared usage of ctrlr among processes 2016-11-16 10:27: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 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: convert transport type to an enum 2016-11-07 10:42:18 -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 ref to track the shared usage of ctrlr among processes 2016-11-16 10:27:45 -07:00