Spdk/test/lib/nvme/unit
Daniel Verkamp 0aec36be1f nvme: return virtual address in SGL callback
Instead of the next_sge callback returning the physical address
directly, make it return the virtual address and convert to physical
address inside the NVMe library.

This is necessary for NVMe over Fabrics host support, since the RDMA
userspace API requires virtual addresses rather than physical addresses.
It is also more consistent with the normal non-SGL NVMe functions that
already take virtual addresses.

Change-Id: I79a7af64ead987535f6bf3057b2b22aef3171c5b
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
2016-11-09 08:57:40 -07:00
..
nvme_c nvme: convert transport type to an enum 2016-11-07 10:42:18 -07:00
nvme_ctrlr_c nvme: convert transport type to an enum 2016-11-07 10:42:18 -07:00
nvme_ctrlr_cmd_c nvme: add the per process admin cpl queue for multi-process case 2016-11-01 16:48:21 -07:00
nvme_ns_cmd_c nvme: return virtual address in SGL callback 2016-11-09 08:57:40 -07:00
nvme_qpair_c nvme: return virtual address in SGL callback 2016-11-09 08:57:40 -07:00
Makefile build: wrap $(CURDIR) relative paths in $(abspath) 2016-05-09 13:56:07 -07:00
test_env.c test: check valid pointer in spdk_zmalloc before assigning value 2016-10-14 12:59:40 -07:00