Spdk/test/lib/nvme/unit/nvme_qpair_c
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
..
.gitignore SPDK: Initial check-in 2015-09-21 08:52:41 -07:00
Makefile eofnl: check for extra trailing newlines 2016-10-11 13:30:33 -07:00
nvme_qpair_ut.c nvme: move I/O qpair allocation to transport 2016-10-19 08:09:45 -07:00