Spdk/examples/nvme
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
..
arbitration nvme: expand probe information to a struct 2016-11-02 14:15:02 -07:00
fio_plugin nvme: expand probe information to a struct 2016-11-02 14:15:02 -07:00
hello_world nvme: expand probe information to a struct 2016-11-02 14:15:02 -07:00
identify nvme: expand probe information to a struct 2016-11-02 14:15:02 -07:00
nvme_manage nvme: expand probe information to a struct 2016-11-02 14:15:02 -07:00
perf nvme: expand probe information to a struct 2016-11-02 14:15:02 -07:00
reserve nvme: expand probe information to a struct 2016-11-02 14:15:02 -07:00
Makefile Create a utility and enable WRR arbitration mechanism 2016-06-21 16:35:04 -07:00