numam-spdk/lib
Jim Harris 0babf8ce81 bdev, copy: move all I/O paths to use I/O channels
bdev and copy modules no longer have check_io functions
now - all polling is done via pollers registered when
I/O channels are created.

Other default resources are also removed - for example,
a qpair is no longer allocated and assigned per bdev
exposed by the nvme driver - the qpairs are only allocated
via I/O channels.  Similar principle also applies to the
aio driver.

ioat channels are no longer allocated and assigned to
lcores - they are dynamically allocated and assigned
to I/O channels when needed.  If no ioat channel is
available for an I/O channel, the copy engine framework
will revert to using memcpy/memset instead.

Signed-off-by: Jim Harris <james.r.harris@intel.com>
Change-Id: I99435a75fe792a2b91ab08f25962dfd407d6402f
2016-09-26 14:02:07 -07:00
..
bdev bdev, copy: move all I/O paths to use I/O channels 2016-09-26 14:02:07 -07:00
conf build: include spdk.common.mk in lib Makefiles 2016-07-18 16:17:40 -07:00
copy bdev, copy: move all I/O paths to use I/O channels 2016-09-26 14:02:07 -07:00
cunit test/cunit: include stdio.h for fprintf() 2016-08-08 09:04:20 -07:00
event event: allocate/free IO channel thread context in reactor 2016-09-26 14:02:07 -07:00
ioat No longer wrap assert() 2016-08-19 10:53:06 -07:00
iscsi iscsi: allocate/free I/O channels when connections start/stop on a core 2016-09-26 14:02:07 -07:00
json json: allow decoding of non-standard comments 2016-08-19 09:49:18 -07:00
jsonrpc build: include spdk.common.mk in lib Makefiles 2016-07-18 16:17:40 -07:00
log log: dynamically generate usage for -t option 2016-08-22 16:57:19 -07:00
memory build: include spdk.common.mk in lib Makefiles 2016-07-18 16:17:40 -07:00
net net: remove unused #defines 2016-08-08 13:46:20 -07:00
nvme nvme: correct the error message for mapping bar operation 2016-09-22 15:42:09 -07:00
nvmf bdev, copy: move all I/O paths to use I/O channels 2016-09-26 14:02:07 -07:00
rpc build: include spdk.common.mk in lib Makefiles 2016-07-18 16:17:40 -07:00
scsi bdev, copy: move all I/O paths to use I/O channels 2016-09-26 14:02:07 -07:00
trace trace: hard-code lcore history array size 2016-07-22 12:50:44 -07:00
util util: add spdk_thread and spdk_io_channel 2016-09-26 14:02:07 -07:00
Makefile iscsi: Add an iscsi library. 2016-08-03 14:43:40 -07:00