Spdk/test/lib/nvme/unit
Daniel Verkamp fcb00f3780 nvme: expand probe information to a struct
spdk_nvme_probe() will now provide a struct spdk_nvme_probe_info to the
probe and attach callbacks in place of the PCI device pointer.

This struct contains the useful information that could be retrieved from
the PCI device during probe.

The goal of this change is to allow expansion of the probe information
in the future when other transports (specifically, NVMe over Fabrics)
are added that do not necessarily use PCI addressing or device IDs.

Change-Id: I59a2a9e874e248ce5fa1d7f4b57c8056962ff3cd
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
2016-11-02 14:15:02 -07:00
..
nvme_c nvme: expand probe information to a struct 2016-11-02 14:15:02 -07:00
nvme_ctrlr_c nvme: add the per process admin cpl queue for multi-process case 2016-11-01 16:48:21 -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: expand probe information to a struct 2016-11-02 14:15:02 -07:00
nvme_qpair_c nvme: add the per process admin cpl queue for multi-process case 2016-11-01 16:48:21 -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