include/spdk/mmio.h
0 → 100644
+91
−0
+3
−34
+1
−6
+4
−21
+2
−2
Loading
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>