numam-spdk/lib
Daniel Verkamp 730a63d02b scsi: remove unreachable read iovec copy path
The SCSI layer always passes task->iovs to spdk_bdev_readv(), so there
is no way for task->iovs != bdev_io->u.read.iovs to be true.

Change-Id: I4c0a2075c6e50e4304d62707a29bededa37b4e5c
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
2017-05-05 09:39:49 -07:00
..
bdev bdev: add accessor function to get an I/O's iovec 2017-05-05 09:39:49 -07:00
blob scripts/check_format.sh: check spaces in comments 2017-04-24 13:37:41 -07:00
blobfs blobfs: separate cache tree related definitions into tree.h 2017-05-04 09:11:28 -07:00
conf conf: add Boolean value helper function 2017-04-03 11:17:47 -07:00
copy scripts/check_format.sh: check spaces in comments 2017-04-24 13:37:41 -07:00
cunit eofnl: check for extra trailing newlines 2016-10-11 13:30:33 -07:00
env_dpdk env/dpdk: remove rte_eal_device_remove API call since DPDK 17.05 2017-05-05 09:40:31 +08:00
event scripts/check_format.sh: catch misaligned comments 2017-04-26 06:39:58 -07:00
ioat util: move common helper functions to util.h 2017-02-10 09:38:52 -07:00
iscsi scsi: move bytes_completed to iSCSI task 2017-05-04 10:10:47 -07:00
json json/util: simplify if (p) free(p) -> free(p) 2017-05-03 10:57:51 -07:00
jsonrpc util: add SPDK_COUNTOF() array size macro 2017-03-07 12:43:42 -07:00
log util: add SPDK_COUNTOF() array size macro 2017-03-07 12:43:42 -07:00
net scripts/check_format.sh: check spaces in comments 2017-04-24 13:37:41 -07:00
nvme nvme: add NVME_QUIRK_DELAY_AFTER_QUEUE_ALLOC 2017-05-01 10:22:18 -07:00
nvmf nvmf: Move the check of NVMe remove from session layer to subsystem layer. 2017-04-24 13:57:25 -07:00
rpc env: Move lcore functions into env layer. 2017-04-04 09:19:01 -07:00
scsi scsi: remove unreachable read iovec copy path 2017-05-05 09:39:49 -07:00
trace scripts/check_format.sh: check spaces in comments 2017-04-24 13:37:41 -07:00
util string: make spdk_parse_ip_addr() params non-const 2017-02-14 10:28:29 -07:00
vhost vhost: eliminate loop log print when no available requests 2017-05-04 13:21:27 -07:00
Makefile blobfs: Add a lightweight filesystem built on the blobstore 2017-03-24 14:15:45 -07:00