Spdk/test/lib/nvme/unit
Daniel Verkamp 1ffec5d53a nvme: convert transport type to an enum
Function pointers will not work for the DPDK multi-process model (they
can have different addresses in different processes), so define a
transport enum and dispatch functions that switch on the transport type
instead.

Change-Id: Ic16866786eba5e523ce533e56e7a5c92672eb2a5
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
2016-11-07 10:42:18 -07:00
..
nvme_c nvme: convert transport type to an enum 2016-11-07 10:42:18 -07:00
nvme_ctrlr_c nvme: convert transport type to an enum 2016-11-07 10:42:18 -07:00
nvme_ctrlr_cmd_c nvme: add the per process admin cpl queue for multi-process case 2016-11-01 16:48:21 -07:00
nvme_ns_cmd_c nvme: convert transport type to an enum 2016-11-07 10:42:18 -07:00
nvme_qpair_c nvme: convert transport type to an enum 2016-11-07 10:42:18 -07:00
Makefile build: wrap $(CURDIR) relative paths in $(abspath) 2016-05-09 13:56:07 -07:00
test_env.c test: check valid pointer in spdk_zmalloc before assigning value 2016-10-14 12:59:40 -07:00