4af4e4f509
The NVMe PCIe transport only requires physically contiguous allocations for struct nvme_tracker and the I/O SQ and CQ entries, which are already handled separately. Change the comments to indicate that struct nvme_payload's contiguous type only requires the memory to be virtually contiguous, since nvme_pcie_prp_list_append() already steps through the buffer and translates each (4K) page independently. Change-Id: I45ac8dfb2c033a0fcbf2effbe33af4efc1eb23cb Reported-by: Dariusz Stojaczyk <dariuszx.stojaczyk@intel.com> Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com> Reviewed-on: https://review.gerrithub.io/417045 Tested-by: SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by: Pawel Wodkowski <pawelx.wodkowski@intel.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com> Reviewed-by: Dariusz Stojaczyk <dariuszx.stojaczyk@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com>