Spdk/test/lib
Piotr Pelplinski a2d0fa5351 spdk: add support for readv and writev in scsi layer
This patch adds support for spdk_bdev_readv in scsi layer.
It also fixes write so that it uses multiple iov's instead of one.
Currently we should use only task->iov (for single vector operation)
or task->iovs (for multiple vector operations).

Signed-off-by: Piotr Pelplinski <piotr.pelplinski@intel.com>
Change-Id: Ia3b2f6d18fd212b11d7b63b11dc46ec5bbc74788
2016-10-26 04:24:08 -07:00
..
bdev bdev: check status parameter instead of bdev_io->status 2016-10-20 15:16:09 -07:00
env env: Convert some rte_mempools to spdk_mempools 2016-10-12 09:53:32 -07:00
event env: Convert some rte_mempools to spdk_mempools 2016-10-12 09:53:32 -07:00
ioat ioat: Remove ioat_impl, use swappable env lib instead. 2016-10-11 13:34:08 -07:00
iscsi iscsi: change the type and name of data_ref in spdk_iscsi_pdu 2016-10-12 09:11:09 -07:00
json test: run more unit tests under Valgrind 2016-10-04 09:38:34 -07:00
jsonrpc test: run more unit tests under Valgrind 2016-10-04 09:38:34 -07:00
log eofnl: check for extra trailing newlines 2016-10-11 13:30:33 -07:00
nvme nvme: change nvme_intel.c to nvme_quirks.c 2016-10-24 17:01:26 -07:00
nvmf nvmf/test: update request unit test 2016-10-20 12:00:27 -07:00
scsi spdk: add support for readv and writev in scsi layer 2016-10-26 04:24:08 -07:00
util test: run more unit tests under Valgrind 2016-10-04 09:38:34 -07:00
Makefile memory: Rename to env 2016-10-05 09:49:35 -07:00