Spdk/test/lib/nvme
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
..
aer env: Convert some rte_mempools to spdk_mempools 2016-10-12 09:53:32 -07:00
e2edp env: Convert some rte_mempools to spdk_mempools 2016-10-12 09:53:32 -07:00
overhead env: Replace DPDK atomics with gcc standard calls 2016-10-12 09:53:32 -07:00
reset Replace rte_get_tsc calls with spdk_get_ticks 2016-10-11 13:34:09 -07:00
sgl nvme: fix sgl processing for single sge payloads > 4KB 2016-10-12 14:51:58 -07:00
unit nvme: move I/O qpair allocation to transport 2016-10-19 08:09:45 -07:00
Makefile nvme: add new test application to measure SW overhead 2016-08-01 12:58:30 -07:00
nvme.sh test/nvme: add overhead to autotest 2016-08-01 16:43:06 -07:00