Spdk/lib/util
Jim Harris ee66e58e0a util: add spdk_thread and spdk_io_channel
This patch adds a basic framework for creating I/O channels
for I/O devices.  An spdk_io_channel represents a one-to-one
mapping between a calling thread (represented by spdk_thread)
and an I/O device that the thread will perform I/O operations
on.

Signed-off-by: Jim Harris <james.r.harris@intel.com>
Change-Id: I658ab7f995cc962f4e2a204e058cdd3ad3fd735d
2016-09-26 14:02:07 -07:00
..
bit_array.c bit_array: annotate bounds check as unlikely 2016-09-16 15:22:39 -07:00
fd.c Rename and move fd related helper functions to fd.c. 2016-09-14 10:51:25 -07:00
io_channel.c util: add spdk_thread and spdk_io_channel 2016-09-26 14:02:07 -07:00
Makefile util: add spdk_thread and spdk_io_channel 2016-09-26 14:02:07 -07:00
pci.c pci: stub out kernel driver functions on FreeBSD 2016-07-21 09:23:24 -07:00
string.c scsi: move spdk_strcpy_pad() into util/string.c 2016-08-22 08:58:07 -07:00