Spdk/lib/nvme
Daniel Verkamp 2f7d4bee02 nvme: do not set EN=0 during shutdown
The NVMe specification recommends that orderly shutdown should just
write CC.SHN while the controller is still enabled rather than writing
CC.EN = 0 first.

This also allows removal of the now-unused nvme_ctrlr_disable() and
nvme_ctrlr_wait_for_ready() functions.

Change-Id: I4702ffda153f218ebb8ed92f0e36144b7ceded93
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
2016-04-08 16:47:43 -07:00
..
Makefile nvme: Add Intel NVMe device supported feature quirks 2016-01-29 13:45:05 -07:00
nvme_ctrlr_cmd.c spdk: Add nvme format interface and unit tests. 2016-03-17 13:37:20 -07:00
nvme_ctrlr.c nvme: do not set EN=0 during shutdown 2016-04-08 16:47:43 -07:00
nvme_impl.h nvme: add timestamp counter interface to nvme_impl 2016-02-24 21:17:12 -07:00
nvme_intel.c doc/nvme: move pages to separate text files 2016-03-29 10:49:06 -07:00
nvme_internal.h SPDK: add nvme_remove_child_request helper function 2016-04-08 09:36:57 -07:00
nvme_ns_cmd.c SPDK: Handle the memory leak issue for nvme_request free 2016-04-08 09:40:07 -07:00
nvme_ns.c nvme manage: Add interface for format progress indicator. 2016-03-10 09:02:06 +08:00
nvme_qpair.c SPDK: Handle the memory leak issue for nvme_request free 2016-04-08 09:40:07 -07:00
nvme.c SPDK: add nvme_remove_child_request helper function 2016-04-08 09:36:57 -07:00