Spdk/lib/bdev
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
..
aio bdev: make construct RPCs return the bdev names 2016-10-31 11:17:46 -07:00
malloc bdev: make construct RPCs return the bdev names 2016-10-31 11:17:46 -07:00
nvme nvme: return virtual address in SGL callback 2016-11-09 08:57:40 -07:00
rbd bdev/rbd: simplify pool_name allocation 2016-11-08 13:10:54 -07:00
rpc bdev: add get_bdevs RPC 2016-11-02 09:10:54 -07:00
bdev_module.h bdev: Separate the module header from the public header 2016-08-26 09:40:06 -07:00
bdev.c Replace rte_panic() with abort() 2016-11-08 08:57:49 -07:00
Makefile bdev: add get_bdevs RPC 2016-11-02 09:10:54 -07:00