Spdk/test/lib
Daniel Verkamp c194ebd833 nvme: move I/O qpair allocation to transport
This requires a couple of related changes:
- I/O queue IDs are now allocated by using a bit array of free queue IDs
  instead of keeping an array of pre-initialized qpair structures.
- The "create I/O qpair" function has been split into two: one to create
  the queue pair at startup, and one to reinitialize an existing qpair
  structure after a reset.

Change-Id: I4ff3bf79b40130044428516f233b07c839d1b548
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
2016-10-19 08:09:45 -07:00
..
bdev bdevperf: report run failure via return code 2016-10-18 17:45:51 -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: move I/O qpair allocation to transport 2016-10-19 08:09:45 -07:00
nvmf nvmf: Add a public API header 2016-10-14 15:26:31 -07:00
scsi Replace rte_get_tsc calls with spdk_get_ticks 2016-10-11 13:34:09 -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