numam-spdk/lib/nvme
Daniel Verkamp 460327ea5c ioat, nvme: factor out MMIO helper functions
NVMe doesn't require the specific 64-bit MMIO ordering on 32-bit
platforms performed in spdk_mmio_read_8(), but it doesn't hurt.
We have to pick one of the two possible orderings, so pick the one
required by I/OAT.

Change-Id: I2b909d64d0c077b797d0f64a11d78d1ecc55eec7
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
2015-12-10 17:05:08 -07:00
..
Makefile build: define a common Makefile clean command 2015-12-07 15:14:36 -07:00
nvme_ctrlr_cmd.c build: enable signed-vs-unsigned compare warning 2015-11-02 14:40:22 -07:00
nvme_ctrlr.c nvme: add max completions limit to I/O polling 2015-11-05 15:07:52 -07:00
nvme_impl.h build: enable signed-vs-unsigned compare warning 2015-11-02 14:40:22 -07:00
nvme_internal.h ioat, nvme: factor out MMIO helper functions 2015-12-10 17:05:08 -07:00
nvme_ns_cmd.c nvme: move nvme_request_add_child to nvme_ns_cmd.c 2015-09-28 14:04:11 -07:00
nvme_ns.c nvme: add max completions limit to I/O polling 2015-11-05 15:07:52 -07:00
nvme_qpair.c ioat, nvme: factor out MMIO helper functions 2015-12-10 17:05:08 -07:00
nvme.c Reduce NVME_MAX_IO_QUEUES to 1024. 2015-11-30 09:33:34 -07:00