numam-spdk/lib/nvme
Daniel Verkamp f7b58aea2b nvme: capture VS register at init time
This will be used later instead of retrieving VS (potentially via a Get
property command for Fabrics) multiple times.

The Active NS List code was previously depending on the VER field of the
Identify Controller data, but this was only added with NVMe 1.2, so we
can't rely on it to detect NVMe 1.1 controllers; it is changed to use
the new cache VS value instead.

Change-Id: Iba9ed5ecbc82b4654973438d119daba0c4cf0724
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
Reviewed-on: https://review.gerrithub.io/408895
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Changpeng Liu <changpeng.liu@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
2018-04-30 17:19:07 +00:00
..
Makefile build: remove $(ENV_CFLAGS) where not necessary 2018-01-03 12:05:59 -05:00
nvme_ctrlr_cmd.c nvme: use AER configuation structure when starting controller 2018-04-10 15:43:38 -04:00
nvme_ctrlr.c nvme: capture VS register at init time 2018-04-30 17:19:07 +00:00
nvme_internal.h nvme: capture VS register at init time 2018-04-30 17:19:07 +00:00
nvme_ns_cmd.c nvme: change num_children to be wider type 2018-04-23 18:20:17 +00:00
nvme_ns.c nvme: capture VS register at init time 2018-04-30 17:19:07 +00:00
nvme_pcie.c nvme: capture VS register at init time 2018-04-30 17:19:07 +00:00
nvme_qpair.c scripts/check_format: check for spaces before tabs 2018-03-05 11:09:13 -05:00
nvme_quirks.c nvme: add debug logs for matched quirks 2018-02-23 10:07:39 -05:00
nvme_rdma.c nvme: capture VS register at init time 2018-04-30 17:19:07 +00:00
nvme_transport.c scripts/check_format: check for spaces before tabs 2018-03-05 11:09:13 -05:00
nvme_uevent.c util: add spdk_strerror() wrapper with TLS support 2018-01-04 15:00:09 -05:00
nvme_uevent.h nvme: Add support of hotplug for vfio-attached devices. 2017-12-06 17:04:49 -05:00
nvme.c nvme: require trid to be valid in nvme_ctrlr_probe 2018-04-19 17:51:14 -04:00