Spdk/lib/bdev
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
..
aio bdev: make construct RPCs return the bdev names 2016-10-31 11:17:46 -07:00
malloc bdev: make construct RPCs return the bdev names 2016-10-31 11:17:46 -07:00
nvme nvme: expand probe information to a struct 2016-11-02 14:15:02 -07:00
rbd bdev/rbd: use consistent block_size name in RPC 2016-10-31 13:48:27 -07:00
rpc bdev: add get_bdevs RPC 2016-11-02 09:10:54 -07:00
bdev_module.h bdev: Separate the module header from the public header 2016-08-26 09:40:06 -07:00
bdev.c bdev: check status parameter instead of bdev_io->status 2016-10-20 15:16:09 -07:00
Makefile bdev: add get_bdevs RPC 2016-11-02 09:10:54 -07:00