numam-spdk/lib/bdev
Jim Harris 6d4ce17380 bdev/nvme: do not split SGE callbacks on 2MB boundaries
An SGE could be for a payload that is greater than the NVMe
devices MDTS (i.e. 128KB), but that SGE may not be aligned
on a sector-size boundary.  We can safely assume that each
iov is individually physically contiguous - the DPDK
mempools for example guarantee this.

Signed-off-by: Jim Harris <james.r.harris@intel.com>
Change-Id: I8143ed01814c3154d0a06b8bbc548484437c1e88
2017-01-05 15:51:04 -07:00
..
aio event: remove 'complete' parameter from poller_register 2017-01-05 11:57:18 -07:00
malloc bdev_module.h: move to spdk_internal/bdev.h 2017-01-05 11:57:18 -07:00
nvme bdev/nvme: do not split SGE callbacks on 2MB boundaries 2017-01-05 15:51:04 -07:00
rbd event: remove 'complete' parameter from poller_register 2017-01-05 11:57:18 -07:00
rpc bdev/rpc: add driver-specific data to get_bdevs 2016-11-21 12:35:57 -07:00
bdev.c event: remove spdk_event_allocate() next parameter 2017-01-05 11:57:18 -07:00
Makefile bdev: add get_bdevs RPC 2016-11-02 09:10:54 -07:00