Spdk/lib/nvmf
Jim Harris f93bb8a32d Switch spdk_bdev_read/write arg order for length and offset.
This matches the general order (LBA start then LBA count) for
the NVMe API.

While here, fix a copy/paste error in a debug message (write
instead of writev).

Signed-off-by: Jim Harris <james.r.harris@intel.com>
Change-Id: Ice326af5d6025867dffed4d1f6c7b81fb9eba5eb
2016-09-14 10:51:25 -07:00
..
direct.c nvmf: Remove memcpy from completion path 2016-09-12 15:33:43 -07:00
Makefile nvmf: Add support for virtual controller. 2016-08-25 15:02:21 -07:00
nvmf_internal.h nvmf: Listen for incoming connections only on addresses specified 2016-08-19 15:34:01 -07:00
nvmf.c nvmf: Listen for incoming connections only on addresses specified 2016-08-19 15:34:01 -07:00
rdma.c nvmf: Make the function spdk_nvmf_rdma_acceptor_init() reentrant. 2016-09-13 09:49:25 -07:00
request.c nvmf: Update status code for discovery command 2016-09-14 09:19:34 -07:00
request.h nvmf: move subsytem poller to nvmf_tgt app 2016-09-12 10:10:27 -07:00
session.c nvmf: update nvmf_disconnect to spdk_nvmf_session_disconnect 2016-09-13 09:50:46 -07:00
session.h nvmf: update nvmf_disconnect to spdk_nvmf_session_disconnect 2016-09-13 09:50:46 -07:00
subsystem.c nvmf: use case-sensitive comparison for NQNs 2016-09-13 11:28:54 -07:00
subsystem.h nvmf: move subsytem poller to nvmf_tgt app 2016-09-12 10:10:27 -07:00
transport.c nvmf: move acceptor poller into nvmf_tgt app 2016-08-17 10:01:37 -07:00
transport.h nvmf: Listen for incoming connections only on addresses specified 2016-08-19 15:34:01 -07:00
virtual.c Switch spdk_bdev_read/write arg order for length and offset. 2016-09-14 10:51:25 -07:00