Spdk/test
Daniel Verkamp 2eec131e4d nvme: decouple NVMe memory page size from PAGE_SIZE
PAGE_SIZE is the host memory page size, which is irrelevant for the NVMe
driver; what we actually care about is the NVMe controller's memory page
size, CC.MPS.

This patch cleans up the uses of PAGE_SIZE in the NVMe driver; the
behavior is still the same in all cases today, since normal NVMe
controllers report a minimum page size of 4096.

Change-Id: I56fce2770862329a9ce25370722f44269234ed46
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
Reviewed-on: https://review.gerrithub.io/374371
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
2017-08-17 12:52:12 -04:00
..
app test: Add a bdev management service 2017-08-02 18:04:55 -04:00
blobfs/rocksdb test/blobfs: add 'drop_cache' in run_tests script 2017-08-09 13:39:27 -04:00
cpp_headers test/cpp_headers: autogenerate header test files 2016-10-03 10:24:18 -07:00
iscsi_tgt bdev/rbd: add get_bdevs JSON dump function 2017-08-16 15:57:04 -04:00
lib test/overhead: print error and exit if no device found 2017-08-16 16:13:29 -04:00
nvmf test/nvmf: add delay before identifying kernel target 2017-08-16 16:00:01 -04:00
unit nvme: decouple NVMe memory page size from PAGE_SIZE 2017-08-17 12:52:12 -04:00
vhost vhost_rpc: increase vhost_rpc.c coverage 2017-08-16 15:51:59 -04:00
Makefile test: begin moving unit tests into test/unit 2017-06-16 16:43:48 -04:00
spdk_cunit.h include: Move the remainder of the code base to stdinc.h 2017-05-08 13:20:36 -07:00