Spdk/test/lib/nvme/unit
Daniel Verkamp 0e93df5c34 nvme: combine CAP register into one 64-bit union
Previously, we used cap_lo and cap_hi to represent the 32-bit halves of
the full CAP register.  However, it is simpler to keep them in a single
64-bit structure, and is no less efficient on 64-bit platforms.

Also name the NSSRS field from NVMe 1.2, which was previously reserved.

Change-Id: I1d5d9b0dccbb12373b4aed3db29c883881d43223
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
2016-07-07 13:52:16 -07:00
..
nvme_c nvme: add enum for opcode data direction 2016-05-27 08:59:14 -07:00
nvme_ctrlr_c nvme: combine CAP register into one 64-bit union 2016-07-07 13:52:16 -07:00
nvme_ctrlr_cmd_c nvme: Add firmware upgrade interface and unit test suite 2016-05-11 10:18:33 -07:00
nvme_ns_cmd_c test/nvme: use SPDK_CU_ASSERT_FATAL() 2016-05-16 10:43:10 -07:00
nvme_qpair_c nvme: Update nvme_spec.h to 1.2.1 2016-06-24 09:18:14 -07:00
Makefile build: wrap $(CURDIR) relative paths in $(abspath) 2016-05-09 13:56:07 -07:00
nvme_impl.h nvme: replace rte_memcpy with specialized function 2016-06-28 14:17:21 -07:00