numam-spdk/lib/nvme
Dariusz Stojaczyk 564db67415 nvme/pcie: make sure sq and cq are physically contiguous
The spdk_dma_zmalloc guarantee about physical memory contiguity
is about to be removed soon. For hardware rings that require
physical memory or IOVA contiguity we will now enforce hugepage
alignment and size restrictions to make sure they occupy only
a single hugepage.

Change-Id: Iebaf1e7b701d676be1f04a9189201c5d89dad395
Signed-off-by: Dariusz Stojaczyk <dariuszx.stojaczyk@intel.com>
Reviewed-on: https://review.gerrithub.io/418547
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>
Reviewed-by: Changpeng Liu <changpeng.liu@intel.com>
Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com>
2018-07-12 20:13:43 +00:00
..
Makefile nvme/rdma: factor out NVMe-oF Property Get/Set 2018-06-27 22:59:18 +00:00
nvme_ctrlr_cmd.c nvme: add Get/Set Feature wrappers with NSID 2018-06-12 17:59:33 +00:00
nvme_ctrlr_ocssd_cmd.c ocssd: check whether ctrlr support ocssd 2018-06-14 23:09:42 +00:00
nvme_ctrlr.c nvme/pcie: make sure sq and cq are physically contiguous 2018-07-12 20:13:43 +00:00
nvme_fabric.c nvme/rdma: factor out Connect command 2018-06-27 22:59:18 +00:00
nvme_internal.h nvme/pcie: make sure sq and cq are physically contiguous 2018-07-12 20:13:43 +00:00
nvme_ns_cmd.c nvme: add PI to spdk_nvme_ns_cmd_read/writev() 2018-06-12 17:40:32 +00:00
nvme_ns_ocssd_cmd.c ocssd: add chunk info list as mptr of vector reset 2018-07-09 18:54:22 +00:00
nvme_ns.c nvme: update the NS identify data according to AER 2018-05-30 17:28:03 +00:00
nvme_pcie.c nvme/pcie: make sure sq and cq are physically contiguous 2018-07-12 20:13:43 +00:00
nvme_qpair.c nvme: add nvme error injection support 2018-06-22 17:26:34 +00:00
nvme_quirks.c nvme: rename quirk from LIGHTNVM to OCSSD 2018-06-06 01:45:36 +00:00
nvme_rdma.c Use SPDK_CONTAINEROF in a few more places 2018-07-06 22:47:04 +00:00
nvme_transport.c nvmf: Add Fibre Channel defs and usage to nvme lib 2018-06-22 21:09:09 +00: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: adjust physically contiguous memory comments 2018-07-05 19:08:26 +00:00